obnox/tinyproxy.git
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
2013-04-09 Michael Adam[BB#112] build: fix build with autoconf >= 2.69
2012-01-23 Mukund SivaramanUpdate authors
2012-01-23 Mukund Sivaramanbuild: Prepend to LDFLAGS instead of replacing its...
2011-09-11 Mukund SivaramanMake .xz compressed dist targets too
2011-08-23 Mukund SivaramanBug #103: Move files installed in /etc/ to /etc/tinyproxy/
2011-08-16 Mukund SivaramanMinor whitespace fix
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-12-01 Michael AdamREADME: correctly list --enable-transparent
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... [BB#89] Don't recompile regular expressions
2010-05-30 Mukund SivaramanFix typo in manpage
2010-05-30 Mukund SivaramanPrecompute network addresses for increased performance
2010-05-30 Mukund SivaramanMinor indent of code
2010-04-22 Mukund SivaramanUse complete sentences in the manpages
2010-04-21 Jordi Mallach[BB#83] Use output of id instead of $USER
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 AdamComment out the LogFile and PidFile options in the...
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-23 Michael Adamtinyproxy.conf: fix LogFile to proper CamelCase for...
2010-02-22 Michael Adamtests: fix bug #80: keep track of errors in return...
2010-02-22 Michael Adamtests: fix a typo in run_tests.sh
2010-02-22 Michael Adamtest: add make target "make valgrind-test-wait"
2010-02-22 Michael Adamtests: add a new make target "make test-wait"
2010-02-22 Michael Adamtests: Fix bug #79. Finish "make test" without waiting...
2010-02-19 Mukund SivaramanUse format string when logging messages
2010-02-17 Mukund SivaramanFix pkgdatadir path in tinyproxy.conf
2010-02-17 Mukund SivaramanDisplay upstream proxy support in usage message
2010-02-16 Mukund SivaramanUpdate help text a little
2010-01-26 Mukund SivaramanAlso install AUTHORS file in doc directory
2010-01-26 Mukund SivaramanInstall README and NEWS in doc directory
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 SivaramanRemove obsolete ChangeLog file
2010-01-25 Mukund SivaramanFix typo in manpage
2010-01-25 Mukund SivaramanFix compiler warning about dereferencing type-punned...
2010-01-25 Mukund SivaramanDon't check for overlength strings
2010-01-24 Mukund SivaramanMinor text updates
2010-01-24 Mukund SivaramanMinor text updates to the patch section
2010-01-21 Mukund SivaramanRevert "Pass address family when binding to outgoing...
2010-01-19 Mukund SivaramanReformat README for asciidoc
2010-01-19 Mukund SivaramanList all authors when license is requested
2010-01-19 Mukund SivaramanAdd more authors
2010-01-18 Mukund SivaramanChange to for loop
2010-01-18 Mukund SivaramanShow authors and documenters when license is requested
2010-01-18 Mukund SivaramanAdd authors.* files to EXTRA_DIST
2010-01-18 Mukund SivaramanMake note about auto-generated file an asciidoc comment
2010-01-18 Mukund SivaramanUpdate AUTHORS file for dual roles
2010-01-18 Mukund SivaramanMove documenters under Documentation section
2010-01-18 Mukund SivaramanDo better asciidoc formatting of AUTHORS file
2010-01-18 Mukund SivaramanUpdate the AUTHORS file
2010-01-18 Mukund SivaramanRemove completed items from TODO list
2010-01-17 Mukund SivaramanReset the NEWS file for the master branch
2010-01-17 Mukund SivaramanBump master version to 1.9.0
2010-01-17 Michael AdamFix bug #68: Allow all ports for CONNECT at absence...
2010-01-17 Mukund SivaramanBump version to 1.8.0
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...
next