Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-06 | Make sse_SUITE work for older OTP versions | Loïc Hoguin | |
2018-08-06 | Rewrite the SSE suite using Cowboy | Loïc Hoguin | |
2018-08-06 | Fix some whitespace | Loïc Hoguin | |
2018-08-06 | Fix the status code passed to content handlers | Loïc Hoguin | |
The integer form is expected, not the binary. | |||
2018-08-06 | Fix the type of SSL sockets in the transport module | Loïc Hoguin | |
2018-08-06 | Fix some types that were referring to Cowboy | Loïc Hoguin | |
2018-08-06 | Update Cowlib to 2.5.1 | Loïc Hoguin | |
This is mainly to fix a bug in gun_sse_h where lone id lines are not decoded properly. Some typespecs were also fixed. | |||
2018-07-27 | Gun 1.0.01.0.0 | Loïc Hoguin | |
2018-07-27 | Fix OTP 21 warnings | Loïc Hoguin | |
2018-06-26 | Fix a mistake in the Websocket guide | Loïc Hoguin | |
2018-06-11 | Fix await_up link in function reference docs | Radu Ciorba | |
2018-06-11 | Use asciideck to build the documentation | Loïc Hoguin | |
2018-06-04 | Gun 1.0.0-rc.11.0.0-rc.1 | Loïc Hoguin | |
2018-06-04 | Support Unix domain sockets when building host headers | Simon Thörnqvist | |
2018-06-04 | Review and update the user guide | Loïc Hoguin | |
2018-06-04 | Update copyright years | Loïc Hoguin | |
2018-06-04 | Remove circle.yml, not been using it for a long time | Loïc Hoguin | |
2018-06-04 | Update Cowlib to 2.4.0 | Loïc Hoguin | |
2018-06-04 | Add some todos for later | Loïc Hoguin | |
2018-06-04 | Remove the dependency on Ranch | Loïc Hoguin | |
We instead of two new modules, gun_tcp and gun_tls. They only have 6 functions so far, much less than what Ranch provided before. Also renames ssl to tls where applicable. It's still possible to use the ssl transport option but it's now undocumented. | |||
2018-06-03 | Rename gun_data and gun_sse to gun_data_h and gun_sse_h | Loïc Hoguin | |
2018-06-03 | Change messages to gun_upgrade and gun_ws with stream reference | Loïc Hoguin | |
2018-06-03 | Also flush trailers | Loïc Hoguin | |
2018-06-03 | Fill in the options types instead of using map() | Loïc Hoguin | |
2018-06-03 | Reorder the option checks | Loïc Hoguin | |
2018-06-03 | Fix the inet:ip_address() type | Loïc Hoguin | |
2018-06-03 | Add gun.sty to the user guide | Loïc Hoguin | |
2018-06-02 | Revamp the manual, one page per function/message | Loïc Hoguin | |
2018-05-15 | Update Erlang.mk again to fix an issue in CI | Loïc Hoguin | |
2018-05-15 | Update Erlang.mk | Loïc Hoguin | |
2018-05-15 | Allow IP tuple for host #152 | Seudin Kasumovic | |
2018-05-07 | Import the HTTP/2 send_data function from Cowboy | Loïc Hoguin | |
Few changes were required so that's pretty good. It will be split off in a separate common module at a later time. | |||
2018-05-07 | Make sure ws_upgrade/3 and /4 are considered different | Loïc Hoguin | |
2018-05-07 | Fix the document about `ws_upgrade` | niku | |
2018-02-28 | Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set | Loïc Hoguin | |
This will avoid issues with other people's build systems. | |||
2018-01-22 | Gun 1.0.0-pre.51.0.0-pre.5 | Loïc Hoguin | |
2018-01-22 | Add missing gun_inform clauses | Andrei Nesterov | |
2018-01-21 | Do not expect a message body for 204, 304 status codes of HTTP/1.1 | Andrei Nesterov | |
2018-01-21 | Fix HTTP/1 cancel #140 | Peter Hizalev | |
2017-12-16 | Add support for unix sockets | michael-coles | |
2017-12-14 | Silence export_all warnings | Loïc Hoguin | |
2017-12-14 | Change the {gone, Reason} to {shutdown, Reason} plus small fixes | Loïc Hoguin | |
The reason for this change is to avoid annoying supervisor logs when SASL logging is enabled. | |||
2017-12-06 | Don't send transfer-encoding for HTTP/1.0 | Loïc Hoguin | |
2017-11-19 | Add AUTO_CI_WINDOWS variable | Loïc Hoguin | |
2017-11-17 | Move ci.erlang.mk to TEST_DEPS | Loïc Hoguin | |
2017-11-16 | Use ci.erlang.mk for managing tested Erlang versions | Loïc Hoguin | |
2017-11-15 | Fix a potential issue finding end of headers in HTTP/1.1 | Loïc Hoguin | |
This is a bit less efficient but necessary in case we start getting the beginning of \r\n\r\n and it cuts just there. | |||
2017-11-15 | Add preliminary support for trailers | Loïc Hoguin | |
The code is definitely not the best, but as long as it doesn't break anything it should be OK for now. | |||
2017-11-15 | Tweak README | Loïc Hoguin | |
2017-11-15 | Update links in README | Krzysztof Jurewicz | |
Mailing list was archived on August 29, 2016: https://ninenines.eu/archives/extend/ . http://ninenines.eu/support is now a redirect. |