obnox/tinyproxy.git
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...
2010-01-16 Michael Adamconf: reduce indentation in load_config_file()
2010-01-16 Mukund SivaramanAdd author sections to the manpages
2010-01-16 Mukund SivaramanAdd see-also sections to the manpages
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-16 Mukund SivaramanBump version number in override too
2010-01-16 Mukund SivaramanFix text about bug reporting
2010-01-16 Mukund SivaramanFix case of Bugzilla product name
2010-01-15 Mukund SivaramanRename version 1.7.2 to 1.8.0 in NEWS
2010-01-14 Mukund SivaramanAdd old NEWS for 1.7.0
2010-01-14 Mukund SivaramanFix case
2010-01-14 Mukund SivaramanFix typos and elaborate some NEWS items
2010-01-14 Mukund SivaramanFix list of 1.7.2 contributors
2010-01-14 Mukund SivaramanRevert list of 1.7.1 contributors to what it was before
2010-01-14 Mukund SivaramanAdd a separate contributors section for version 1.7.2
2010-01-14 Mukund SivaramanFix version number in NEWS file
2010-01-14 Michael AdamNEWS: add David Shanks to the list of contributors.
2010-01-14 Michael AdamNEWS: document some more new features in the release...
2010-01-14 Michael AdamNEWS: add list of bugs fixed since 1.7.1
2010-01-14 Michael AdamNEWS: mention change of XTinyProxy to be a global bool
2010-01-14 David Shankscheck_numeric_acl() should return -1 when IPs don't...
2010-01-13 Michael AdamNEWS: move the changes after 1.7.1 to new section 1.7.2
2010-01-13 Michael AdamNEWS: reformulate and elaborate some items.
2010-01-13 Michael Adamupdate NEWS
2010-01-13 Michael AdamNEWS: add Mathew Mrosko as contributor.
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 Mukund SivaramanMake bzip2 compressed dist tarballs
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 AdamHappy new year 2010!
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
2010-01-03 Mukund SivaramanUse named lists to match rest of the document
2010-01-03 Mukund SivaramanModify description of LogLevel in manpage
2010-01-03 Mukund SivaramanUse proper asciidoc formatting in manpage
2010-01-03 Mukund SivaramanFix caps in manpage
2010-01-03 Mukund SivaramanUse a configure arg to request regex checking
2010-01-03 Mukund SivaramanReindent the last configure.ac changes
2010-01-01 Mathew Mroskobuild: allow a forcing build with "broken" regex.
next