summaryrefslogtreecommitdiffhomepage
path: root/netio.c
AgeCommit message (Expand)Author
2015-09-29avoid invalidated iterator when connection failsMatt Johnston
2015-08-03Don't try to send data on first ack packet of 3way handshake.Matt Johnston
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
2015-05-29separate client/server fastopen optionsMatt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2015-04-17Should be AF_UNSPEC not PF_UNSPECMatt Johnston
2015-04-14fastopen code was totally brokenMatt Johnston
2015-03-20Fix when iov queue is largeMatt Johnston
2015-03-20avoid malloc for iovecMatt Johnston
2015-03-16dropbear_assert() rather than assert()Matt Johnston
2015-03-11strdup strerrorMatt Johnston
2015-03-03Fix error handling for dbclient async connectMatt Johnston
2015-02-28Better failure handlingMatt Johnston
2015-02-28Add cleanupMatt Johnston
2015-02-27EINPROGRESS for sendmsg() means it's working OKMatt Johnston
2015-02-26ignore any sendmsg() errorsMatt Johnston
2015-02-21get rid of some unnecessary codeMatt Johnston
2015-02-20avoid some warningsMatt Johnston
2015-02-20Fixes for backwards compatibilityMatt Johnston
2015-02-20Move generic network routines to netio.cMatt Johnston