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
2013-01-22
Merge branch 'fix_change_state' of https://github.com/nevar/cowboy
Loïc Hoguin
2013-01-22
Add HTML5 Video Example to the static example
Loïc Hoguin
2013-01-22
Fix handler state change in cowboy_rest
Slava Yurin
2013-01-22
Do not crash if connection is closed while sending static file
Loïc Hoguin
2013-01-22
Merge branch 'master' of https://github.com/0x00F6/cowboy
Loïc Hoguin
2013-01-22
Make cowboy_static use universal time
0x00F6
2013-01-22
Do not require inets for running tests anymore
Loïc Hoguin
2013-01-22
Replace terminate/2 with terminate/3, adding a Reason
Loïc Hoguin
2013-01-22
Fix cowboy_websocket_handler callback spec
Loïc Hoguin
2013-01-21
Merge pull request #369 from rramsden/patch-1
Loïc Hoguin
2013-01-21
Improve keepalive tests
Loïc Hoguin
2013-01-20
Fix an issue for replies in onresponse mishandling headers
Loïc Hoguin
2013-01-20
First draft done for the request object guide chapter
Loïc Hoguin
2013-01-20
Add missing clause to cowboy_req:has_resp_body/1
Loïc Hoguin
2013-01-19
More request object documentation in the guide
Loïc Hoguin
2013-01-19
Make cowboy_req:has_body/1 return boolean()
Loïc Hoguin
2013-01-18
Document the static handler in the guide
Loïc Hoguin
2013-01-18
Finish up the Internals chapter
Loïc Hoguin
2013-01-18
Document loop handlers in the guide
Loïc Hoguin
2013-01-18
Remove a few old @todo comments
Loïc Hoguin
2013-01-18
Set max_keepalive default to 100 instead of infinity
Loïc Hoguin
2013-01-18
Beginning of request object chapter in the guide
Loïc Hoguin
2013-01-18
Add plain HTTP handlers documentation to the guide
Loïc Hoguin
2013-01-18
Finish the routing chapter of the guide
Loïc Hoguin
2013-01-18
Fix capitalize_hook example
Loïc Hoguin
2013-01-17
Fix typo in the guide introduction
Richard Ramsden
2013-01-18
Add hooks documentation to the guide
Loïc Hoguin
2013-01-18
Do not use tabulations in the guide
Loïc Hoguin
2013-01-18
Explain how to write custom protocol upgrades in the guide
Loïc Hoguin
2013-01-17
Get the basics of Websocket covered in the guide
Loïc Hoguin
2013-01-17
Add cowboy_bstr:capitalize_token/1
Loïc Hoguin
2013-01-17
Add cowboy_websocket:close_code/0
Loïc Hoguin
2013-01-17
Add recursive dependency fetching to the Makefile
Loïc Hoguin
2013-01-14
Add Sec-Websocket-Protocol header parsing
Loïc Hoguin
2013-01-14
Improve websocket close handling
Loïc Hoguin
2013-01-13
Websocket text frames are now checked for UTF-8 correctness
Loïc Hoguin
2013-01-12
Unmask websocket frames on the fly and optimize the code
Loïc Hoguin
2013-01-12
All frames sent from client to server MUST be masked
Loïc Hoguin
2013-01-11
Fix getting started example, missing env
Loïc Hoguin
2013-01-10
Remove support for Websocket hixie76 draft
Loïc Hoguin
2013-01-10
Update autobahntestsuite to 0.5.2
Loïc Hoguin
2013-01-07
Add optional automatic response body compression
Loïc Hoguin
2013-01-06
Add protection against slowloris vulnerability
Loïc Hoguin
2013-01-06
Merge pull request #359 from unix1/master
Loïc Hoguin
2013-01-05
Fix examples to follow new env tuple standard
Unix1
2013-01-05
Add cowboy_req:set_resp_body_fun/2
Loïc Hoguin
2013-01-05
Fix a small warning in eunit_SUITE
Loïc Hoguin
2013-01-05
Remove cowboy_req:transport/1
Loïc Hoguin
2013-01-05
Change the response body streaming fun interface
Loïc Hoguin
2013-01-05
Stop using rebar in the Makefile
Loïc Hoguin
[next]