Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | Add gun_http | Loïc Hoguin | |
Support for HTTP/1.1 and compatibility with HTTP/1.0. | |||
2014-03-10 | Improve behavior when losing the connection | Loïc Hoguin | |
2014-03-10 | Fix the client_preferred_next_protocols option | Loïc Hoguin | |
Was due to incorrect documentation before R16B03. Thanks Ingela for finding it! | |||
2013-09-04 | Remove unneeded case blocks | Loïc Hoguin | |
2013-09-02 | Fix specs for headers | Loïc Hoguin | |
2013-09-02 | Fix a bug when streaming data | Loïc Hoguin | |
2013-09-02 | cow_spdy:split/1 only returns false on failure | Loïc Hoguin | |
2013-08-31 | Actually handle system messages instead of just dying | Loïc Hoguin | |
2013-08-29 | gun_error sends StreamRef, not StreamID | Loïc Hoguin | |
2013-08-29 | The gun_response message now says if data will follow | Loïc Hoguin | |
2013-08-27 | Add typespecs to the gun module | Loïc Hoguin | |
2013-08-26 | Add gun:open/2 | Loïc Hoguin | |
2013-08-26 | Sync message signature with documentation | Loïc Hoguin | |
2013-08-26 | Fix server pushed streams | Loïc Hoguin | |
2013-08-26 | Remove the response functions | Loïc Hoguin | |
SPDY unfortunately is still completely client-server and we can't do that according to the specs. | |||
2013-08-22 | Initial commit with working SPDY client | Loïc Hoguin | |