aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-05-05Update to 1.0.0-pre.11.0.0-pre.1Loïc Hoguin
2015-05-03Add a missing Transfer-Encoding: chunked header in HTTPLoïc Hoguin
2015-04-13One last SPDY test for todayLoïc Hoguin
2015-04-13More SPDY testsLoïc Hoguin
2015-04-13Fix timing issue in one of the testsLoïc Hoguin
2015-04-13Fix previous testLoïc Hoguin
2015-04-13Even more SPDY testsLoïc Hoguin
2015-04-13One more SPDY testLoïc Hoguin
2015-04-13One more SPDY testLoïc Hoguin
2015-04-13One more SPDY testLoïc Hoguin
2015-04-13Check that the connection is down after we send a GOAWAYLoïc Hoguin
2015-04-13Add another SPDY testLoïc Hoguin
2015-04-13Rename a few SPDY testsLoïc Hoguin
2015-04-13Fix previous SPDY testLoïc Hoguin
2015-04-13Add more SPDY testsLoïc Hoguin
2015-04-12Add a SPDY test and improve a few badstate messagesLoïc Hoguin
2015-04-12Add more SPDY testsLoïc Hoguin
2015-04-12Add more SPDY testsLoïc Hoguin
2015-04-12More and improved SPDY testsLoïc Hoguin
2015-04-12Improve existing spdy tests and add anotherLoïc Hoguin
2015-04-12Add more complex SPDY testsLoïc Hoguin
2015-04-12Check we are connected using SPDY in the twitter_SUITELoïc Hoguin
2015-04-11Add initial spdy_SUITELoïc Hoguin
2015-04-10Add headers to gun_ws_upgrade messageLoïc Hoguin
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