summaryrefslogtreecommitdiff
path: root/listener.c
Commit message (Expand)AuthorAgeFilesLines
* Fix null pointer dereference removing listenersMatt Johnston2020-12-071-1/+1
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-4/+4
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-2/+2
* Free memory before exiting. Based on patch from Thorsten Horstmann.Matt Johnston2015-02-241-0/+9
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-2/+2
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-1/+25
* - A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston2004-08-111-4/+4
* just checkpointingMatt Johnston2004-08-101-14/+28
* Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)Matt Johnston2004-06-031-1/+5
* - Reworked non-channel fd handling to listener.cMatt Johnston2004-06-031-0/+123