aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2014-03-23NPN isn't supported on R15Loïc Hoguin
We branch out and don't try to use NPN when the function ssl:negotiated_next_protocol/1 isn't exported.
2014-03-21Update copyright yearsLoïc Hoguin
2014-03-21Improve the HTTP/1.1 and HTTP/1.0 supportLoïc Hoguin
2014-03-21Change the error name when there has been too many retriesLoïc Hoguin
'gone' is more explicit than 'too_many_retries'.
2014-03-21Add an interface to asynchronously wait for responsesLoïc Hoguin
The basic idea is that we do an async call and then optionally wait. If we already have a monitor for this connection, then we can reuse it across all await* calls, otherwise one is created automatically.
2014-03-21Fix a ws_loop/1 callLoïc Hoguin
2014-03-21Add a debug function to send raw dataLoïc Hoguin
2014-03-10Add gun_httpLoïc Hoguin
Support for HTTP/1.1 and compatibility with HTTP/1.0.
2014-03-10Improve behavior when losing the connectionLoïc Hoguin
2014-03-10Fix the client_preferred_next_protocols optionLoïc Hoguin
Was due to incorrect documentation before R16B03. Thanks Ingela for finding it!
2013-09-04Remove unneeded case blocksLoïc Hoguin
2013-09-02Fix specs for headersLoïc Hoguin
2013-09-02Fix a bug when streaming dataLoïc Hoguin
2013-09-02cow_spdy:split/1 only returns false on failureLoïc Hoguin
2013-08-31Actually handle system messages instead of just dyingLoïc Hoguin
2013-08-29gun_error sends StreamRef, not StreamIDLoïc Hoguin
2013-08-29The gun_response message now says if data will followLoïc Hoguin
2013-08-27Add typespecs to the gun moduleLoïc Hoguin
2013-08-26Add gun:open/2Loïc Hoguin
2013-08-26Sync message signature with documentationLoïc Hoguin
2013-08-26Fix server pushed streamsLoïc Hoguin
2013-08-26Remove the response functionsLoïc Hoguin
SPDY unfortunately is still completely client-server and we can't do that according to the specs.
2013-08-22Initial commit with working SPDY clientLoïc Hoguin