aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http2.erl
AgeCommit message (Expand)Author
2018-10-26Add cow_http2:parse_sequence/1Loïc Hoguin
2018-10-26Introduce cow_http2_machine, an HTTP/2 state machineLoïc Hoguin
2018-06-04Update copyrightsLoïc Hoguin
2018-04-29Reject HEADERS/PRIORITY with streams depending on themselvesLoïc Hoguin
2018-04-29Accept infinity for some HTTP/2 SETTINGSLoïc Hoguin
2018-04-25Fix http2 settings parsing when there's more dataTony Han
2018-04-06Add the enable_connect_protocol HTTP/2 settingLoïc Hoguin
2017-11-27Implement the building of h2 SETTINGS framesLoïc Hoguin
2017-11-27Fix an error return value in cow_http2:parse/1Loïc Hoguin
2017-11-27Fix DATA payload size with paddingLoïc Hoguin
2017-05-23Add building of PRIORITY frameLoïc Hoguin
2017-05-19Add functions for creating WINDOW_UPDATE h2 framesLoïc Hoguin
2017-02-26Unknown HTTP/2 frames are ignoredLoïc Hoguin
2017-02-25Add frame size related error cases to cow_http2:parseLoïc Hoguin
2017-02-25Add cow_http:goaway/2Loïc Hoguin
2016-10-09Fix HTTP/2 parsing of WINDOW_UPDATE framesPablo Polvorin
2016-10-09Fix parsing of HTTP/2 PING framesPablo Polvorin
2016-06-06Add a cow_http2:data_header/3 functionLoïc Hoguin
2016-03-13Parse the settings payload directly in cow_http_hd:parse_http2_settings/1Loïc Hoguin
2016-03-12Add settings_payload/1, settings_ack/0 and ping/1 in cow_http2Loïc Hoguin
2015-08-26Fix a few binary pattern matching issuesLoïc Hoguin
2015-06-11Add cowboy_http2 with initial HTTP/2 suppportLoïc Hoguin