.. |
cowboy.app.src
|
Add cowboy_sup to the list of registered processes
|
2011-05-03 16:00:55 +02:00 |
cowboy.erl
|
Don't ignore the return values in cowboy:stop_listener/1.
|
2011-04-03 15:21:29 +02:00 |
cowboy_acceptor.erl
|
Remove the include/types.hrl file.
|
2011-04-18 13:56:38 +02:00 |
cowboy_acceptors_sup.erl
|
Remove the include/types.hrl file.
|
2011-04-18 13:56:38 +02:00 |
cowboy_app.erl
|
Remove the include/types.hrl file.
|
2011-04-18 13:56:38 +02:00 |
cowboy_dispatcher.erl
|
Remove the include/types.hrl file.
|
2011-04-18 13:56:38 +02:00 |
cowboy_http_handler.erl
|
Add the cowboy_http_handler behaviour.
|
2011-03-24 13:48:52 +01:00 |
cowboy_http_protocol.erl
|
Remove the next_request function always matching its first clause.
|
2011-04-30 01:14:57 +02:00 |
cowboy_http_req.erl
|
Use http_headers() type in cowboy_http_req:headers/1.
|
2011-05-04 11:29:06 +02:00 |
cowboy_http_websocket.erl
|
Remove the include/types.hrl file.
|
2011-04-18 13:56:38 +02:00 |
cowboy_http_websocket_handler.erl
|
Initial draft-hixie-thewebsocketprotocol-76 support.
|
2011-04-14 21:21:17 +02:00 |
cowboy_listener_sup.erl
|
Ensure the listening socket gets closed with the listener supervisor.
|
2011-04-03 01:44:52 +02:00 |
cowboy_requests_sup.erl
|
Remove the include/types.hrl file.
|
2011-04-18 13:56:38 +02:00 |
cowboy_ssl_transport.erl
|
Add backlog transport option.
|
2011-04-30 22:26:56 +02:00 |
cowboy_sup.erl
|
Make Cowboy an OTP application again, properly this time.
|
2011-04-03 00:21:47 +02:00 |
cowboy_tcp_transport.erl
|
Add backlog transport option.
|
2011-04-30 22:26:56 +02:00 |