Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | bind to port as well with -b | Matt Johnston | |
2018-01-26 | cli_bind_address_connect | houseofkodai | |
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections | |||
2018-01-25 | Server chosen tcpfwd ports (#43) | houseofkodai | |
Server chosen tcpfwd ports | |||
2017-08-19 | Pointer parameter could be declared as pointing to const | Francois Perrad | |
2017-06-23 | test for linux/pkt-sched.h rather than SO_PRIORITY | Matt Johnston | |
2016-06-19 | make sure socket is of the right domain | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
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 | |
Cisco SSH on 15.4(3)M2 or similar can't handle it. | |||
2015-06-04 | Merge pull request #13 from gazoo74/fix-warnings | Matt Johnston | |
Fix warnings | |||
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 | |
--HG-- branch : fastopen | |||
2015-02-27 | EINPROGRESS for sendmsg() means it's working OK | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-26 | ignore any sendmsg() errors | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-21 | get rid of some unnecessary code | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | avoid some warnings | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | Fixes for backwards compatibility | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | Move generic network routines to netio.c | Matt Johnston | |
--HG-- branch : fastopen |