summaryrefslogtreecommitdiffhomepage
path: root/cli-chansession.c
AgeCommit message (Expand)Author
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-22Move the revert-to-non-blocking-stdin code to cli-session so itMatt Johnston
2004-08-18Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.Matt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-09Write the correct termcodes lengthMatt Johnston
2004-08-01added window-size change handlingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-30tty raw mode support works mostlyMatt Johnston