obnox/tinyproxy.git
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 ()
2009-12-06 Michael Adamupstream: Add upstream list parameter to upstream_get()
2009-12-06 Michael Adamupstream: add upstream list parameter to upstream_add()
2009-12-06 Michael Adammove handling of upstream list to new module upstream...
2009-12-06 Michael Adamupstream: refactor assembly of upstream out of upstream_add
2009-12-06 Michael Adammain/conf: add maxidletimeout to initialize_config_defaults
2009-12-06 Michael Adammain: fix tab -> spaces
2009-12-06 Michael Adamconf: move setting of default stathost to initialize_co...
2009-12-06 Michael Adamconf: fix tab->spaces
2009-12-06 Michael Adamconf: allow set_string_arg to overwrite previous values...
2009-12-06 Michael Adammain: use safestrdup instead of strdup in process_cmdline
2009-12-04 Mukund SivaramanUse capitalized name in error messages
2009-11-17 Michael Adamacl: split initialization of the access_list out into...
2009-11-16 Mukund SivaramanUse NULL for pointers
2009-11-16 Michael Adamset_string_arg: Remove unneccesary check for determinin...
2009-11-16 Mukund SivaramanRemove excessive copying
2009-11-16 Mukund SivaramanMake position into an enum
2009-11-16 Mukund SivaramanUse snprintf() with size of the portstr buf
2009-11-16 Mathew MroskoFix format string warnings
2009-11-14 Mukund SivaramanFix typo in log string
2009-11-14 Michael Adamconf: refactor loading of config file out into load_con...
2009-11-14 Michael Adammain: add a config struct argument to process_cmdline.
2009-11-14 Michael Adammain: put initialization of config defaults into a...
2009-11-14 Michael Adamextract setup of the logging subsystem into a function...
2009-11-14 Michael Adammain: move initialization of default config values...
2009-11-14 Mukund SivaramanRemove packaging related items
2009-11-14 Mukund SivaramanMake asciidoc a requirement for building Tinyproxy
2009-11-14 Mukund SivaramanRevert "Don't cleanup generated and dist'ed manpages"
2009-11-14 Mukund SivaramanUse located a2x binary instead of hard-coded name
2009-11-14 Mukund SivaramanMark all generated stuff with silent rules
2009-11-14 Mukund SivaramanEnable silent rules by default
2009-11-14 Mukund SivaramanDon't cleanup generated and dist'ed manpages
2009-11-10 Michael Adamdaemon.c: fix #if NDEBUG --> #ifdef NDEBUG
2009-11-10 Michael Adamgitignore etc/tinyproxy.conf - it is generated
2009-11-10 Michael Adamintentation: convert a tab to spaces
2009-11-10 Michael AdamUpdate etc/Makefile.am to substitute TINYPROXY_STATHOST
2009-11-10 Michael Adamtinyproxy.conf: add a comment documenting StatHost
2009-11-10 Michael Adamdocs: update description of STATHOST in tinyproxy(8)
2009-11-10 Michael Adamdocs: document StatHost in tinyproxy.conf(5)
2009-11-10 Michael Adamconfigure: AC_SUBST TINYPROXY_STATHOST, not only define...
2009-11-10 Michael Adamconf: fix reverspath parsing: the string in the 2nd...
2009-11-10 Michael Adamconf: make the WS optional too, before the optional...
2009-11-09 Michael Adamconf: fix ipv6 regex patterns, take three
2009-11-09 Michael AdamFix a segfault in insert_acl and checks against string...
2009-11-09 Michael Adamconf: fix the IPV6 regex patterns, take two
2009-11-09 Michael Adamconf: fix the IPV6 regex patterns
2009-11-09 Mukund SivaramanClose listenfd upon errors
2009-11-08 Mukund SivaramanFix validation of IPv6 addresses
2009-11-08 Mukund SivaramanBump micro version
2009-11-08 Mukund SivaramanAdd IPV6 support to listen_sock()
2009-10-25 Michael Adampropagate reload of filter file to child procs by sendi...
2009-10-25 Michael AdamChange child_kill_children() to take the signal as...
2009-10-25 Michael Adamchild: handle SIGHUP in the child by reloading the...
2009-10-25 Michael Adamuse new filter_reload() in child_main_loop()
next