index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
netio.c
Age
Commit message (
Expand
)
Author
2015-09-29
avoid invalidated iterator when connection fails
Matt Johnston
2015-08-03
Don't try to send data on first ack packet of 3way handshake.
Matt Johnston
2015-06-04
Merge pull request #13 from gazoo74/fix-warnings
Matt Johnston
2015-05-29
separate client/server fastopen options
Matt Johnston
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaƫl PORTAY
2015-04-17
Should be AF_UNSPEC not PF_UNSPEC
Matt Johnston
2015-04-14
fastopen code was totally broken
Matt Johnston
2015-03-20
Fix when iov queue is large
Matt Johnston
2015-03-20
avoid malloc for iovec
Matt Johnston
2015-03-16
dropbear_assert() rather than assert()
Matt Johnston
2015-03-11
strdup strerror
Matt Johnston
2015-03-03
Fix error handling for dbclient async connect
Matt Johnston
2015-02-28
Better failure handling
Matt Johnston
2015-02-28
Add cleanup
Matt Johnston
2015-02-27
EINPROGRESS for sendmsg() means it's working OK
Matt Johnston
2015-02-26
ignore any sendmsg() errors
Matt Johnston
2015-02-21
get rid of some unnecessary code
Matt Johnston
2015-02-20
avoid some warnings
Matt Johnston
2015-02-20
Fixes for backwards compatibility
Matt Johnston
2015-02-20
Move generic network routines to netio.c
Matt Johnston