[BB#63] conf: Allow multiple Listen statements in the config.
[obnox/tinyproxy.git] / src /
2013-11-09 Michael Adam[BB#63] conf: Allow multiple Listen statements in the... master
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 Adamchild: add addr argument to child_listening_sock().
2013-11-09 Michael Adamsock: add addr argument to listen_sock()
2013-11-09 Michael Adamsock/child: remove global variable addrlen.
2013-11-09 Michael Adam[BB#109] Fix crash (infinite loop) when writing to...
2013-11-09 Michael Adamlog: remove extra newline characters in log messages.
2013-11-01 Gaudenz Steinlin[BB#115] Drop supplementary groups
2012-01-23 Mukund SivaramanUpdate authors
2011-08-23 Mukund SivaramanBug #103: Move files installed in /etc/ to /etc/tinyproxy/
2011-03-04 Mukund Sivaraman[BB#90]: Fix bug in ACL netmask generation
2011-03-04 Mukund SivaramanValidate port number specified in Port directive
2011-02-28 Mukund SivaramanUpdate URLs of Tinyproxy
2011-02-07 Mukund SivaramanSurround IPv6 literals with [] in Host: headers
2011-02-04 Mukund SivaramanHandle IPv6 literals in URLs correctly
2010-12-01 Michael Adam[BB#95] remove two comments that have become wrong...
2010-12-01 Daniel Egger[BB#95] Fix FilterURLs with transparent proxy support.
2010-08-24 Michael Adam[BB#91] Fix upstream proxy support.
2010-08-24 Michael Adamupstream: clarify debug messages
2010-06-02 Mukund Sivaraman[BB#74] Create log and pid files after we drop privs
2010-06-02 Mukund SivaramanRemove excessive code
2010-06-01 Mukund SivaramanAdd authors to authors.xml and regen
2010-06-01 John van der Kamp[BB#89] Don't recompile regular expressions
2010-05-30 Mukund SivaramanPrecompute network addresses for increased performance
2010-05-30 Mukund SivaramanMinor indent of code
2010-04-21 Dmitry SemyonovFix crash in send_stored_logs()
2010-04-21 Mukund SivaramanRevert "main: drop privileges right after reading the...
2010-03-28 Mukund SivaramanJust fix the support URLs
2010-03-28 Mukund SivaramanRevert "Update Tinyproxy website URLs"
2010-03-27 Mukund SivaramanUpdate Tinyproxy website URLs
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-03-02 Michael Adamchange the default pid file location to "@LOCALSTATEDIR...
2010-03-02 Michael Adamchange the default log file location to "@LOCALSTATEDIR...
2010-03-02 Michael Adammain: some tabs->spaces
2010-03-02 Michael Adammain: move a log message.
2010-03-02 Michael Adammain: drop privileges right after reading the config
2010-03-02 Michael Adammain: separate loading of config and setup_logging...
2010-02-19 Mukund SivaramanUse format string when logging messages
2010-02-17 Mukund SivaramanDisplay upstream proxy support in usage message
2010-02-16 Mukund SivaramanUpdate help text a little
2010-01-25 Mukund SivaramanRemove bogus static qualifiers for these auto variables
2010-01-25 Mukund SivaramanRemove unnecessary cast to (void **)
2010-01-25 Mukund SivaramanFix compiler warning about dereferencing type-punned...
2010-01-21 Mukund SivaramanRevert "Pass address family when binding to outgoing...
2010-01-19 Mukund SivaramanList all authors when license is requested
2010-01-18 Mukund SivaramanChange to for loop
2010-01-18 Mukund SivaramanShow authors and documenters when license is requested
2010-01-17 Michael AdamFix bug #68: Allow all ports for CONNECT at absence...
2010-01-17 Mukund SivaramanDo an openlog() on fallback to syslog
2010-01-17 Mukund SivaramanRemove extra argument to log_message()
2010-01-17 Mukund SivaramanRemove ret variable as 0 is always returned
2010-01-17 Mukund SivaramanRemove unused label
2010-01-17 Michael Adamlog: when opening the log file fails, fall back to...
2010-01-16 Michael Adamconf: reduce indentation in load_config_file()
2010-01-16 Mukund SivaramanFix leak of file handle in load_config_file()
2010-01-16 Mukund SivaramanUse HTTPS link in URLs to Tinyproxy websites
2010-01-14 David Shankscheck_numeric_acl() should return -1 when IPs don't...
2010-01-12 Michael Adamlog: turn tabs into spaces =)
2010-01-12 Michael Adamlog: change internal logic to choose syslog over file...
2010-01-12 Michael Adamconf: add a default for PidFile: LOCALSTATEDIR/run...
2010-01-12 Michael Adamlog: remove a (now) useless fprintf in setup_logging.
2010-01-12 Michael Adamconf: set default LogFile to LOCALSTATEDIR/log/tinyprox...
2010-01-12 Michael AdamExport configure variable localstatedir to C as define...
2010-01-10 Michael Adamlog: remove an fprintf "not configured" error message...
2010-01-10 Michael Adamlog: shortcut return in shutdown_logging() if logging_i...
2010-01-10 Mukund SivaramanPass address family when binding to outgoing socket
2010-01-10 Michael AdamHappy new year 2010!
2010-01-10 Michael AdamFix bug #55: Read request entity before sending error...
2010-01-10 Michael Adamreqs:handle_connection: untangle assignment from check
2010-01-10 Michael Adamreqs:process_client_headers: polish logic flow a bit.
2010-01-10 Michael Adamreqs: simply process_request a bit: create common fail...
2010-01-08 Mukund Sivaraman[BB#17] Add custom HTTP request headers to outgoing...
2010-01-06 Mukund SivaramanFix case in log message
2009-12-22 Michael Adamlog: confess - add my (C) after substantial changes.
2009-12-22 Michael Adamconf: confess - add my (C) after substantial changes.
2009-12-22 Michael Adamlog: remove unneeded truncate_log_file().
2009-12-22 Michael AdamUse shutdown_logging() in main().
2009-12-22 Michael AdamUse reload_config() in main() to load config and init...
2009-12-22 Michael Adamlog: fix log_message so do only one write before the...
2009-12-22 Michael Adamlog: add start/end debug messages for "sending stored...
2009-12-22 Michael AdamAdd warning comments to SIGHUP handlers, that we ignore...
2009-12-22 Michael AdamDon't truncate the log file in the SIGHUP handler.
2009-12-22 Michael Adamenhance reload_config to correctly re-initialize the...
2009-12-22 Michael Adamlog: enhance close_log_file to reset logfile_fd to...
2009-12-22 Michael Adamlog.c: remove superfluous uses of #ifdef HAVE_SYSLOG_H
2009-12-22 Michael Adammain: remove global bool processed_config_file.
2009-12-22 Michael Adamlog: call send_stored_logs in setup_logging instead...
2009-12-22 Michael Adamlog: add boolean local variable logging_initialized.
next