aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
AgeCommit message (Expand)Author
2017-05-01Add gun:info/11.0.0-pre.3Loïc Hoguin
2017-05-01Add support for choosing a process to reply toAndrei Nesterov
2017-04-30Monitor owner and terminate when it diesJuan Facorro
2017-04-30Allow infinity for connect_timeoutLoïc Hoguin
2017-04-30Fix retry_timeout value checkLoïc Hoguin
2017-04-30Add connect timeoutsugus-seu
2017-04-30Ignore errors from Transport:setopts/2Yuki Ito
2017-04-30Propagate the last connection failure reasonLoïc Hoguin
2017-04-30Fix the retry=0 case, add general gun test suiteLoïc Hoguin
2017-04-27Add content handlers and built-in SSE supportLoïc Hoguin
2017-01-02Implement HTTP/2 server pushLoïc Hoguin
2016-05-27Initial HTTP/2 supportLoïc Hoguin
2015-08-17Fix ssl:negotiated_next_protocol/1 is deprecated.Maxim Krentovskiy
2015-04-10Add headers to gun_ws_upgrade messageLoïc Hoguin
2015-04-10Add Websocket optionsLoï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-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-03-29Fixes badarg when using gun:ws_upgrade/{2,3}Loïc Hoguin
2015-03-25Fix the order of stream references in gun_push messageLoïc Hoguin
2015-03-12Update copyright yearsLoïc Hoguin
2015-03-12Add initial Websocket supportLoï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-03Make sure the host value is of the correct type in openLoïc Hoguin
2014-03-26Default to TCP if port 80 is given, otherwise SSLLoïc Hoguin
2014-03-25Add gun:flush/1 to easily cleanup the mailboxLoï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-09-02Fix specs for headersLoïc Hoguin
2013-08-31Actually handle system messages instead of just dyingLoï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-26Remove the response functionsLoïc Hoguin
2013-08-22Initial commit with working SPDY clientLoïc Hoguin