Age | Commit message (Expand) | Author |
2018-05-02 | Fix cowboy_http2 manual page formatting | Loïc Hoguin |
2018-04-30 | Remove a bunch of todos2.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 |
2018-01-29 | Fix a small issue in the cowboy_req:parse_cookies manual | Loïc Hoguin |
2017-12-13 | Document the missing inform stream handler command2.2.0 | Loïc Hoguin |
2017-12-11 | Small documentation tweaks | Loïc Hoguin |
2017-12-11 | Document 2.2 changes and the new stream_trailers function | Loïc Hoguin |
2017-12-08 | Add the few remaining tests to the rfc7231 test suite | Loïc Hoguin |
2017-12-07 | Add more rfc7231 tests and a new max_skip_body_length option | Loïc Hoguin |
2017-11-09 | Add a changelog for cowboy_rest | Loïc Hoguin |
2017-11-09 | Fix the introduction version for the new 2.1 functions | Loïc Hoguin |
2017-11-01 | Add {switch_handler, Module} return value to cowboy_rest | Loïc Hoguin |
2017-10-29 | Add cowboy_req:inform/2,3 | Loïc Hoguin |
2017-10-25 | Introduce cowboy_req:sock/1 and cowboy_req:cert/1 | Loïc Hoguin |
2017-10-22 | Ensure stream terminate is called when switching protocols | Loïc Hoguin |
2017-10-02 | Document cow_ws:frame in Cowboy for now | Loïc Hoguin |
2017-10-02 | Fix the documentation for the command flow | Loïc Hoguin |
2017-09-05 | Update naming in REST flowcharts | Loïc Hoguin |
2017-09-05 | Add tests for direct Req access | Loïc Hoguin |
2017-09-05 | Remove transfer-encoding parsing from cowboy_req | Loïc Hoguin |
2017-09-04 | Accept sendfile tuple with 0 length in cowboy_req | Loïc Hoguin |
2017-09-04 | Fix more documentation todos | Loïc Hoguin |
2017-07-20 | Remove cowboy_sub_protocol from the documentation | Loïc Hoguin |
2017-07-19 | Websocket options are no longer per listener | Loïc Hoguin |
2017-06-09 | Make cowboy_req:read_part return multipart headers as map | Loïc Hoguin |
2017-06-07 | Remove NumAcceptors argument from start_clear/tls | Loïc Hoguin |
2017-05-28 | Introduce the req_filter Websocket option | Loïc Hoguin |
2017-05-05 | Add inactivity_timeout and other options improvements | Loïc Hoguin |
2017-05-03 | Add the idle_timeout HTTP/1.1 protocol option | Loïc Hoguin |
2017-04-18 | Pass the HTTP/2 switch_protocol event to stream handlers | Loïc Hoguin |
2017-04-10 | Initial cowboy_stream manual | Loïc Hoguin |
2017-02-19 | Change the type of bindings from a list to a map | Loïc Hoguin |
2017-02-19 | Change the order of set_resp_cookie arguments | Loïc Hoguin |
2017-02-19 | Change the type of cookie name to binary() | Loïc Hoguin |
2017-02-18 | Allow passing options to sub protocols | Loïc Hoguin |
2017-01-04 | Improve the manual for the new resp_header functions | Loïc Hoguin |
2017-01-04 | Add functions for getting and setting response headers | Johan Lövdahl |
2016-12-28 | Update the cowboy_rest manual | Loïc Hoguin |
2016-12-23 | Leave a few manual pages for post 2.0.0-pre.4 | Loïc Hoguin |
2016-12-23 | Update cowboy_middleware | Loïc Hoguin |
2016-12-23 | Update cowboy_loop manual | Loïc Hoguin |
2016-12-23 | Update the cowboy_handler manual | Loïc Hoguin |
2016-12-23 | Update the cowboy_static manual | Loïc Hoguin |
2016-12-22 | Updates cowboy_http documents changelog | Sasan Hezarkhani |