Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-02 | Fix sending of data > 16384 with HTTP/21.0.0-pre.2 | Loïc Hoguin | |
2017-01-02 | Implement HTTP/2 server push | Loïc Hoguin | |
2017-01-02 | Fix sending of body as iodata() with HTTP | Loïc Hoguin | |
2016-11-25 | Generate rebar.config on build | Leo Liu | |
2016-11-16 | Update Erlang.mk and related changes | Loïc Hoguin | |
2016-06-28 | Properly handle HTTP/1.1 HEAD requests | Loïc Hoguin | |
No response body is expected from now on. | |||
2016-06-20 | Send proper scheme for HTTP/2 | Loïc Hoguin | |
Clear connections send "http" and TLS connections "https". | |||
2016-06-08 | Merge branch 'fix_badarg_on_ping' of https://github.com/philipstears/gun | Loïc Hoguin | |
2016-06-06 | Fix badarg in http/2 ping generation | Philip Stears | |
2016-06-06 | gun_http2 erroneously using cow_spdy. | Philip Stears | |
2016-06-06 | Handle RST_STREAM in HTTP/2 protocol | Loïc Hoguin | |
2016-05-27 | Initial HTTP/2 support | Loïc Hoguin | |
A number of things are not implemented, but this is enough to connect to Twitter and get a response sent back. It also currently doesn't have tests. | |||
2015-12-04 | Remove faulty ; in example | Stefan Hellkvist | |
@ exit(timeout) in receive ... after 1000 -> | |||
2015-10-22 | Merge branch 'master' of https://github.com/rightfold/gun | Loïc Hoguin | |
2015-10-22 | fixed typo in code snippet | magicgoose | |
2015-10-16 | fix trivial typo on guide/connect doc | Yuce Tekol | |
2015-08-31 | Use https instead of git for ranch and cowlib dependencies | Radek Slupik | |
This is compatible with Cowboy and doesn't require authentication with GitHub. Rebar and Mix do not automatically turn git:// into https://. Fixes #82 | |||
2015-08-17 | Fix compilation issue | Loïc Hoguin | |
Oops! | |||
2015-08-17 | Gun is developed for Erlang 18+ | Loïc Hoguin | |
2015-08-17 | Fix ssl:negotiated_next_protocol/1 is deprecated. | Maxim Krentovskiy | |
2015-08-16 | Handle 204 responses properly | Loïc Hoguin | |
Thanks @petrohi for the initial patch. | |||
2015-08-16 | Update apt-get before installing things in CI | Loïc Hoguin | |
2015-08-16 | Include user headers in HTTP/1 requests | Loïc Hoguin | |
Oops! Thanks everyone who reported/submitted patches. | |||
2015-08-16 | Fix a harmless typo in a test | Loïc Hoguin | |
2015-07-26 | Add CircleCI | Loïc Hoguin | |
2015-05-12 | Update erlang.mk | Loïc Hoguin | |
2015-05-05 | Update to 1.0.0-pre.11.0.0-pre.1 | Loïc Hoguin | |
2015-05-03 | Add a missing Transfer-Encoding: chunked header in HTTP | Loïc Hoguin | |
When we stream content we need to set this header manually from Gun. | |||
2015-04-13 | One last SPDY test for today | Loïc Hoguin | |
2015-04-13 | More SPDY tests | Loïc Hoguin | |
2015-04-13 | Fix timing issue in one of the tests | Loïc Hoguin | |
2015-04-13 | Fix previous test | Loïc Hoguin | |
Sigh. | |||
2015-04-13 | Even more SPDY tests | Loïc Hoguin | |
2015-04-13 | One more SPDY test | Loïc Hoguin | |
2015-04-13 | One more SPDY test | Loïc Hoguin | |
2015-04-13 | One more SPDY test | Loïc Hoguin | |
2015-04-13 | Check that the connection is down after we send a GOAWAY | Loïc Hoguin | |
2015-04-13 | Add another SPDY test | Loïc Hoguin | |
2015-04-13 | Rename a few SPDY tests | Loïc Hoguin | |
2015-04-13 | Fix previous SPDY test | Loïc Hoguin | |
2015-04-13 | Add more SPDY tests | Loïc Hoguin | |
One of the test is incomplete due to a missing window_update building function in cowlib. | |||
2015-04-12 | Add a SPDY test and improve a few badstate messages | Loïc Hoguin | |
2015-04-12 | Add more SPDY tests | Loïc Hoguin | |
2015-04-12 | Add more SPDY tests | Loïc Hoguin | |
2015-04-12 | More and improved SPDY tests | Loïc Hoguin | |
2015-04-12 | Improve existing spdy tests and add another | Loïc Hoguin | |
2015-04-12 | Add more complex SPDY tests | Loïc Hoguin | |
These new tests have the spdy_server send frames back. | |||
2015-04-12 | Check we are connected using SPDY in the twitter_SUITE | Loïc Hoguin | |
2015-04-11 | Add initial spdy_SUITE | Loïc Hoguin | |
The tests will be written against a robot server, spdy_server, which parses and records all frames it receives. This robot server can later be enhanced to perform actions at specific times to send responses or simulate error conditions. | |||
2015-04-10 | Add headers to gun_ws_upgrade message | Loïc Hoguin | |
Also improves the code and documentation about this message. It was incorrectly specified that a gun_ws_upgrade message could be sent on error; instead a gun_response is sent. |