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
/
doc
/
src
/
manual
Age
Commit message (
Expand
)
Author
2019-10-06
Document how to recover from cookie parsing errors
Loïc Hoguin
2019-10-05
Add Websocket option validate_utf8
Loïc Hoguin
2019-10-05
Add cowboy_req:filter_cookies/2
Loïc Hoguin
2019-10-03
Document media type wildcard in content_types_accepted
Loïc Hoguin
2019-10-02
Fix HTTP/2 CVEs
Loïc Hoguin
2019-09-28
Add persistent_term support to the router
Loïc Hoguin
2019-09-14
Implement backpressure on cowboy_req:stream_body
Loïc Hoguin
2019-09-06
Fix using custom fields in Req
Loïc Hoguin
2019-09-06
Document unit for options that are in bytes
Loïc Hoguin
2019-09-05
Fix and optimize sending of WINDOW_UPDATE frames
Loïc Hoguin
2019-05-13
Fix a few examples using cert instead of certfile
Loïc Hoguin
2019-04-02
Fix calling convention for set_resp_cookie/3
Jesper Louis Andersen
2018-11-18
Document cowboy_stream_h/cowboy_compress_h
Loïc Hoguin
2018-11-18
Add the chunked option for HTTP/1.1
Loïc Hoguin
2018-11-16
Add the idle_timeout option to HTTP/2
Loïc Hoguin
2018-11-14
Add some missing items to a few module changelogs
Loïc Hoguin
2018-11-14
Allow disabling keep-alive for HTTP/1.0 connections
Loïc Hoguin
2018-11-14
Document the proxy_header protocol option
Loïc Hoguin
2018-11-12
Add deflate options for Websocket compression
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-11-05
Test stop against all relevant REST callbacks
Loïc Hoguin
2018-11-04
Add the rate_limited/2 REST callback
Loïc Hoguin
2018-11-03
Add an option to disable sendfile for a listener
Loïc Hoguin
2018-11-02
Add a charset option to cowboy_static
Loïc Hoguin
2018-11-02
Add tests for charsets_provided
Loïc Hoguin
2018-11-02
Better handle content negotiation when accept contains charsets
Loïc Hoguin
2018-10-28
Exit gracefully on parent exit/sys:terminate/2,3
Loïc Hoguin
2018-09-12
Do not send a 101 after a final response in switch_protocol
Loïc Hoguin
2018-09-07
Add cowboy_req:read_and_match_urlencoded_body/2,3
Loïc Hoguin
2018-09-07
Fix some grammatical errors in the manual
Loïc Hoguin
2018-06-28
Introduce undocumented option logger
Loïc Hoguin
2018-06-27
Remove a stream handlers related todo not worth doing
Loïc Hoguin
2018-06-27
Document cowboy_req:stream_events/3
Loïc Hoguin
2018-06-26
Add missing frame types to websocket_handle specs/docs
Loïc Hoguin
2018-06-25
Add streaming without chunking for HTTP/1.1
Eric Meadows-Jönsson
2018-06-11
Fix an example missing a " in the manual
Loïc Hoguin
2018-06-08
Fix some formatting issues in the manual
Loïc Hoguin
2018-06-06
Fix an incorrect section_title level in the manual
Loïc Hoguin
2018-06-06
Fix the cowboy_stream manual page name
Loïc Hoguin
2018-06-04
Add a comment about push requiring a secure connection
Loïc Hoguin
2018-05-16
Add option linger_timeout to cowboy_http
Loïc Hoguin
2018-05-02
Fix cowboy_http2 manual page formatting
Loïc Hoguin
2018-04-30
Remove a bunch of todos
2.4.0
Loïc Hoguin
2018-04-28
Add SETTINGS ack timeout and option settings_timeout
Loïc Hoguin
2018-04-27
Add options controlling maximum h2 frame sizes
Loïc Hoguin
2018-04-26
Add options controlling initial control flow windows
Loïc Hoguin
2018-04-25
Add the max_concurrent_streams h2 option
Loïc Hoguin
2018-04-25
Add options to control h2's SETTINGS_HEADER_TABLE_SIZE
Loïc Hoguin
2018-04-04
Add initial implementation of Websocket over HTTP/2
Loïc Hoguin
2018-03-28
Add max_frame_size option for websocket handlers
Kirill Kinduk
[next]