aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-30Fix chunked transfer-encoding for HTTP/1.1Loïc Hoguin
2014-04-29Add cowlib in the .app deps for release inclusionLoïc Hoguin
2014-03-26Default to TCP if port 80 is given, otherwise SSLLoïc Hoguin
2014-03-25Automatically calculate the content-length when possible in SPDYLoïc Hoguin
2014-03-25Send the status as a number rather than a binary string in SPDYLoïc Hoguin
2014-03-25Add gun:flush/1 to easily cleanup the mailboxLoïc Hoguin
2014-03-25Update erlang.mkLoïc Hoguin
2014-03-25Fix handling of fin in gun_httpLoïc Hoguin
2014-03-23Fix a bug where the buffer was dropped in one chunked decoding caseLoïc Hoguin
2014-03-23Fix crashes when Transport:setopts/2 returned an errorLoïc Hoguin
2014-03-23NPN isn't supported on R15Loïc Hoguin
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
2014-03-21Add an interface to asynchronously wait for responsesLoïc Hoguin
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
2014-03-10Improve behavior when losing the connectionLoïc Hoguin
2014-03-10Fix the client_preferred_next_protocols optionLoïc Hoguin
2013-12-02Update erlang.mkLoïc Hoguin
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-29Add messages to the documentationLoïc Hoguin
2013-08-29gun_error sends StreamRef, not StreamIDLoïc Hoguin
2013-08-29Also add IsFin to Websocket upgrade errorLoïc Hoguin
2013-08-29The gun_response message now says if data will followLoïc Hoguin
2013-08-29Fix indentation in guideLoïc Hoguin
2013-08-27Add a manualLoïc Hoguin
2013-08-27Add typespecs to the gun moduleLoïc Hoguin
2013-08-26Small clarification in the guideLoï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
2013-08-25Merge branch 'master' of git://github.com/jimt/gunLoïc Hoguin
2013-08-25Fix typosJim Tittsler
2013-08-23First draft of the guideLoïc Hoguin
2013-08-23Sponsored by LeoFSLoïc Hoguin
2013-08-22Initial commit with working SPDY clientLoïc Hoguin