aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-04-10Add Websocket optionsLoïc Hoguin
2015-04-10Document Websocket options in the manualLoïc Hoguin
2015-04-10Make Dialyzer happyLoïc Hoguin
2015-04-10Add functions await_up/{1,2,3} for sync openLoïc Hoguin
2015-04-09Remove outdated todosLoïc Hoguin
2015-04-09Add gun_up and gun_down messagesLoïc Hoguin
2015-04-09Fix checking of protocol optionsLoïc Hoguin
2015-04-09Don't clear out the transport on connection retryLoïc Hoguin
2015-04-08Use maps for and improve optionsLoïc Hoguin
2015-04-08Add .gitignoreLoïc Hoguin
2015-03-30Merge branch 'fix-body-no-contentlength' of https://github.com/unix1/gunLoïc Hoguin
2015-03-29Improve request codeLoïc Hoguin
2015-03-29Fixes badarg when using gun:ws_upgrade/{2,3}Loïc Hoguin
2015-03-28Clarify the await functions in the guideLoïc Hoguin
2015-03-27Update manualLoïc Hoguin
2015-03-25Fix an undef crash with SPDYLoïc Hoguin
2015-03-25Fix the order of stream references in gun_push messageLoïc Hoguin
2015-03-25Update the guideLoïc Hoguin
2015-03-24Merge branch 'patch-1' of https://github.com/alexr/gunLoïc Hoguin
2015-03-22Switch README to AsciidocLoïc Hoguin
2015-03-12Update Cowlib in rebar.configLoïc Hoguin
2015-03-12Update sponsorsLoïc Hoguin
2015-03-12Update copyright yearsLoïc Hoguin
2015-03-12Add initial Websocket supportLoïc Hoguin
2015-02-20Update gun.mdAlex Raizman
2014-10-26Return body when content-length not specifiedUnix1
2014-07-14Fix bug with HTTP and keepaliveLoïc Hoguin
2014-06-10Don't close the connection on empty data in cow_http:handle/2Loïc Hoguin
2014-06-10Update transfer encoding code to current cowlib interfaceLoïc Hoguin
2014-06-09Merge branch 'fix-keepalive-response' of git://github.com/unix1/gunLoïc Hoguin
2014-06-09close when handling response with no streams for extend/gun#15Unix1
2014-06-09Merge branch 'fix-unexpected-messages' of git://github.com/unix1/gunLoïc Hoguin
2014-06-08continue after unexpected message for extend/gun#19Unix1
2014-06-08handle messages from previous socket for extend/gun#19Unix1
2014-06-06Merge branch 'fix-keepalive-schedule' of git://github.com/unix1/gunLoïc Hoguin
2014-06-06cancel keepalive on retry per extend/gun#16Unix1
2014-06-03Merge branch 'cowlib_test_fix' of git://github.com/seryl/gunLoïc Hoguin
2014-06-03Make sure the host value is of the correct type in openLoïc Hoguin
2014-06-03Add a rebar.configLoïc Hoguin
2014-05-12Start/stop cowlib for tests, closes #4Josh Toft
2014-05-01Use cow_http_te for creating chunksLoïc Hoguin
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