summaryrefslogtreecommitdiffhomepage
path: root/channel.h
AgeCommit message (Expand)Author
2015-03-20Make main socket nonblocking. Limit writequeue size.Matt Johnston
2015-02-28merge from defaultMatt Johnston
2015-02-24Some minor typo fixes, found by codespell.Thorsten Horstmann
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2015-02-18async connections workingMatt Johnston
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2014-07-16Set tcp priority as follows:Matt Johnston
2014-07-08Send a failure response if a client receives a global requestMatt Johnston
2013-03-23Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston
2013-03-19Fix memory leak when direct TCP connections time out on connection.Matt Johnston
2011-12-04- Make sure we don't use channel-specific data after it has been freedMatt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2007-07-24Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston
2007-02-09Improve behaviour when flushing out after a process has exited.Matt Johnston
2006-10-01just shuffle some variables names about, a brief commentMatt Johnston
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
2005-09-05* ensure that we only handle open confirmation/failureMatt Johnston
2005-09-05common session initialiser doesn't need to callMatt Johnston
2005-07-29channel.h: make definition externMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2004-12-22Rearrange preprocessor parts so that compilation with various optionsMatt Johnston
2004-12-20Cleaning out various dead wood found with -dead_stripMatt Johnston
2004-09-140.44test4 probablyMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-06-03Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)Matt Johnston
2004-06-03- Reworked non-channel fd handling to listener.cMatt Johnston
2004-06-02Chantype handling is sortedMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston