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
2014-06-10
Fix specs and a weird value in cowboy_spdy
Loïc Hoguin
2014-04-26
Make loop handlers work with SPDY
Loïc Hoguin
2014-03-27
Add +warn_missing_spec and fix specs
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-11-14
Add documentation for cowboy_spdy
Loïc Hoguin
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