aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-12Add hex metadata and prepare_tag target1.8.xLoïc Hoguin
2021-04-23Ranch 1.8.01.8.0Loïc Hoguin
2021-04-19Unconditionally run tests that use tracingLoïc Hoguin
2021-04-19Unconditionally run SNI/getstat testsLoïc Hoguin
2021-04-17Use ssl:handshake instead of ssl:ssl_acceptLoïc Hoguin
2018-11-28Ranch 1.7.11.7.1Loïc Hoguin
2018-11-26Use the correct CRC32 algorithm for the PROXY headerLoïc Hoguin
2018-11-14Update the migration guide for 1.71.7.0Loïc Hoguin
2018-11-14Document the PROXY-related functions; prepare 1.7.0Loïc Hoguin
2018-10-23Always recompile ct_helper in CILoïc Hoguin
2018-10-23Add ranch:recv_proxy_header/2Loïc Hoguin
2018-10-10Correct a typo in a manual page titleLoïc Hoguin
2018-10-10Fix a race condition on restart after listener_sup crashLoïc Hoguin
2018-10-10Make the acceptors exit rather than crash on socket closeLoïc Hoguin
2018-10-10Remove a Dialyzer warning in a test protocolLoïc Hoguin
2018-10-10Add ranch_tcp:recv_proxy_header/2Loïc Hoguin
2018-10-09Add functions to build the PROXY protocol headerLoïc Hoguin
2018-10-08Drop support for Erlang/OTP 18Loïc Hoguin
2018-10-08Add initial ranch_proxy_header implementationLoïc Hoguin
2018-10-04Fix inconsistent naming of filter_user_options/2 argumentKim Shrier
2018-09-17Ranch 1.6.21.6.2Loïc Hoguin
2018-09-17Clean listener options after normal shutdownjuhlig
2018-08-13Ranch 1.6.11.6.1Loïc Hoguin
2018-08-13Use 1.6 doc link in the READMEgetong
2018-08-13Export the function ranch:normalize_opts/1Loïc Hoguin
2018-08-01Remove the changelog; it's now part of the user guide1.6.0Loïc Hoguin
2018-08-01More release notesLoïc Hoguin
2018-08-01Use fn/1,2 instead of fn/{1,2} everywhereLoïc Hoguin
2018-08-01Ranch 1.6Loïc Hoguin
2018-08-01Remove R16 compatibilityLoïc Hoguin
2018-08-01get_status now reports running when acceptors_sup is restartingj.uhlig
2018-08-01Fix ranch:wait_for_connections_loop/4 intervalLJZN
2018-08-01Update Erlang.mk to fix an issue with LATEST_ERLANG_OTPLoïc Hoguin
2018-08-01Fix a test failing in native modeLoïc Hoguin
2018-07-31Update Erlang.mkLoïc Hoguin
2018-07-31Revisit the manual pages for the various modulesLoïc Hoguin
2018-07-31Correct the sendfile specs for the filenameLoïc Hoguin
2018-07-31Fix some whitespaceLoïc Hoguin
2018-07-18Add one manual per function for the ranch moduleLoïc Hoguin
2018-07-05Hide cacerts from the listen error logLoïc Hoguin
2018-07-05Add a logger transport optionLoïc Hoguin
2018-07-04Add a useful comment to the MakefileLoïc Hoguin
2018-07-04Return errors from Transport:handshakeLoïc Hoguin
2018-07-04Enable TLS upgrades via ranch_ssl:handshake/3Loïc Hoguin
2018-07-04Fix a typo in a type in the documentationLoïc Hoguin
2018-07-04Document upcoming changes in Ranch 2.0Loïc Hoguin
2018-07-04Better distinguish between Ranch and socket optionsLoïc Hoguin
2018-07-02Mark ranch:accept_ack/1 as deprecatedLoïc Hoguin
2018-07-02Remove an old R16B01/02 workaroundLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig