Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-26 | Add cow_http2:parse_sequence/1 | Loïc Hoguin | |
2018-10-26 | Introduce cow_http2_machine, an HTTP/2 state machine | Loïc Hoguin | |
This is the result of a merge of the Cowboy and Gun HTTP/2 codes. It can probably do a little more but it's at a point where Cowboy works fine when using it so additional work will be done in other commits. The Gun code has not been switched to this module yet. I expect for example the PUSH_PROMISE code to fail at this point. This will be the next step. | |||
2018-06-04 | Update copyrights | Loïc Hoguin | |
2018-04-29 | Reject HEADERS/PRIORITY with streams depending on themselves | Loïc Hoguin | |
2018-04-29 | Accept infinity for some HTTP/2 SETTINGS | Loïc Hoguin | |
max_concurrent_streams and max_header_list_size to be precise. | |||
2018-04-25 | Fix http2 settings parsing when there's more data | Tony Han | |
2018-04-06 | Add the enable_connect_protocol HTTP/2 setting | Loïc Hoguin | |
2017-11-27 | Implement the building of h2 SETTINGS frames | Loïc Hoguin | |
2017-11-27 | Fix an error return value in cow_http2:parse/1 | Loïc Hoguin | |
2017-11-27 | Fix DATA payload size with padding | Loïc Hoguin | |
2017-05-23 | Add building of PRIORITY frame | Loïc Hoguin | |
2017-05-19 | Add functions for creating WINDOW_UPDATE h2 frames | Loïc Hoguin | |
2017-02-26 | Unknown HTTP/2 frames are ignored | Loïc Hoguin | |
2017-02-25 | Add frame size related error cases to cow_http2:parse | Loïc Hoguin | |
2017-02-25 | Add cow_http:goaway/2 | Loïc Hoguin | |
2016-10-09 | Fix HTTP/2 parsing of WINDOW_UPDATE frames | Pablo Polvorin | |
Fix for cases where the full frame is not received in one go. | |||
2016-10-09 | Fix parsing of HTTP/2 PING frames | Pablo Polvorin | |
Fix for cases where the full frame is not received in one go. | |||
2016-06-06 | Add a cow_http2:data_header/3 function | Loïc Hoguin | |
For use with sendfile or streaming in general. | |||
2016-03-13 | Parse the settings payload directly in cow_http_hd:parse_http2_settings/1 | Loïc Hoguin | |
2016-03-12 | Add settings_payload/1, settings_ack/0 and ping/1 in cow_http2 | Loïc Hoguin | |
Although settings_payload/1 is currently only a placeholder. | |||
2015-08-26 | Fix a few binary pattern matching issues | Loïc Hoguin | |
2015-06-11 | Add cowboy_http2 with initial HTTP/2 suppport | Loïc Hoguin | |