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
2020-02-07
Fix HTTP/1.1 bug when a flow command is returned after fin
Loïc Hoguin
2020-02-05
Add a test confirming push requests have no body
Loïc Hoguin
2020-01-17
Fix bugs related to HTTP/1.1 pipelining
Loïc Hoguin
2020-01-06
Fix cowboy_req:parse_header manual for unknown headers
Loïc Hoguin
2020-01-06
Add a skeleton performance chapter to the guide
Loïc Hoguin
2020-01-06
Use active,N
Loïc Hoguin
2020-01-02
Reduce number of Transport:send/2 calls for HTTP/2
Loïc Hoguin
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-12-31
Ignore malformed accept-encoding headers in cowboy_compress_h
Marcos Ferreira
2019-12-31
Add sponsor link to the README
Loïc Hoguin
2019-12-31
Add a commented option in the Makefile
Loïc Hoguin
2019-12-31
Test trailers bug when there are data frames in queue
Tony Han
2019-12-31
Add new RFCs to the list
Loïc Hoguin
2019-10-10
Use /long_polling for rfc7540 tests that reset the stream
2.7.0
Loïc Hoguin
2019-10-10
Don't log stray messages for lingering HTTP/2 streams
Loïc Hoguin
2019-10-10
Cowboy 2.7.0
Loïc Hoguin
2019-10-10
Fix a number of low hanging todos
Loïc Hoguin
2019-10-10
Newly documented cow_cookie:cookie_opts() is now a map
Loïc Hoguin
2019-10-10
Add shutdown_reason Websocket command
Loïc Hoguin
2019-10-09
Implement flow control for HTTP/1.1
Loïc Hoguin
2019-10-07
Add migration guide for Cowboy 2.7
Loïc Hoguin
2019-10-07
Add new stream handlers to the guide
Loïc Hoguin
2019-10-07
Document no date/server headers from response/headers commands
Loïc Hoguin
2019-10-07
Add cowboy_req:cast/2
Loïc Hoguin
2019-10-07
Fix an intermittent test issue
Loïc Hoguin
2019-10-07
Document the set_options stream handler command
Loïc Hoguin
2019-10-07
Document the log stream handler command
Loïc Hoguin
2019-10-07
Document the logger option
Loïc Hoguin
2019-10-07
Document cowboy_tracer_h
Loïc Hoguin
2019-10-07
Document cowboy_metrics_h
Loïc Hoguin
2019-10-06
Document the commands based Websocket interface
Loïc Hoguin
2019-10-06
Fix PUT when resource doesn't exist in flowchart
Loïc Hoguin
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
Don't discard data following a Websocket upgrade request
Loïc Hoguin
2019-10-05
Fix REST flowchart around 201 response for PUT
Loïc Hoguin
2019-10-05
Add cowboy_req:filter_cookies/2
Loïc Hoguin
2019-10-04
Make cowboy_compress_h add vary: accept-encoding
Loïc Hoguin
2019-10-04
Improve some early_error tests
Loïc Hoguin
2019-10-03
Document media type wildcard in content_types_accepted
Loïc Hoguin
2019-10-03
Make stream_error early_error reasons consistent
Loïc Hoguin
2019-10-03
Add HTTP/2 tests with responses with HTTP/1.1 specific headers
Loïc Hoguin
2019-10-03
Document stopping the listener in App:stop/1
Loïc Hoguin
2019-10-02
Fix another Dialyzer warning
Loïc Hoguin
2019-10-02
Ensure we can stream the response body from any process
Loïc Hoguin
2019-10-02
Ensure we can read the request body from any process
Loïc Hoguin
2019-10-02
Make sure cowboy_http doesn't receive stray timeout messages
Loïc Hoguin
2019-10-02
Add {set_options, #{metrics_user_data := Map}}
Loïc Hoguin
2019-10-02
Add more HTTP/1.1 header parsing tests
Loïc Hoguin
2019-10-02
Fix a Dialyzer warning and improve some types
Loïc Hoguin
[next]