index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gun.erl
Age
Commit message (
Expand
)
Author
2017-04-30
Allow infinity for connect_timeout
Loïc Hoguin
2017-04-30
Fix retry_timeout value check
Loïc Hoguin
2017-04-30
Add connect timeout
sugus-seu
2017-04-30
Ignore errors from Transport:setopts/2
Yuki Ito
2017-04-30
Propagate the last connection failure reason
Loïc Hoguin
2017-04-30
Fix the retry=0 case, add general gun test suite
Loïc Hoguin
2017-04-27
Add content handlers and built-in SSE support
Loïc Hoguin
2017-01-02
Implement HTTP/2 server push
Loïc Hoguin
2016-05-27
Initial HTTP/2 support
Loïc Hoguin
2015-08-17
Fix ssl:negotiated_next_protocol/1 is deprecated.
Maxim Krentovskiy
2015-04-10
Add headers to gun_ws_upgrade message
Loïc Hoguin
2015-04-10
Add Websocket options
Loïc Hoguin
2015-04-10
Make Dialyzer happy
Loïc Hoguin
2015-04-10
Add functions await_up/{1,2,3} for sync open
Loïc Hoguin
2015-04-09
Add gun_up and gun_down messages
Loïc Hoguin
2015-04-09
Fix checking of protocol options
Loïc Hoguin
2015-04-09
Don't clear out the transport on connection retry
Loïc Hoguin
2015-04-08
Use maps for and improve options
Loïc Hoguin
2015-03-29
Fixes badarg when using gun:ws_upgrade/{2,3}
Loïc Hoguin
2015-03-25
Fix the order of stream references in gun_push message
Loïc Hoguin
2015-03-12
Update copyright years
Loïc Hoguin
2015-03-12
Add initial Websocket support
Loïc Hoguin
2014-06-08
continue after unexpected message for extend/gun#19
Unix1
2014-06-08
handle messages from previous socket for extend/gun#19
Unix1
2014-06-06
Merge branch 'fix-keepalive-schedule' of git://github.com/unix1/gun
Loïc Hoguin
2014-06-06
cancel keepalive on retry per extend/gun#16
Unix1
2014-06-03
Make sure the host value is of the correct type in open
Loïc Hoguin
2014-03-26
Default to TCP if port 80 is given, otherwise SSL
Loïc Hoguin
2014-03-25
Add gun:flush/1 to easily cleanup the mailbox
Loïc Hoguin
2014-03-23
Fix crashes when Transport:setopts/2 returned an error
Loïc Hoguin
2014-03-23
NPN isn't supported on R15
Loïc Hoguin
2014-03-21
Update copyright years
Loïc Hoguin
2014-03-21
Improve the HTTP/1.1 and HTTP/1.0 support
Loïc Hoguin
2014-03-21
Change the error name when there has been too many retries
Loïc Hoguin
2014-03-21
Add an interface to asynchronously wait for responses
Loïc Hoguin
2014-03-21
Fix a ws_loop/1 call
Loïc Hoguin
2014-03-21
Add a debug function to send raw data
Loïc Hoguin
2014-03-10
Add gun_http
Loïc Hoguin
2014-03-10
Improve behavior when losing the connection
Loïc Hoguin
2014-03-10
Fix the client_preferred_next_protocols option
Loïc Hoguin
2013-09-02
Fix specs for headers
Loïc Hoguin
2013-08-31
Actually handle system messages instead of just dying
Loïc Hoguin
2013-08-27
Add typespecs to the gun module
Loïc Hoguin
2013-08-26
Add gun:open/2
Loïc Hoguin
2013-08-26
Sync message signature with documentation
Loïc Hoguin
2013-08-26
Remove the response functions
Loïc Hoguin
2013-08-22
Initial commit with working SPDY client
Loïc Hoguin