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
/
test
/
handlers
Age
Commit message (
Expand
)
Author
2018-11-16
Add the set_options Websocket command
Loïc Hoguin
2018-11-16
Ensure unknown options are ignored in set_options command
Loïc Hoguin
2018-11-16
Allow overriding cowboy_http's idle_timeout per request
Loïc Hoguin
2018-11-15
Add the set_options stream handler command
Loïc Hoguin
2018-11-15
Add a compress_buffering option to cowboy_compress_h
Loïc Hoguin
2018-11-14
Don't send the content-length header in empty 304 responses
Loïc Hoguin
2018-11-14
Ignore the boundary parameter when accepting multipart
Loïc Hoguin
2018-11-13
Add the {deflate, boolean()} Websocket command
Loïc Hoguin
2018-11-12
Add deflate options for Websocket compression
Loïc Hoguin
2018-11-11
Add ProvideRangeCallback tests using sendfile
Loïc Hoguin
2018-11-11
Add automatic ranged request handling for bytes units
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-11-07
Add support for range requests (RFC7233) in cowboy_rest
Loïc Hoguin
2018-11-05
Test stop against all relevant REST callbacks
Loïc Hoguin
2018-11-05
Test switch_handler against all relevant REST callbacks
Loïc Hoguin
2018-11-04
Add the rate_limited/2 REST callback
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-31
Add a cowboy_rest test for malformed if-*-match headers
Loïc Hoguin
2018-10-31
Add compress_threshold protocol option
Steve Domin
2018-10-31
Handle error_response command in cowboy_metrics_h
Grigory Starinkin
2018-10-31
Always dialyze tests and fix some cowboy_req specs
Loïc Hoguin
2018-09-21
Add the {active, boolean()} Websocket command
Loïc Hoguin
2018-09-12
Do not send a 101 after a final response in switch_protocol
Loïc Hoguin
2018-09-11
Add a commands-based interface to Websocket handlers
Loïc Hoguin
2018-09-07
Add cowboy_req:read_and_match_urlencoded_body/2,3
Loïc Hoguin
2018-08-13
Improve errors for when the ProvideCallback is missing
Loïc Hoguin
2018-06-27
Add test cases for cowboy_req:stream_events
Loïc Hoguin
2018-06-25
Add streaming without chunking for HTTP/1.1
Eric Meadows-Jönsson
2018-05-18
Don't send transfer-encoding when streaming 204 responses
Loïc Hoguin
2018-03-26
Fix the flushing of messages when switching to Websocket
Loïc Hoguin
2018-03-23
Add initial support for system messages in cowboy_loop
Loïc Hoguin
2018-03-12
Initial work on the sys_SUITE
Loïc Hoguin
2018-01-23
Fix a miscount of output flow control window for HTTP/2
Loïc Hoguin
2018-01-22
Don't crash in delete_resp_header if no resp headers are set
Loïc Hoguin
2017-12-07
Add more rfc7231 tests and a new max_skip_body_length option
Loïc Hoguin
2017-12-06
Properly handle OPTIONS * requests
Loïc Hoguin
2017-11-29
Fix many rfc7230 tests that were echoing the URI
Loïc Hoguin
2017-11-27
Don't send the response immediately when using h2spec
Loïc Hoguin
2017-11-24
Add more tests to the rfc7230 suite
Loïc Hoguin
2017-11-22
Add more rfc7230 tests and better handle bad chunk sizes
Loïc Hoguin
2017-11-20
Queue HTTP/2 trailers when there's still data in the buffer
Loïc Hoguin
2017-11-19
Remove another test from the old http suite
Loïc Hoguin
2017-11-19
Move tests from old http suite to rfc7230 suite
Loïc Hoguin
2017-11-15
Add preliminary support for trailers in responses
Loïc Hoguin
2017-11-01
Fix stream_handler_SUITE test failures
Loïc Hoguin
2017-11-01
Add {switch_handler, Module} return value to cowboy_rest
Loïc Hoguin
2017-11-01
Fix two edge cases for cowboy_req:stream_body
Loïc Hoguin
2017-10-31
Fix a unused warning
Loïc Hoguin
2017-10-31
Fix broken tests in loop_handler_SUITE
Loïc Hoguin
[next]