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
/
test
Age
Commit message (
Expand
)
Author
2012-05-21
Merge branch 'serve-static-file' of https://github.com/klaar/cowboy
Loïc Hoguin
2012-05-21
Fix a bug preventing 'onresponse' from being called on errors
Loïc Hoguin
2012-05-21
Small updates to the ROADMAP and doc comments
Loïc Hoguin
2012-05-05
Add a test checking requests with size around the MTU
Loïc Hoguin
2012-05-04
Merge branch 'response-hook'
Loïc Hoguin
2012-05-04
Add an 'onresponse' hook
Loïc Hoguin
2012-05-02
Add a test for HTTP handlers loop timeouts
Loïc Hoguin
2012-04-30
Add file option to cowboy_http_static
Magnus Klaar
2012-04-29
Fix and rework the HTTP test suite
Loïc Hoguin
2012-04-06
Merge branch 'websocket-fragments' of https://github.com/klaar/cowboy
Loïc Hoguin
2012-04-06
Update autobahn suite to use autobahntestsuite
Magnus Klaar
2012-04-05
Add support for fragmented websocket messages
Magnus Klaar
2012-04-01
Add chunked transfer encoding support and rework the body reading API
Loïc Hoguin
2012-03-15
Add an 'onrequest' hook for HTTP
Loïc Hoguin
2012-03-13
Do not send chunked Transfer-Encoding replies for HTTP/1.0
Loïc Hoguin
2012-02-29
Tests and fixes for the generate_etag/2 callback
Magnus Klaar
2012-02-02
Added absoluteURI support
David Kelly
2012-01-31
Merge branch 'autobahn-suite' of https://github.com/klaar/cowboy
Loïc Hoguin
2012-01-26
Remove a leftover ct:print
Loïc Hoguin
2012-01-26
Handle delete better when no delete_resource function is implemented
Tom Burdick
2012-01-25
Add Autobahn test suite for websockets
Magnus Klaar
2012-01-23
Merge branch 'master' of https://github.com/bfrog/cowboy
Loïc Hoguin
2012-01-23
added test for posting to a rest controller where forbidden returns true on a...
Tom Burdick
2012-01-23
Merge branch 'multipart' of https://github.com/nox/cowboy
Loïc Hoguin
2012-01-23
Add multipart support
Anthony Ramine
2012-01-07
Add etag option to cowboy_http_static handler.
Magnus Klaar
2012-01-06
Fix the stream_body_set_resp test
Loïc Hoguin
2012-01-06
Merge branch 'issue-114-tests' of https://github.com/klaar/cowboy into gracef...
Loïc Hoguin
2012-01-05
only run end_static_dir for http and https
Magnus Klaar
2012-01-05
Add test and doc for content types function.
Magnus Klaar
2011-12-29
Add tests for #114
Magnus Klaar
2011-12-28
Add built-in cowboy_http_static handler.
Magnus Klaar
2011-12-28
Add cowboy_http_req:set_resp_body_fun/3.
Magnus Klaar
2011-12-22
Add a max_keepalive HTTP protocol option
Loïc Hoguin
2011-12-22
Add ct tests for binary websocket frames
Loïc Hoguin
2011-12-22
Move the websocket tests in a separate suite
Loïc Hoguin
2011-12-08
Allow HTTP protocol upgrades to use keepalive
Loïc Hoguin
2011-12-07
Add cowboy_http_req:set_resp_cookie/4
Loïc Hoguin
2011-12-06
cowboy_http_protocol shouldn't crash if the client sends HTTP responses
Loïc Hoguin
2011-12-05
Add experimental Webmachine based REST protocol support
Loïc Hoguin
2011-11-28
Fix a websocket test handler that was throwing an unwanted error
Loïc Hoguin
2011-11-28
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
Loïc Hoguin
2011-10-24
Accept Sec-WebSocket-Version: 13 header on Chrome 15 through 17
Paul Oliver
2011-10-20
Make sure the hixie-76 websocket code works properly with proxies
Loïc Hoguin
2011-10-19
Add a max_line_length to the HTTP protocol
Loïc Hoguin
2011-10-19
Fix the init_shutdown test
Loïc Hoguin
2011-10-13
Add shortcuts to reply functions
Loïc Hoguin
2011-10-10
Add support for loops in standard HTTP handlers
Loïc Hoguin
2011-10-10
Add {shutdown, Req} to websocket_init/3 to fail a websocket upgrade
Loïc Hoguin
2011-10-06
Allow HTTP handlers to skip the handle/2 step in init/3
Loïc Hoguin
[prev]
[next]