aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-06Add status codes 208 and 508Loïc Hoguin
2019-09-02Add cow_http2_machine:ensure_window/2,3Loïc Hoguin
2019-08-29Update CI to only test on OTP-20+Loïc Hoguin
2019-07-27Add missing lingering_data in the specLoïc Hoguin
2019-07-26Don't return lingering_data when the length is 0Loïc Hoguin
2019-04-28Return lingering_data when received data in lingeringTony Han
2019-04-05Update version to 2.7.3 in Makefile and app file2.7.3Stosh Fabricius
2019-04-05Add a prepare_tag target to help with releasingLoïc Hoguin
2019-04-03Don't use string:lowercase yet, not available in OTP-192.7.2Loïc Hoguin
2019-03-26:authority is not required by spec2.7.1Fredrik Enestad
2019-03-25Lowercase file extension in cow_mimetypesDavid.Gao
2019-03-25Make sure iolist split uses N lengthJosé Valim
2018-11-16Cowlib 2.7.02.7.0Loïc Hoguin
2018-11-13Support uncompressed Websocket frames when deflate is enabledLoïc Hoguin
2018-11-12Add deflate options for Websocket compressionLoïc Hoguin
2018-11-03Make cow_http_hd:parse_accept/1 lowercase charsetsLoïc Hoguin
2018-10-30Fixes various client issues in cow_http2_machineLoïc Hoguin
2018-10-27Handle HTTP/2 timeouts in the state machineLoïc Hoguin
2018-10-26Add cow_http2:parse_sequence/1Loïc Hoguin
2018-10-26Introduce cow_http2_machine, an HTTP/2 state machineLoïc Hoguin
2018-09-28Add support for SameSite cookiesECrownofFire
2018-09-17Cowlib 2.6.02.6.0Loïc Hoguin
2018-09-17Add cow_http:parse_request_line/1Loïc Hoguin
2018-08-06Cowlib 2.5.12.5.1Loïc Hoguin
2018-08-06Export two cow_http types used by GunLoïc Hoguin
2018-08-06Fix typespecs causing Dialyzer errors in user projectsLoïc Hoguin
2018-08-03Cowlib 2.5.02.5.0Loïc Hoguin
2018-08-03Refactor some code to fix a Dialyzer warningLoïc Hoguin
2018-08-02Update Erlang.mkLoïc Hoguin
2018-08-02Fix parsing of lone id: lines in cow_sseLoïc Hoguin
2018-06-25Add building of SSE eventsLoïc Hoguin
2018-06-04Update copyrightsLoïc Hoguin
2018-06-04Remove the AUTHORS file, the info is in commitsLoïc Hoguin
2018-06-04Cowlib 2.4.02.4.0Loïc Hoguin
2018-05-18Add cow_http:status_to_integerLoïc Hoguin
2018-05-07Import cow_iolists from CowboyLoïc Hoguin
2018-05-07Add 103 early hints as a valid statusMark Madsen
2018-05-02Update Erlang.mkLoïc Hoguin
2018-04-30Cowlib 2.3.02.3.0Loï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-25Prevent the HPACK configured_max_size from being droppedLoïc Hoguin
2018-04-23Add proper support for table size updatesLoïc Hoguin
2018-04-06Add the enable_connect_protocol HTTP/2 settingLoïc Hoguin
2018-03-28Cowlib 2.2.12.2.1Loïc Hoguin
2018-03-13Fix the parsing of the x-forwarded-for headerLoïc Hoguin
2018-03-05Cowlib 2.2.02.2.0Loïc Hoguin
2018-03-05The Websocket subprotocol tokens are case sensitiveLoïc Hoguin
2018-03-05Allow cookies without a valueJonathan Perret