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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-10-06
Close the connection when the application sends Connection: close
Loïc Hoguin
2011-10-06
Fix hixi76_location/5 when transport is tcp and port is 443
Loïc Hoguin
2011-10-06
Fix a crash in websocket_handshake when cowboy_http_req:compact/1 is used
Loïc Hoguin
2011-10-05
Remove the 'HEAD' chunked_reply/3 clause
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
2011-10-04
Move a few binary string handling functions to cowboy_bstr
Loïc Hoguin
2011-10-04
Remove the connection information from the HTTP protocol state
Loïc Hoguin
2011-10-04
Close connection on all errors
Loïc Hoguin
2011-10-04
Small doc clarification
Loïc Hoguin
2011-10-04
Do not send a 408 response if the Request-Line wasn't fully received
Loïc Hoguin
2011-10-03
Fix byte-by-byte Websocket handling
Hunter Morris
2011-10-01
Get rid of a binary construct in cowboy_http_websocket
Loïc Hoguin
2011-10-01
Get rid of a binary construct in cowboy_http_req
Loïc Hoguin
2011-10-01
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
Loïc Hoguin
2011-10-01
Merge branch 'path-split-doc' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-10-01
Merge branch 'master' of https://github.com/hakvroot/cowboy
Loïc Hoguin
2011-09-30
Add cowboy_protocol behaviour
Michiel Hakvoort
2011-09-29
add note to split_path/1 and path/1 on escaped /
Magnus Klaar
2011-09-28
Improve the error message for HTTP handlers
Loïc Hoguin
2011-09-28
Merge remote-tracking branch 'smarkets/cacertfile'
Loïc Hoguin
2011-09-28
add cacertfile configuration
Steven Gravell
2011-09-26
Fix handshake for when querystring is needed
Ori Bar
2011-09-22
Add a test for websocket hibernate + timeout and fix this use case
Loïc Hoguin
2011-09-15
Allow websocket handlers to hibernate from the websocket_init/3 function
Loïc Hoguin
2011-09-14
'Host' header is optional in HTTP/1.0
Loïc Hoguin
2011-09-13
Reset the max number of empty lines between keepalive requests
Loïc Hoguin
2011-09-06
Fix the handling of the HEAD requests
Ali Sabil
2011-09-05
Update version to 0.3.0 to continue with development
Loïc Hoguin
2011-09-05
Update version to 0.2.0
0.2.0
Loïc Hoguin
2011-08-23
Add WebSocket drafts 7, 8, 9 and 10 implementation
Loïc Hoguin
2011-08-23
Ensure header names are handled in a case insensitive manner
Loïc Hoguin
2011-08-11
Use cowboy_clock types in cowboy_cookies instead of calendar
Loïc Hoguin
2011-08-10
Give the ListenerPid to the protocol on startup
Loïc Hoguin
2011-08-10
Introduce cowboy_listener for managing a listener
Loïc Hoguin
2011-07-26
Fix cookie tests and specs
Loïc Hoguin
2011-07-26
Small cosmetic changes and doc update to the cookie patch
Loïc Hoguin
2011-07-26
Fail early in cookie-related API functions
Tom Burdick
2011-07-26
Implement cookies in cowboy_http_req
Tom Burdick
2011-07-26
Add cowboy_cookies for cookie creation and parsing
Tom Burdick
2011-07-20
URL decode paths
Loïc Hoguin
2011-07-20
URL decode query strings
Loïc Hoguin
2011-07-19
Separate message and packet handling for websockets
Loïc Hoguin
2011-07-18
Fail fast when a wrong type is given to API functions
Loïc Hoguin
2011-07-07
Call websocket_close/4 *after* throwing the error
Loïc Hoguin
2011-07-07
Call Handler:terminate/2 even on error in Handler:handle/2
Loïc Hoguin
2011-07-06
Move recursion out of a try .. catch block.
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-06-30
Fix the @equiv EDoc tags
Loïc Hoguin
2011-06-27
Add the remaining missing specs
Loïc Hoguin
2011-06-27
do not send ports 80 and 443 - browsers get mad
Steven Gravell
[prev]
[next]