obnox/tinyproxy.git
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.
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.
2009-12-22 Michael Adamlog: add function shutdown_logging().
2009-12-21 Michael Adamreload config upon SIGHUP
2009-12-21 Michael Adamconf: add a log messate ("reloading config file")
2009-12-21 Michael Adamconf: adapt a log message (add quotes to string value)
2009-12-21 Michael Adamconf: elaborate a comment
2009-12-21 Michael Adamconf: change a log message (to be more reasonable?)
2009-12-21 Michael Adammain: add convenience wrapper reload_config() for reloa...
2009-12-21 Michael Adamconf.h: add "extern" to prototype of reload_config_file
2009-12-21 Michael Adamconf: make free_config static
2009-12-21 Michael Adamconf: make load_config_file static.
2009-12-21 Michael Adamconf: rename reload_config --> reload_config_file
2009-12-08 Mukund SivaramanRemove AM_MAINTAINER_MODE
2009-12-08 Michael AdamFix restarting of tinyproxy: call setsockopt with REUSE...
2009-12-07 Michael AdamFix the build with --enable-transaparent after conf...
2009-12-07 Michael Adamfix build with "--enable-reverse" after conf changes
2009-12-07 Michael AdamMove definition of "struct config_s" from main.h to...
2009-12-07 Michael Adammain.h: fix tabs ---> spaces
2009-12-07 Michael Adamconf: remove direct use of config from reload_config()
2009-12-07 Michael Adamconf: remove direct reference to config from load_confi...
2009-12-07 Michael AdamUse reload_config() in main.
2009-12-07 Michael AdamAdd reload_config() - (re-)load the config file, keepin...
2009-12-06 Michael Adammain: Move setup_logging to after the config post-proce...
2009-12-06 Michael AdamAdd free_config() - free all config data.
2009-12-06 Michael AdamDon't make config_file const in the config struct.
2009-12-06 Michael AdamAdd the anonymous_map hasmap to the config struct.
2009-12-06 Michael AdamAdd free_connect_ports_list().
2009-12-06 Michael AdamAdd connect_ports list to config struct instead of...
2009-12-06 Michael AdamMove handling of connect_ports list to its own source...
2009-12-06 Michael AdamAdd access_list to the config struct instead of a globa...
2009-12-06 Michael Adamacl: add function flush_access_list().
2009-12-06 Michael AdamAdd free_reversepath_list().
2009-12-06 Michael AdamAdd a reversepath argument to reversepath_get().
2009-12-06 Michael AdamAdd reversepath_list parameter to reversepath_add.
2009-12-06 Michael Adamupstream: add free_upstream_list ()
next