Age | Commit message (Expand) | Author |
2011-05-31 | Remove a binary warning from websocket_data by removing a byte_size call. | Loïc Hoguin |
2011-05-27 | Send a meaningful error to error_logger on websocket handler crashes. | Loïc Hoguin |
2011-05-25 | Refresh the type specifications. | Loïc Hoguin |
2011-05-24 | Automatically start crypto, public_key and ssl if needed. | Loïc Hoguin |
2011-05-20 | Send a meaningful error to error_logger on handler crashes. | Loïc Hoguin |
2011-05-16 | Merge remote-tracking branch 'nox/path-info' | Loïc Hoguin |
2011-05-14 | Only try to update the Date field once every seconds. | Loïc Hoguin |
2011-05-14 | Add the Server header in the HTTP replies. | Loïc Hoguin |
2011-05-14 | Add the required Date header in the HTTP replies. | Loïc Hoguin |
2011-05-09 | Add a max_connections transport option. | Loïc Hoguin |
2011-05-09 | Increase the default backlog from 128 to 1024. | Loïc Hoguin |
2011-05-09 | Implement path_info feature | Anthony Ramine |
2011-05-09 | Remove a superfluous function clause in try_match | Anthony Ramine |
2011-05-08 | Add chunked reply support. | Loïc Hoguin |
2011-05-08 | Separate building the response head from replying. | Loïc Hoguin |
2011-05-06 | Allow atoms for response header names | Anthony Ramine |
2011-05-05 | Switch the HTTP protocol to use binary packets instead of lists. | Loïc Hoguin |
2011-05-04 | Add cowboy_http_req:port/1. | Loïc Hoguin |
2011-05-04 | Use http_headers() type in cowboy_http_req:headers/1. | Loïc Hoguin |
2011-05-03 | Add cowboy_sup to the list of registered processes | Anthony Ramine |
2011-04-30 | Add backlog transport option. | Loïc Hoguin |
2011-04-30 | Remove the next_request function always matching its first clause. | Loïc Hoguin |
2011-04-29 | Fix type specs for ssl:socket. | Loïc Hoguin |
2011-04-18 | Remove the include/types.hrl file. | Loïc Hoguin |
2011-04-18 | Replace port_number() by ip_port() from kernel/include/inet.hrl. | Loïc Hoguin |
2011-04-18 | Replace posix() by atom(), for now. | Loïc Hoguin |
2011-04-18 | Move the type application_start_type() into cowboy_app. | Loïc Hoguin |
2011-04-18 | Move the dispatcher related types into cowboy_dispatcher. | Loïc Hoguin |
2011-04-18 | Rename match() into match_rule(). | Loïc Hoguin |
2011-04-18 | Rename dispatch() into dispatch_rules(). | Loïc Hoguin |
2011-04-18 | Move the opaque type sslsocket() out of include/types.hrl. | Loïc Hoguin |
2011-04-18 | Use the inet:socket() type instead of the user-defined one. | Loïc Hoguin |
2011-04-17 | Use the inet:ip_address() type instead of the user-defined one. | Loïc Hoguin |
2011-04-16 | Add an accept timeout for code reloading. | Loïc Hoguin |
2011-04-14 | SSL transport uses sslsocket(), not plain socket(). | Loïc Hoguin |
2011-04-14 | Initial draft-hixie-thewebsocketprotocol-76 support. | Loïc Hoguin |
2011-04-14 | Fix specs for cowboy_http_req:reply/4. | Loïc Hoguin |
2011-04-14 | Fix a bug where dupe headers were sent in cowboy_http_req:reply/4. | Loïc Hoguin |
2011-04-14 | Add a test case for cowboy_dispatcher:match/3. | Loïc Hoguin |
2011-04-12 | Add a Transport:messages/0 function to obtain the atoms sent in active mode. | Loïc Hoguin |
2011-04-12 | Fix a pattern matching bug in cowboy_http_protocol:handler_init/2. | Loïc Hoguin |
2011-04-09 | Limit the number of empty lines to allow before the request-line. | Loïc Hoguin |
2011-04-08 | Discard the port from the host before tokenizing it. | Loïc Hoguin |
2011-04-07 | Don't crash on errors while receiving headers; throw an error 500 instead. | Loïc Hoguin |
2011-04-05 | Don't automatically retrieve the peer information for the 'OPTIONS' method. | Loïc Hoguin |
2011-04-05 | Handle properly the default Connection value for HTTP/1.0. | Loïc Hoguin |
2011-04-03 | Add initial SSL transport support. | Loïc Hoguin |
2011-04-03 | Don't ignore the return values in cowboy:stop_listener/1. | Loïc Hoguin |
2011-04-03 | Ensure the listening socket gets closed with the listener supervisor. | Loïc Hoguin |
2011-04-03 | Make Cowboy an OTP application again, properly this time. | Loïc Hoguin |