Tue, 29 Sep 2015 22:19:11 +0800 |
Matt Johnston |
avoid invalidated iterator when connection fails
|
Mon, 03 Aug 2015 20:53:37 +0800 |
Matt Johnston |
Don't try to send data on first ack packet of 3way handshake.
|
Thu, 04 Jun 2015 22:25:28 +0800 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
Sat, 02 May 2015 15:59:06 +0200 |
Gaƫl PORTAY |
Fix pointer differ in signess warnings [-Werror=pointer-sign]
|
Fri, 29 May 2015 23:19:11 +0800 |
Matt Johnston |
separate client/server fastopen options
|
Fri, 17 Apr 2015 20:59:32 +0800 |
Matt Johnston |
Should be AF_UNSPEC not PF_UNSPEC
|
Tue, 14 Apr 2015 20:43:54 +0800 |
Matt Johnston |
fastopen code was totally broken
|
Fri, 20 Mar 2015 23:33:45 +0800 |
Matt Johnston |
Fix when iov queue is large
|
Fri, 20 Mar 2015 22:53:32 +0800 |
Matt Johnston |
avoid malloc for iovec
|
Mon, 16 Mar 2015 21:33:01 +0800 |
Matt Johnston |
dropbear_assert() rather than assert()
|
Wed, 11 Mar 2015 23:10:27 +0800 |
Matt Johnston |
strdup strerror
|
Tue, 03 Mar 2015 20:53:00 +0800 |
Matt Johnston |
Fix error handling for dbclient async connect
|
Sat, 28 Feb 2015 23:49:39 +0800 |
Matt Johnston |
Better failure handling
|
Sat, 28 Feb 2015 23:15:23 +0800 |
Matt Johnston |
Add cleanup
fastopen
|
Fri, 27 Feb 2015 00:02:48 +0800 |
Matt Johnston |
EINPROGRESS for sendmsg() means it's working OK
fastopen
|
Thu, 26 Feb 2015 23:43:12 +0800 |
Matt Johnston |
ignore any sendmsg() errors
fastopen
|