index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Don't enable binary optimization warnings by default.
Loïc Hoguin
2011-04-12
Fix a pattern matching bug in cowboy_http_protocol:handler_init/2.
Loïc Hoguin
2011-04-10
ct: Add a test for requests pipelining.
Loïc Hoguin
2011-04-09
ct: Add a test for \n which throws an error 400.
Loïc Hoguin
2011-04-09
Limit the number of empty lines to allow before the request-line.
Loïc Hoguin
2011-04-09
ct: Add tests for incomplete requests leading to a timeout.
Loïc Hoguin
2011-04-09
ct: Add raw tests to check that errors are properly handled.
Loïc Hoguin
2011-04-08
Initial work on a ct test suite for the HTTP protocol.
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
Add a dialyze verb to the Makefile for convenience.
Loïc Hoguin
2011-04-03
Use rebar instead of ./rebar by default in the Makefile.
Loïc Hoguin
2011-04-03
Fix a grammar error reported by DeadZen on IRC.
Loïc Hoguin
2011-04-03
Don't ignore the return values in cowboy:stop_listener/1.
Loïc Hoguin
2011-04-03
Add an AUTHORS file.
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
2011-04-02
Anonymize and improve the cowboy supervision tree.
Loïc Hoguin
2011-03-29
Merge remote-tracking branch 'nox/improve-http-req'
Loïc Hoguin
2011-03-29
Make the default value the last parameter of HTTP req accessors
Anthony Ramine
2011-03-29
Make HTTP req accessors call themselves with their default default value
Anthony Ramine
2011-03-29
Fix cowboy_http_req:body with regard to the new accessors default value
Anthony Ramine
2011-03-27
Return undefined instead of failing or returning "" when a value doesn't exist.
Loïc Hoguin
2011-03-27
Use a more efficient variant of string:to_lower to improve performance.
Loïc Hoguin
2011-03-27
Match early in connection_to_atom for a small performance improvement.
Loïc Hoguin
2011-03-27
Fix query string related type specs in cowboy_http_req.
Loïc Hoguin
2011-03-27
Fix the type spec for qs_vals, a list of key/values.
Loïc Hoguin
2011-03-24
Add the cowboy_http_handler behaviour.
Loïc Hoguin
2011-03-23
Merge remote-tracking branch 'ndim/master'
Loïc Hoguin
2011-03-23
Makefile: Use a REBAR variable
Hans Ulrich Niedermann
2011-03-22
Allow Handler:init/3 to request a protocol upgrade.
Loïc Hoguin
2011-03-22
Forward transport and protocol name to Handler:init.
Loïc Hoguin
2011-03-22
Add cowboy_tcp_transport:name/0 to ease transport identification later on.
Loïc Hoguin
2011-03-22
Boring 80-col change.
Loïc Hoguin
2011-03-22
Introduce cowboy_http_req:body_qs/1 for automated urlencoded body parsing.
Loïc Hoguin
2011-03-22
Fix spec for cowboy_http_req:parse_qs/1.
Loïc Hoguin
2011-03-22
Fix spec for cowboy_http_req:body/1 and body/2.
Loïc Hoguin
2011-03-22
Explicitly ignore the return value of cowboy_http_req:reply in error_response.
Loïc Hoguin
2011-03-22
Fix the type spec for path_tokens, a list of *non empty* strings.
Loïc Hoguin
2011-03-22
Add more dialyzer warnings to rebar.config.
Loïc Hoguin
2011-03-21
Add a rebar.config file with useful options.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_tcp_transport:close/1.
Loïc Hoguin
[next]