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
2012-02-27
Add a roadmap
Loïc Hoguin
2012-02-27
Remove the redundant include/ from -include("http.hrl")
Loïc Hoguin
2012-02-27
Remove a completed @todo comment
Loïc Hoguin
2012-02-24
Merge pull request #146 from ostinelli/f3de0869801d3909cc5a5d5dbee81941481a0c2e
Loïc Hoguin
2012-02-24
Add an empty ebin/ folder to fix a rebar/edoc issue
Loïc Hoguin
2012-02-23
Add cowboy_http:x_www_form_urlencoded/2
Loïc Hoguin
2012-02-20
polished dialyzer warnings on supervisor init/1 specs
Roberto Ostinelli
2012-02-20
Check for upgrades on accept timeout
Loïc Hoguin
2012-02-20
Merge branch 'ssl-password-cacert' of https://github.com/DeadZen/cowboy
Loïc Hoguin
2012-02-20
Add an examples/ directory containing a link to cowboy_examples
Loïc Hoguin
2012-02-20
REST: Only send 201 when a new resource is created on POST
Loïc Hoguin
2012-02-20
Add 'Expect' header parsing
Loïc Hoguin
2012-02-08
Add CA support and make SSL certificate password optional
DeadZen
2012-02-02
Added absoluteURI support
David Kelly
2012-02-02
Apply a trick to the erlang:hibernate calls to suppress dialyzer warnings
Loïc Hoguin
2012-02-01
Fix a typo that prevented protocol options upgrades
Loïc Hoguin
2012-01-31
Merge branch 'remove-queue-len-call' of https://github.com/puzza007/cowboy
Loïc Hoguin
2012-01-31
Remove call to queue:len/1
Paul Oliver
2012-01-31
Removing travis-ci from the cowboy development toolkit
Loïc Hoguin
2012-01-31
Merge branch 'autobahn-suite' of https://github.com/klaar/cowboy
Loïc Hoguin
2012-01-31
Use queue() for managing wait queues in cowboy_listener
Loïc Hoguin
2012-01-31
Refactor cowboy_listener for more consistency
Loïc Hoguin
2012-01-31
Pass --no_native option to dialyzer to improve dialyzing times
Loïc Hoguin
2012-01-31
Add cowboy:get_protocol_options/1 and cowboy_set_protocol_options/2
Loïc Hoguin
2012-01-30
Move max_connections check directly inside cowboy_listener
Loïc Hoguin
2012-01-26
Remove a leftover ct:print
Loïc Hoguin
2012-01-26
Merge branch 'rest_delete_no_call' of https://github.com/bfrog/cowboy
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
Fix a case where request body wouldn't get cleaned up on keepalive
Loïc Hoguin
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
Remove http_resp_body/0, inline it directly in the record definition
Loïc Hoguin
2012-01-23
Rename the type http_status/0 to cowboy_http:status/0
Loïc Hoguin
2012-01-23
Remove http_cookies/0, inline it directly in the record definition
Loïc Hoguin
2012-01-23
Rename the type http_header/0 to cowboy_http:header/0
Loïc Hoguin
2012-01-23
Rename the type http_version/0 to cowboy_http:version/0
Loïc Hoguin
2012-01-23
Rename the type http_uri/0 to cowboy_http:uri/0
Loïc Hoguin
2012-01-23
Rename the type http_method/0 to cowboy_http:method/0
Loïc Hoguin
2012-01-23
Fix typespecs for calendar:datetime/0 in cowboy_http_static
Loïc Hoguin
2012-01-23
Add {halt, Req, State} return value to most REST callbacks
Loïc Hoguin
2012-01-23
Rename a lot of HandlerState2 variables to HandlerState
Loïc Hoguin
2012-01-23
Improve the return value for cowboy_http_rest:upgrade/4
Loïc Hoguin
2012-01-23
Improve the listener name in the README
Loïc Hoguin
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-12
Welcome to new developments with 0.5.0
Loïc Hoguin
2012-01-09
Update version to 0.4.0
0.4.0
Loïc Hoguin
2012-01-09
Make REST handlers' put_resource accept true or false return values
Loïc Hoguin
2012-01-09
Merge branch 'static-etag-hook' of https://github.com/klaar/cowboy
Loïc Hoguin
[next]