log cli-chansession.c @ 476:df7f7da7f6e4 pubkey-options

age author description
Wed, 25 Jul 2007 15:44:25 +0000 Matt Johnston Add -W <windowsize> argument and document it.
Tue, 24 Jul 2007 15:40:23 +0000 Matt Johnston Rearrange the channel buffer sizes into three neat use-editable values in
Mon, 12 Feb 2007 10:37:35 +0000 Matt Johnston Ignore "exit-signal" request rather than returning failure channel-fix
Sat, 25 Mar 2006 17:10:27 +0000 matt-ucc A few changes for the 0.48 merge ucc-axis-hack
Sat, 25 Mar 2006 12:57:37 +0000 Matt Johnston Some cleanups/fixes for various TRACE statements
Tue, 21 Mar 2006 16:16:41 +0000 Matt Johnston A hack to make dbclient to tcp forwarding netcat style. dbclient-netcat-alike
Thu, 20 Oct 2005 16:53:12 +0000 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
Sun, 13 Mar 2005 13:58:14 +0000 Matt Johnston * fix longstanding bug with connections being closed on failure to
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Fri, 27 Aug 2004 14:39:01 +0000 Matt Johnston merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Thu, 26 Aug 2004 13:16:40 +0000 Matt Johnston - added circular buffering for channels
Tue, 24 Aug 2004 18:12:18 +0000 Matt Johnston Nasty.
Sun, 22 Aug 2004 09:23:59 +0000 Matt Johnston Move the revert-to-non-blocking-stdin code to cli-session so it
Wed, 18 Aug 2004 12:42:21 +0000 Matt Johnston Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.
Sat, 14 Aug 2004 17:54:20 +0000 Matt Johnston License boilerplate etc, add Mihnea as an author to some of the files
Mon, 09 Aug 2004 08:18:37 +0000 Matt Johnston Write the correct termcodes length
Sun, 01 Aug 2004 09:41:37 +0000 Matt Johnston added window-size change handling
Sun, 01 Aug 2004 08:54:01 +0000 Matt Johnston - Added terminal mode handling etc for the client, and window change
Fri, 30 Jul 2004 12:29:53 +0000 Matt Johnston tty raw mode support works mostly