[BB#63] conf: Allow multiple Listen statements in the config.
[obnox/tinyproxy.git] / src / sock.c
2013-11-09 Michael Adam[BB#81] allow listening on multiple families when no...
2013-11-09 Michael Adamsock: add a starting debug message to listen_sock()
2013-11-09 Michael Adamsock: update introductory comment for listen_sock()
2013-11-09 Michael Adamsock: set IPV6_V6ONLY on the socket before binding...
2013-11-09 Michael Adamsock: factor listening on one socket out of the gai...
2013-11-09 Michael Adamsock: in listen_sock(), move variable for setsockopt...
2013-11-09 Michael Adamsock: log each result of getaddrinfo() in listen_sock()
2013-11-09 Michael Adamsock: in listen_sock(), add a log message for when...
2013-11-09 Michael Adamsock: in listen_sock(), detect and log failure to call...
2013-11-09 Michael Adamsock: in listen_sock(), add debug message when socket...
2013-11-09 Michael Adamsock: move listen() into the getaddrinfo result loop...
2013-11-09 Michael Adamchild: use a list of listen_fds instead of one single...
2013-11-09 Michael Adamsock: add addr argument to listen_sock()
2013-11-09 Michael Adamsock/child: remove global variable addrlen.
2010-03-09 Mukund SivaramanRevert "Revert "Pass address family when binding to...
2010-03-03 Mukund SivaramanUse AI_PASSIVE flag to make tinyproxy listen on wildcar...
2010-01-21 Mukund SivaramanRevert "Pass address family when binding to outgoing...
2010-01-10 Mukund SivaramanPass address family when binding to outgoing socket
2009-12-08 Michael AdamFix restarting of tinyproxy: call setsockopt with REUSE...
2009-12-07 Michael AdamMove definition of "struct config_s" from main.h to...
2009-11-16 Mukund SivaramanUse snprintf() with size of the portstr buf
2009-11-09 Mukund SivaramanClose listenfd upon errors
2009-11-08 Mukund SivaramanAdd IPV6 support to listen_sock()
2009-09-14 Mukund SivaramanIndent code to Tinyproxy coding style
2009-08-06 Mukund SivaramanRename tinyproxy.[ch] to main.[ch]
2008-12-08 Mukund SivaramanConvert tabs to spaces
2008-12-01 Mukund SivaramanReformat code to GNU coding style
2008-05-24 Mukund SivaramanUpdated copyright, license notices in source code
2008-03-13 Mukund SivaramanCorrected datatype of salen to fix compiler warning
2005-08-15 Robert James Kaes* [Indent] Ran Source Through indent
2005-07-12 Robert James Kaes* Specified Correct typedef in getsock_ip()
2004-04-27 Robert James KaesAdded the "BindSame" configure directive from Oswald...
2004-02-18 Robert James KaesConverted the various socket functions to work with...
2002-10-03 Robert James Kaes#Style formatting change.
2002-05-31 Robert James Kaes(getpeer_information): Fixed a problem retrieving the...
2002-05-27 Robert James Kaes(opensock): Changed a comment around to better state...
2002-05-26 Robert James KaesRemoved the DNS API calls and replaced them with the...
2002-05-24 Robert James KaesFixed some spelling mistakes, and removed the getpeer_i...
2002-05-23 Robert James KaesChanged the lookup_domain() function to use the new...
2002-04-24 Robert James Kaesbind_address has been moved inside the config structure...
2002-04-22 Robert James KaesThe "Bind" directive sets a binding address which the...
2002-04-18 Robert James KaesWhoops. The previous include only had the code conditi...
2002-04-18 Robert James KaesRemoved the call to inet_aton() since the gethostbyname...
2002-04-18 Robert James KaesRemoved the call to hstrerror() in the getpeer_string...
2002-04-17 Robert James KaesRemoved the LOOKUP_LOCK() and LOOKUP_UNLOCK() macros...
2002-04-16 Robert James KaesTightened the lookup_domain() function.
2002-04-15 Robert James KaesAdded a test to make sure the "whole_buffer" could...
2002-04-13 Robert James KaesAdded additional error handling for the bind() and...
2002-04-13 Robert James KaesModified the opensock() function to respect the Listen...
2001-12-24 Robert James KaesAdded the write_message() function (from reqs.c)
2001-12-19 Robert James KaesChanged the calls to write() to send() so that we can...
2001-12-17 Robert James KaesAdded the assert() calls to safe_write() to make sure...
2001-12-15 Robert James KaesChanged safe_write() to fully send all the data in...
2001-12-15 Robert James KaesAdded the host name lookup code (which use to be in...
2001-11-25 Robert James KaesAdd support to limit the maximum size of the input...
2001-11-23 Robert James KaesStyle changes. Also replaces all mallocs with safemallo...
2001-11-22 Robert James KaesReplaced the readline() function with a new version...
2001-11-12 Robert James KaesChanged the read() call into a recv() call with a flag...
2001-10-25 Robert James KaesBit of source code clean up.
2001-10-24 Robert James KaesError message cleanup to make the information more...
2001-10-23 Robert James KaesFixed a spelling problem in a log message.
2001-10-23 Robert James KaesMoved the zero-length string setting to outside the...
2001-10-22 Robert James KaesChanged the getpeer_*() functions to return the reason...
2001-10-22 Robert James KaesFixed a problem where a user's variable would be uninit...
2001-09-16 Robert James KaesMoved the safe_write() and safe_read() functions here.
2001-09-07 Robert James KaesError message cleanup.
2001-08-29 Robert James KaesCleaned up the locking code to make it more fine graine...
2001-05-27 Robert James KaesRemoved the SA define.
2001-05-23 Robert James KaesAdded ASSERT statements.
2000-09-11 Robert James KaesNeeded locking in getpeer_string().
2000-03-31 Robert James KaesCompletely rewrote the readline function.
2000-02-16 Steven YoungThis commit was generated by cvs2svn to compensate...