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
/
src
/
cowboy_spdy.erl
Age
Commit message (
Expand
)
Author
2013-09-07
Implement recv timeout for SPDY
Loïc Hoguin
2013-09-04
Make cowlib a proper dependency
Loïc Hoguin
2013-09-04
More SPDY code readability improvements
Loïc Hoguin
2013-09-04
Fix a badmatch issue when calling which_children on SPDY process
Loïc Hoguin
2013-09-04
Simplify the SPDY code by adding child management functions
Loïc Hoguin
2013-09-02
Fix specs for SPDY
Loïc Hoguin
2013-09-02
Merge branch 'ipv6-literal' of git://github.com/yamt/cowboy
Loïc Hoguin
2013-09-02
Add request body support for SPDY
Loïc Hoguin
2013-09-03
cowboy_protocol: accept host using ipv6 literal
YAMAMOTO Takashi
2013-08-24
Simpler code for sending errors following crashes
Loïc Hoguin
2013-06-07
Merge branch 'spdy-zero-length-header-names' of git://github.com/bgentry/cowboy
Loïc Hoguin
2013-06-05
Fix a couple control_frame clauses that were too large
Loïc Hoguin
2013-06-03
Add sendfile support to SPDY, enabling cowboy_static use
Loïc Hoguin
2013-05-31
zero-length header names MUST issue a stream error
Blake Gentry
2013-05-30
Add experimental and incomplete SPDY support
Loïc Hoguin