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
Age
Commit message (
Expand
)
Author
2011-11-01
Merge branch 'chrome-15' of https://github.com/puzza007/cowboy
Loïc Hoguin
2011-11-01
Set the cowboy_listener process priority to high
Loïc Hoguin
2011-10-30
update record spec for version 13
Paul Oliver
2011-10-29
Fix cowboy_http_req:chunk/2 spec
Paul Oliver
2011-10-28
fix supervisor spec for non dynamic modules
Steven Gravell
2011-10-26
Add 'Accept-Charset' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-10-26
Rename private function quality/2 into qvalue/2
Loïc Hoguin
2011-10-26
cowboy_http:media_range/2 should expect to not have whitespace before it
Loïc Hoguin
2011-10-26
Add 'Accept-Encoding' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-10-26
Add 'Accept' header parsing
Loïc Hoguin
2011-10-25
Rewrite list/tokens parsing with an added whitespace function
Loïc Hoguin
2011-10-24
Make sure the correct callback name is displayed in websocket errors
Loïc Hoguin
2011-10-24
Accept Sec-WebSocket-Version: 13 header on Chrome 15 through 17
Paul Oliver
2011-10-24
We don't need to retrieve the Origin header for hybi-7+ websocket drafts
Loïc Hoguin
2011-10-20
Parse Connection header tokens in a case-insensitive manner
Loïc Hoguin
2011-10-20
Add a cowboy_http_req:upgrade_reply/3 function and use it for websockets
Loïc Hoguin
2011-10-20
"websocket" must be treated in a case insensitive manner for upgrades
Loïc Hoguin
2011-10-20
Make sure the hixie-76 websocket code works properly with proxies
Loïc Hoguin
2011-10-19
Add a max_line_length to the HTTP protocol
Loïc Hoguin
2011-10-17
Rewrite the token list parsing into separate, modulable functions
Loïc Hoguin
2011-10-13
Add shortcuts to reply functions
Loïc Hoguin
2011-10-13
Rename a variable from Code to Status
Loïc Hoguin
2011-10-11
Fix a misnamed variable for {loop, ...} returns in init/3
Loïc Hoguin
2011-10-11
Fix specs after erlang:hibernate/3 calls were added
Loïc Hoguin
2011-10-10
Add support for loops in standard HTTP handlers
Loïc Hoguin
2011-10-10
Add {shutdown, Req} to websocket_init/3 to fail a websocket upgrade
Loïc Hoguin
2011-10-10
Add cowboy:child_spec/6
Jesper Louis Andersen
2011-10-07
Fix a crash in response_connection when Name is an atom =/= 'Connection'
Loïc Hoguin
2011-10-06
Allow HTTP handlers to skip the handle/2 step in init/3
Loïc Hoguin
2011-10-06
Merge branch 'hybi-framing-fix' of https://github.com/smarkets/cowboy
Loïc Hoguin
2011-10-06
Close the connection when the application sends Connection: close
Loïc Hoguin
2011-10-06
Fix hixi76_location/5 when transport is tcp and port is 443
Loïc Hoguin
2011-10-06
Fix a crash in websocket_handshake when cowboy_http_req:compact/1 is used
Loïc Hoguin
2011-10-05
Remove the 'HEAD' chunked_reply/3 clause
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
2011-10-04
Move a few binary string handling functions to cowboy_bstr
Loïc Hoguin
2011-10-04
Remove the connection information from the HTTP protocol state
Loïc Hoguin
2011-10-04
Close connection on all errors
Loïc Hoguin
2011-10-04
Small doc clarification
Loïc Hoguin
2011-10-04
Do not send a 408 response if the Request-Line wasn't fully received
Loïc Hoguin
2011-10-03
Fix byte-by-byte Websocket handling
Hunter Morris
2011-10-01
Get rid of a binary construct in cowboy_http_websocket
Loïc Hoguin
2011-10-01
Get rid of a binary construct in cowboy_http_req
Loïc Hoguin
2011-10-01
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
Loïc Hoguin
2011-10-01
Merge branch 'path-split-doc' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-10-01
Merge branch 'master' of https://github.com/hakvroot/cowboy
Loïc Hoguin
2011-09-30
Add cowboy_protocol behaviour
Michiel Hakvoort
2011-09-29
add note to split_path/1 and path/1 on escaped /
Magnus Klaar
2011-09-28
Improve the error message for HTTP handlers
Loïc Hoguin
2011-09-28
Merge remote-tracking branch 'smarkets/cacertfile'
Loïc Hoguin
[prev]
[next]