summaryrefslogtreecommitdiffhomepage
path: root/common-channel.c
AgeCommit message (Expand)Author
2006-03-08merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3Matt Johnston
2006-03-08Stomp on some minor warningsMatt Johnston
2006-01-25Check that the output circular buffer is actually empty beforeMatt Johnston
2005-12-06 * common-channel.c: get rid of the read()-from-writefd codeMatt 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-05* use own assertions which should get logged properlyMatt Johnston
2005-07-08* close a file descriptor after we've shutdown() both sides, to avoid a leakMatt Johnston
2005-05-04compile fix when TRACE debugging is enabledMatt 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-12-22Rearrange preprocessor parts so that compilation with various optionsMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt 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-08-10just checkpointingMatt Johnston
2004-07-30we're nearly there yetMatt 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-01Sorted out the first channel init issues.Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston