summaryrefslogtreecommitdiffhomepage
path: root/netio.c
AgeCommit message (Expand)Author
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