summaryrefslogtreecommitdiffhomepage
path: root/src/sock.h
AgeCommit message (Expand)Author
2019-12-21do hostname resolution only when it is absolutely necessary for ACL checkrofl0r
2019-12-21move sockaddr_union to sock.hrofl0r
2013-11-09child: use a list of listen_fds instead of one single listenfd.Michael Adam
2013-11-09sock: add addr argument to listen_sock()Michael Adam
2013-11-09sock/child: remove global variable addrlen.Michael Adam
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
2004-04-27Added the "BindSame" configure directive from Oswald Buddenhagen.Robert James Kaes
2004-02-18Converted the various socket functions to work with both IPv4 and IPv6Robert James Kaes
2003-01-27# Style clean up.Robert James Kaes
2002-05-23Changed the lookup_domain() function to use the new "dnsserver" API.Robert James Kaes
2001-12-24Added the write_message() function (from reqs.c)Robert James Kaes
2001-12-15Changed safe_write() to fully send all the data in the buffer it wasRobert James Kaes
2001-11-22Replaced the readline() function with a new version which has noRobert James Kaes
2001-10-25Changed the included headers to be only the "tinyproxy.h" since itRobert James Kaes
2001-09-16Moved the safe_write() and safe_read() functions here.Robert James Kaes
2001-06-02Fixed up the names of the DEFINES.Robert James Kaes
2001-05-27Removed the SA define.Robert James Kaes
2000-09-11Needed locking in getpeer_string().Robert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young