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
2014-06-30
Add missing bracket in a guide example
Loïc Hoguin
2014-06-30
Tweak the REST principles chapter following feedback
Loïc Hoguin
2014-06-30
Add note about httpbis to the roadmap
Loïc Hoguin
2014-06-30
Return 422 instead of 400 when AcceptResource returns false
Loïc Hoguin
2014-06-30
Update specs that were too wide
Loïc Hoguin
2014-06-30
Forgot a todo in the ROADMAP
Loïc Hoguin
2014-06-30
Roadmap for Cowboy 2.0
Loïc Hoguin
2014-06-30
Fix typo
Loïc Hoguin
2014-06-30
Update erlang.mk and update paths to start the release
Loïc Hoguin
2014-06-26
Document the HTTP status codes Cowboy may send in the manual
Loïc Hoguin
2014-06-25
Cowboy works fine under 17.1
Loïc Hoguin
2014-06-25
Wrap-up the user guide
Loïc Hoguin
2014-06-23
Add a multipart intro chapter to the guide
Loïc Hoguin
2014-06-22
Write the guide chapter rest_flowcharts explaining the diagrams
Loïc Hoguin
2014-06-21
Add a missing "true" label
Loïc Hoguin
2014-06-21
Add a stub chapter with all the REST flowcharts
Loïc Hoguin
2014-06-21
Add more details about the 304 in cond diagram
Loïc Hoguin
2014-06-21
Add REST diagram for PUT/POST/PATCH
Loïc Hoguin
2014-06-20
Add REST diagram for DELETE method
Loïc Hoguin
2014-06-20
Add REST diagram for GET and HEAD
Loïc Hoguin
2014-06-19
Add REST diagram for the part about conditional requests
Loïc Hoguin
2014-06-19
Add variances to the conneg diagram
Loïc Hoguin
2014-06-19
Add more REST diagrams
Loïc Hoguin
2014-06-18
Add REST diagram for OPTIONS method
Loïc Hoguin
2014-06-10
Update Cowboy to 0.10.0
0.10.0
Loïc Hoguin
2014-06-10
Update AUTHORS
Loïc Hoguin
2014-06-10
Update CHANGELOG and ROADMAP
Loïc Hoguin
2014-06-10
Update Ranch to 0.10.0
Loïc Hoguin
2014-06-10
Update cowlib to 0.6.2
Loïc Hoguin
2014-06-10
Fix specs and a weird value in cowboy_spdy
Loïc Hoguin
2014-06-10
Merge branch 'binary-expires' of git://github.com/NineFX/cowboy
Loïc Hoguin
2014-06-10
Allow users to pass a raw binary() as the expires header.
Drew Varner
2014-06-04
Add a REST principles chapter to the guide
Loïc Hoguin
2014-06-03
Add a simple multipart upload example
Loïc Hoguin
2014-06-03
Add a return value to onresponse hook to override status/headers
Loïc Hoguin
2014-06-02
Add request body reading options
Loïc Hoguin
2014-04-27
Merge branch 'fix-host-websocket-example' of git://github.com/edgurgel/cowboy
Loïc Hoguin
2014-04-27
Use current host as base to Websocket Example URL
Eduardo Gurgel
2014-04-26
Add a test for multipart over chunked transfer-encoding
Loïc Hoguin
2014-04-26
Merge branch 'language-range-header' of git://github.com/NineFX/cowboy
Loïc Hoguin
2014-04-26
Change wording in the guide to remove ambiguity
Loïc Hoguin
2014-04-26
Make loop handlers work with SPDY
Loïc Hoguin
2014-04-24
Fix two issues where listeners didn't get stopped properly
Loïc Hoguin
2014-04-22
Move listener initialization to cowboy_test
Loïc Hoguin
2014-04-22
Start applications directly from the ct hook
Loïc Hoguin
2014-04-21
Silence expected test error reports from the console output
Loïc Hoguin
2014-04-20
Enable Autobahn Test Suite by default
Loïc Hoguin
2014-04-17
Cleanup the configuration handling in http_SUITE
Loïc Hoguin
2014-04-17
Fix manual for content_types_provided
Loïc Hoguin
2014-04-17
Merge branch 'fix/basic-auth-empty-password' of git://github.com/soundrop/cowboy
Loïc Hoguin
[next]