Age | Commit message (Expand) | Author |
2013-11-09 | sock: in listen_sock(), add debug message when socket() call failed. | Michael Adam |
2013-11-09 | sock: move listen() into the getaddrinfo result loop in listen_sock() | Michael Adam |
2013-11-09 | child: use a list of listen_fds instead of one single listenfd. | Michael Adam |
2013-11-09 | sock: add addr argument to listen_sock() | Michael Adam |
2013-11-09 | sock/child: remove global variable addrlen. | Michael Adam |
2010-03-09 | Revert "Revert "Pass address family when binding to outgoing socket"" | Mukund Sivaraman |
2010-03-03 | Use AI_PASSIVE flag to make tinyproxy listen on wildcard interface | Mukund Sivaraman |
2010-01-21 | Revert "Pass address family when binding to outgoing socket" | Mukund Sivaraman |
2010-01-10 | Pass address family when binding to outgoing socket | Mukund Sivaraman |
2009-12-08 | Fix restarting of tinyproxy: call setsockopt with REUSEADDR _before_ calling ... | Michael Adam |
2009-12-07 | Move definition of "struct config_s" from main.h to conf.h | Michael Adam |
2009-11-17 | Use snprintf() with size of the portstr buf | Mukund Sivaraman |
2009-11-09 | Close listenfd upon errors | Mukund Sivaraman |
2009-11-09 | Add IPV6 support to listen_sock() | Mukund Sivaraman |
2009-09-15 | Indent code to Tinyproxy coding style | Mukund Sivaraman |
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman |
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman |
2008-05-24 | Updated copyright, license notices in source code | Mukund Sivaraman |
2008-03-13 | Corrected datatype of salen to fix compiler warning | Mukund Sivaraman |
2005-08-15 | * [Indent] Ran Source Through indent | Robert James Kaes |
2005-07-12 | * Specified Correct typedef in getsock_ip() | Robert James Kaes |
2004-04-27 | Added the "BindSame" configure directive from Oswald Buddenhagen. | Robert James Kaes |
2004-02-18 | Converted the various socket functions to work with both IPv4 and IPv6 | Robert James Kaes |
2002-10-03 | #Style formatting change. | Robert James Kaes |
2002-05-31 | (getpeer_information): Fixed a problem retrieving the FQDN of a host because ... | Robert James Kaes |
2002-05-27 | (opensock): Changed a comment around to better state what the code is actuall... | Robert James Kaes |
2002-05-26 | Removed the DNS API calls and replaced them with the standard | Robert James Kaes |
2002-05-24 | Fixed some spelling mistakes, and removed the getpeer_ip() and | Robert James Kaes |
2002-05-23 | Changed the lookup_domain() function to use the new "dnsserver" API. | Robert James Kaes |
2002-04-24 | bind_address has been moved inside the config structure. Fixed up a | Robert James Kaes |
2002-04-22 | The "Bind" directive sets a binding address which the outgoing connections | Robert James Kaes |
2002-04-18 | Whoops. The previous include only had the code conditionally removed. | Robert James Kaes |
2002-04-18 | Removed the call to inet_aton() since the gethostbyname() function handles | Robert James Kaes |
2002-04-18 | Removed the call to hstrerror() in the getpeer_string() function. It's | Robert James Kaes |
2002-04-17 | Removed the LOOKUP_LOCK() and LOOKUP_UNLOCK() macros since I believe I | Robert James Kaes |
2002-04-16 | Tightened the lookup_domain() function. | Robert James Kaes |
2002-04-15 | Added a test to make sure the "whole_buffer" could be allocated. | Robert James Kaes |
2002-04-13 | Added additional error handling for the bind() and listen() system calls | Robert James Kaes |
2002-04-13 | Modified the opensock() function to respect the Listen directive. If it's | Robert James Kaes |
2001-12-24 | Added the write_message() function (from reqs.c) | Robert James Kaes |
2001-12-19 | Changed the calls to write() to send() so that we can use send(..., | Robert James Kaes |
2001-12-17 | Added the assert() calls to safe_write() to make sure the arguments are | Robert James Kaes |
2001-12-15 | Changed safe_write() to fully send all the data in the buffer it was | Robert James Kaes |
2001-12-15 | Added the host name lookup code (which use to be in the DNS caching | Robert James Kaes |
2001-11-25 | Add support to limit the maximum size of the input line (to 128KB which | Robert James Kaes |
2001-11-23 | Style changes. Also replaces all mallocs with safemalloc, etc. | Robert James Kaes |
2001-11-22 | Replaced the readline() function with a new version which has no | Robert James Kaes |
2001-11-12 | Changed the read() call into a recv() call with a flag of NOSIGNAL since I | Robert James Kaes |
2001-10-25 | Bit of source code clean up. | Robert James Kaes |