aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
AgeCommit message (Collapse)Author
2024-03-26Initial HTTP/3 implementationHEADmasterhttp3Loïc Hoguin
Since quicer, which provides the QUIC implementation, is a NIF, Gun cannot depend directly on it. In order to enable QUIC and HTTP/3, users have to set the GUN_QUICER environment variable: export GUN_QUICER=1 Gun is now tested using GitHub Actions. As a result OTP-24+ is now required. In addition, the number of OTP releases tested has been reduced; only the latest of each major version is now tested. This also updates Erlang.mk.
2024-02-27Update Erlang.mkLoïc Hoguin
2022-10-11Update tests for OTP-25+Loïc Hoguin
2020-11-19Update Erlang.mk and configure HexLoïc Hoguin
2020-10-07Update Erlang.mkLoïc Hoguin
2019-01-10Update Erlang.mkLoïc Hoguin
2018-12-19Update erlang.mkLoïc Hoguin
2018-08-06Update erlang.mkLoïc Hoguin
2018-05-15Update Erlang.mk again to fix an issue in CILoïc Hoguin
2018-05-15Update Erlang.mkLoïc Hoguin
2017-11-19Add AUTO_CI_WINDOWS variableLoïc Hoguin
2017-11-16Use ci.erlang.mk for managing tested Erlang versionsLoïc Hoguin
2016-11-16Update Erlang.mk and related changesLoïc Hoguin
2015-07-26Add CircleCILoïc Hoguin
2015-05-12Update erlang.mkLoïc Hoguin
2015-03-12Add initial Websocket supportLoïc Hoguin
All autobahntestsuite tests pass including the permessage-deflate compression tests. Some of the tests pass in a non-strict fashion. They are testing for protocol errors and expect events to happen in a particular order, which is not respected by Gun. Gun fails earlier than is expected due to concurrent processing of frames. The implementation when error occurs during handshake is probably a bit rough at this point. The documentation is also incomplete and/or wrong at this time, though this is the general state of the Gun documentation and will be resolved in a separate commit.
2014-03-25Update erlang.mkLoïc Hoguin
2014-03-21Update copyright yearsLoïc Hoguin
2013-12-02Update erlang.mkLoïc Hoguin
2013-08-22Initial commit with working SPDY clientLoïc Hoguin