aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
AgeCommit message (Collapse)Author
2024-03-26Initial HTTP/3 and QPACK implementationHEADqpackmasterLoïc Hoguin
Cowlib now uses GitHub Actions for CI. As a result of this change, Cowlib is tested against OTP-24+. This commit adds initial implementations of cow_http3, cow_http3_machine and cow_qpack. Because QPACK is similar to HPACK, some encoding and decoding functions were moved to a common include file, particularly the huffman functions. The cow_http module now contains the types and functions common to all or most versions of HTTP. The types and functions specific to HTTP/1 were moved to the new cow_http1 module. Because HTTP/3 is similar to HTTP/2, part of the code processing headers is common and can be found in cow_http. Other functions common to both versions were moved out of cow_http2_machine. This commit updates comments indicating that the HTTP/2 PRIORITY mechanism will no longer be implemented.
2024-03-14Update erlang.mkLoïc Hoguin
2023-01-16Cowlib 2.12.0Loïc Hoguin
2020-11-17Update Erlang.mkLoïc Hoguin
This Erlang.mk includes the experimental Hex.pm support for publishing releases and other related things.
2020-10-07Update Erlang.mkLoïc Hoguin
2020-04-13Update Erlang.mkLoïc Hoguin
2018-08-02Update Erlang.mkLoïc Hoguin
2018-05-02Update Erlang.mkLoïc Hoguin
2017-11-18Update Erlang.mk to an experimental patchLoïc Hoguin
2017-11-15Use ci.erlang.mk for managing tested Erlang versionsLoïc Hoguin
2017-07-10We use ERL_LIBS, simplify "make perfs"Loïc Hoguin
Also revert the previous change. Didn't work.
2017-07-10Experiment distclean instead of clean in CILoïc Hoguin
2017-07-10Switch from Triq to ProperLoïc Hoguin
2017-05-19Add functions for creating WINDOW_UPDATE h2 framesLoï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
Also experimental.
2016-11-02Add OTP-19.1.5 HiPE target for CILoïc Hoguin
Experimental HiPE CI support in Erlang.mk.
2016-10-04Update Erlang.mk to fix a testing issue on WindowsLoïc Hoguin
Triq didn't work because of path issues.
2016-10-04Update Erlang.mkLoïc Hoguin
2016-10-04Update Erlang.mk to fix Windows test issuesLoïc Hoguin
2016-10-04Update Erlang.mk to fix a small CI issueLoïc Hoguin
2016-10-03Update Erlang.mkLoïc Hoguin
Includes some small maintenance tweaks to Makefile etc.
2016-06-06Update Erlang.mkLoïc Hoguin
2016-02-22Update Erlang.mkLoïc Hoguin
2015-08-26Fix missing triq tests on CircleCILoïc Hoguin
2015-08-26Update erlang.mk and start using CircleCILoïc Hoguin
2015-03-12Update erlang.mkLoïc Hoguin
2015-03-12MaintenanceLoïc Hoguin
* Update copyright years. * Update erlang.mk. * Fix triq testing.
2014-11-07Update erlang.mkLoïc Hoguin
2014-08-01Update erlang.mk to 1.0.0Loïc Hoguin
2014-03-25Update erlang.mkLoïc Hoguin
2014-02-05Test cowlib on all releases since R15B, plus maint and masterLoïc Hoguin
It passes on everything!
2013-12-02Update erlang.mkLoïc Hoguin
2013-08-22Initial commit with most of spdy/3Loïc Hoguin