- Jun 04, 2015
-
-
Matt Johnston authored
-
- May 06, 2015
-
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
- May 02, 2015
-
-
Matt Johnston authored
-
- Mar 21, 2015
-
-
Matt Johnston authored
-
- Mar 20, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
- Mar 01, 2015
-
-
Matt Johnston authored
--HG-- branch : nocircbuffer
-
- Feb 24, 2015
-
-
Matt Johnston authored
-
Thorsten Horstmann authored
and /**/ comments
-
- Feb 20, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 18, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Aug 19, 2014
-
-
Matt Johnston authored
-
- Jul 28, 2014
-
-
Matt Johnston authored
-
- Jul 26, 2014
-
-
Matt Johnston authored
-
- Jul 16, 2014
-
-
Matt Johnston authored
if (connecting || ptys || x11) tos = LOWDELAY; else if (tcp_forwards) tos = 0; else tos = BULK; TCP forwards could be either lowdelay or bulk, hence the default priority.
-
- Jul 09, 2014
-
-
Matt Johnston authored
-
- Jul 08, 2014
-
-
Matt Johnston authored
-
- Jun 25, 2014
-
-
Matt Johnston authored
connection backlog, avoid check_close() for channels that haven't had IO
-
- Feb 22, 2014
-
-
Matt Johnston authored
be more precise about maximum channel sizes
-
- Feb 17, 2014
-
-
Matt Johnston authored
we're waiting for a key exchange. This should hopefully fix the situation where "~." doesn't work to terminate a client session when a laptop wakes up. The client will be stuck waiting for a key exchange on a dead connection, so won't have read the escape character
-
- Sep 21, 2013
-
-
Matt Johnston authored
Fixes the situation $ ./dbclient root@1.2.3.4 'cat; echo foo' ^D <no output>
-
- Apr 10, 2013
-
-
Matt Johnston authored
-
- Apr 01, 2013
-
-
Matt Johnston authored
-
- Mar 23, 2013
-
-
Matt Johnston authored
-
- Mar 20, 2013
-
-
Matt Johnston authored
-
- Mar 19, 2013
-
-
Matt Johnston authored
Long-standing bug probably stemming from the awkwardly named delete_channel() versus remove_channel()
-
- May 09, 2012
-
-
Matt Johnston authored
- Fix build if ENABLE_SVR_REMOTETCPFWD is disabled but ENABLE_SVR_LOCALTCPFWD is enabled
-
- Dec 04, 2011
-
-
Matt Johnston authored
with a ChanType->closehandler()
-
- Feb 23, 2011
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
-
- Nov 07, 2008
-
-
Matt Johnston authored
code works --HG-- extra : convert_revision : ff66e05ae040561110af70114bf83f11ed528f05
-
- Nov 02, 2008
-
-
Matt Johnston authored
--HG-- extra : convert_revision : c92c7b4fef739b505d9842b45a393e1089097e3b
-
- Sep 23, 2008
-
-
Matt Johnston authored
already sent a SSH_MSG_CHANNEL_CLOSE. This fixes a bug triggered by more recent versions of putty with tcp fowarding and window adjustment request messages. --HG-- extra : convert_revision : 10b2f286b9886364db39dfbb4f8f46e49e345d87
-
- Feb 21, 2008
-
-
Matt Johnston authored
is always returned. --HG-- extra : convert_revision : 32fc88053016994100eb0ef17f75592881c90d97
-
- Jul 25, 2007
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
-
- Jul 24, 2007
-
-
Matt Johnston authored
options.h. Increasing RECV_MAX_WINDOW gives big network performance increases - even with the present buffers (which haven't changed) it performs a lot better. Next step is to make the window size a cmdline option. --HG-- extra : convert_revision : 24c7cb47fb56cf5b82e3bc0859b45ea83038eab0
-
- Feb 23, 2007
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 16dd04147563e91faaa44de193dece0f4056ec7a
-
- Feb 16, 2007
-
-
Matt Johnston authored
and trailing-comma-in-array issues --HG-- extra : convert_revision : c22be8b8f570b48e9662dac32c7b3e7148a42206
-
- Feb 12, 2007
-
-
Matt Johnston authored
- Also wait for errfd to close before closing the channel --HG-- branch : channel-fix extra : convert_revision : ed68ea8963f7d1fa600f81479e7e211efc5a31bc
-