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
Age
Commit message (
Expand
)
Author
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-04-08
Add .gitignore
Loïc Hoguin
2015-03-30
Merge branch 'fix-body-no-contentlength' of https://github.com/unix1/gun
Loïc Hoguin
2015-03-29
Improve request code
Loïc Hoguin
2015-03-29
Fixes badarg when using gun:ws_upgrade/{2,3}
Loïc Hoguin
2015-03-28
Clarify the await functions in the guide
Loïc Hoguin
2015-03-27
Update manual
Loïc Hoguin
2015-03-25
Fix an undef crash with SPDY
Loïc Hoguin
2015-03-25
Fix the order of stream references in gun_push message
Loïc Hoguin
2015-03-25
Update the guide
Loïc Hoguin
2015-03-24
Merge branch 'patch-1' of https://github.com/alexr/gun
Loïc Hoguin
2015-03-22
Switch README to Asciidoc
Loïc Hoguin
2015-03-12
Update Cowlib in rebar.config
Loïc Hoguin
2015-03-12
Update sponsors
Loïc Hoguin
2015-03-12
Update copyright years
Loïc Hoguin
2015-03-12
Add initial Websocket support
Loïc Hoguin
2015-02-20
Update gun.md
Alex Raizman
2014-10-26
Return body when content-length not specified
Unix1
2014-07-14
Fix bug with HTTP and keepalive
Loïc Hoguin
2014-06-10
Don't close the connection on empty data in cow_http:handle/2
Loïc Hoguin
2014-06-10
Update transfer encoding code to current cowlib interface
Loïc Hoguin
2014-06-09
Merge branch 'fix-keepalive-response' of git://github.com/unix1/gun
Loïc Hoguin
2014-06-09
close when handling response with no streams for extend/gun#15
Unix1
2014-06-09
Merge branch 'fix-unexpected-messages' of git://github.com/unix1/gun
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
Merge branch 'cowlib_test_fix' of git://github.com/seryl/gun
Loïc Hoguin
2014-06-03
Make sure the host value is of the correct type in open
Loïc Hoguin
2014-06-03
Add a rebar.config
Loïc Hoguin
2014-05-12
Start/stop cowlib for tests, closes #4
Josh Toft
2014-05-01
Use cow_http_te for creating chunks
Loïc Hoguin
2014-04-30
Fix chunked transfer-encoding for HTTP/1.1
Loïc Hoguin
2014-04-29
Add cowlib in the .app deps for release inclusion
Loïc Hoguin
2014-03-26
Default to TCP if port 80 is given, otherwise SSL
Loïc Hoguin
2014-03-25
Automatically calculate the content-length when possible in SPDY
Loïc Hoguin
2014-03-25
Send the status as a number rather than a binary string in SPDY
Loïc Hoguin
2014-03-25
Add gun:flush/1 to easily cleanup the mailbox
Loïc Hoguin
2014-03-25
Update erlang.mk
Loïc Hoguin
2014-03-25
Fix handling of fin in gun_http
Loïc Hoguin
2014-03-23
Fix a bug where the buffer was dropped in one chunked decoding case
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
[next]