aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-11-22Crash on more error cases when parsing chnuked dataLoïc Hoguin
2017-11-18Update Erlang.mk to an experimental patchLoïc Hoguin
2017-11-18Add AUTO_CI_WINDOWS variableLoïc Hoguin
2017-11-17Move ci.erlang.mk to TEST_DEPSLoïc Hoguin
2017-11-15Use ci.erlang.mk for managing tested Erlang versionsLoïc Hoguin
2017-11-15Add support for chunked transfer-encoding trailersLoïc Hoguin
2017-11-01Update CI versionsLoïc Hoguin
2017-10-31Cowlib 2.0.12.0.1Loïc Hoguin
2017-10-31Fix Websocket compression for OTP 20.1.3+Loïc Hoguin
2017-10-03Change a link to https2.0.0Loïc Hoguin
2017-10-03Update cowlib.appLoïc Hoguin
2017-10-03Update version to 2.0.0 and CI targetsLoïc Hoguin
2017-10-03Update mimetypesLoïc Hoguin
2017-07-12Update AUTHORS2.0.0-rc.1Loïc Hoguin
2017-07-12Remove CHANGELOGLoïc Hoguin
2017-07-12Update version to 2.0.0-rc.1Loïc Hoguin
2017-07-12Disable testing of ErlLLVMLoïc Hoguin
2017-07-10We use ERL_LIBS, simplify "make perfs"Loïc Hoguin
2017-07-10Experiment distclean instead of clean in CILoïc Hoguin
2017-07-10Update OTP versions testedLoïc Hoguin
2017-07-10Add new module cow_base64urlLoïc Hoguin
2017-07-10Update horse repositoryLoïc Hoguin
2017-07-10Switch from Triq to ProperLoïc Hoguin
2017-07-03Skip extra spaces and TE chunk extensionsLoïc Hoguin
2017-06-16Fix parsing of event spanning multiple parse callsLoïc Hoguin
2017-06-08Accept headers as map in cow_multipart:form_data/1Loïc Hoguin
2017-06-08cow_multipart:from_data/1 doesn't return transfer-encoding anymoreLoïc Hoguin
2017-06-08Crash cookie parsing with badarg on errorLoïc Hoguin
2017-05-23Add building of PRIORITY frameLoïc Hoguin
2017-05-19Add functions for creating WINDOW_UPDATE h2 framesLoïc Hoguin
2017-04-27Add cow_sse module which implements parsing of SSELoïc Hoguin
2017-04-18Add support for HTTP 451 (RFC 7725)Nicholas Lundgaard
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
2017-02-16Update a comment about zlib deflate optionLoïc Hoguin
2017-01-06Update CI; version to 2.0.0-pre.12.0.0-pre.1Loïc Hoguin
2016-11-04Run perfs in CILoïc Hoguin
2016-11-03Update Erlang.mk to fix CI issueLoïc Hoguin
2016-11-03Add OTP-19.1.5 HiPE LLVM target for CILoïc Hoguin
2016-11-02Add OTP-19.1.5 HiPE target for CILoïc Hoguin
2016-10-21Arrange function orderLoïc Hoguin
2016-10-21fixed names of test functions for cow_date:rfc2109/1Andrei Nesterov
2016-10-21Add support for IMF-fixdate formated date generationAndrei Nesterov
2016-10-18Erlang/OTP 19.1.5Loïc Hoguin
2016-10-14Erlang/OTP 19.1.4Loïc Hoguin
2016-10-11Update CI targetsLoïc Hoguin
2016-10-09Fix HTTP/2 parsing of WINDOW_UPDATE framesPablo Polvorin