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-02-09
Do not reset the connection timeout timer on send
Loïc Hoguin
2013-02-09
Merge branch 'add_middleware_example' of git://github.com/acammack/cowboy
Loïc Hoguin
2013-02-09
Add an example with custom middleware
Adam Cammack
2013-02-09
Make sure rest_terminate is always called
Loïc Hoguin
2013-02-09
Fix examples links
Loïc Hoguin
2013-02-09
Merge branch 'fix_created_path' of git://github.com/nevar/cowboy
Loïc Hoguin
2013-02-09
Improve Websocket example
Loïc Hoguin
2013-02-09
Fix Location header
Slava Yurin
2013-02-07
Merge branch 'add_rest_example' of git://github.com/acammack/cowboy
Loïc Hoguin
2013-02-07
Add a more involved REST example
Adam Cammack
2013-02-07
Merge branch 'improve_basic_auth_example' of git://github.com/acammack/cowboy
Loïc Hoguin
2013-02-06
Improve basic_auth example
Adam Cammmack
2013-02-06
Fix crashes when creating the request
Loïc Hoguin
2013-02-06
Add note about 80 columns max to CONTRIBUTING file
Loïc Hoguin
2013-02-06
Merge branch 'elixir-example' of git://github.com/yrashk/cowboy
Loïc Hoguin
2013-02-06
Elixir hello world example
Yurii Rashkovskii
2013-02-06
Strip whitespaces when authorization type is unknown
Loïc Hoguin
2013-02-06
Merge branch 'expose-to_upper' of git://github.com/dvv/cowboy
Loïc Hoguin
2013-02-06
Merge branch 'no-unicode-uri' of git://github.com/dvv/cowboy
Loïc Hoguin
2013-02-06
Merge branch 'master' of git://github.com/tsloughter/cowboy
Loïc Hoguin
2013-02-06
Makefile: separate deps compilation from app compilation
Loïc Hoguin
2013-02-01
add guards on set_resp_body_fun for streamlen and streamfun
Tristan Sloughter
2013-01-30
Make sure the peer name is always available
Loïc Hoguin
2013-01-30
Rename example 'static' to 'static_world' to avoid confusion
Loïc Hoguin
2013-01-30
Merge branch 'fix_routing_guide' of https://github.com/ivlis/cowboy
Loïc Hoguin
2013-01-31
Small routing guide fix
Ivan Lisenkov
2013-01-30
Fix small error in the websocket chapter in the guide
Loïc Hoguin
2013-01-30
Fix a new warning found by Dialyzer R16A
Loïc Hoguin
2013-01-30
Merge branch 'websocket-example' of https://github.com/pvieytes/cowboy
Loïc Hoguin
2013-01-30
add websocket example
Pablo Vieytes
2013-01-29
Merge branch 'patch-1' of https://github.com/CamShaft/cowboy
Loïc Hoguin
2013-01-29
Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboy
Loïc Hoguin
2013-01-30
Implement authorization header parsing
Ivan Lisenkov
2013-01-29
Merge branch 'rest_post_created_path' of https://github.com/treetopllc/cowboy
Loïc Hoguin
2013-01-29
Makefile verbosity tweaks
Loïc Hoguin
2013-01-29
allow POST rest handling to specify path after accepting content
Tom Burdick
2013-01-29
Merge branch 'rest_patch' of https://github.com/treetopllc/cowboy
Loïc Hoguin
2013-01-29
Fix chunked streaming of request body and improve speed
Loïc Hoguin
2013-01-29
add patch support to cowboy_rest
Tom Burdick
2013-01-29
Make examples use the new routing
Loïc Hoguin
2013-01-29
Fix {cowboy_req, resp_sent} potentially leaking in loop handlers
Loïc Hoguin
2013-01-29
Do not attempt to skip the request body on Connection: close
Loïc Hoguin
2013-01-29
Add a section about closing the connection in the guide
Loïc Hoguin
2013-01-29
Merge branch 'fix/callback_specs' of https://github.com/keynslug/cowboy
Loïc Hoguin
2013-01-29
Makefile: only recompile files newer than the .app
Loïc Hoguin
2013-01-29
Update Ranch to 0.6.1
Loïc Hoguin
2013-01-29
Update roadmap
Loïc Hoguin
2013-01-29
If a binding is reused, we check that values are identical
Loïc Hoguin
2013-01-28
Add the 'function' constraint
Loïc Hoguin
2013-01-28
Add the 'int' constraint
Loïc Hoguin
[next]