summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2009-12-07Add connect_ports list to config struct instead of keeping extra global var.Michael Adam
2009-12-07Move handling of connect_ports list to its own source module.Michael Adam
2009-12-07Add access_list to the config struct instead of a global variable in acl.c.Michael Adam
2009-12-07acl: add function flush_access_list().Michael Adam
2009-12-07Add free_reversepath_list().Michael Adam
2009-12-07Add a reversepath argument to reversepath_get().Michael Adam
2009-12-07Add reversepath_list parameter to reversepath_add.Michael Adam
2009-12-07upstream: add free_upstream_list ()Michael Adam
2009-12-07upstream: Add upstream list parameter to upstream_get()Michael Adam
2009-12-07upstream: add upstream list parameter to upstream_add()Michael Adam
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam
2009-12-06upstream: refactor assembly of upstream out of upstream_addMichael Adam
2009-12-06main/conf: add maxidletimeout to initialize_config_defaultsMichael Adam
2009-12-06main: fix tab -> spacesMichael Adam
2009-12-06conf: move setting of default stathost to initialize_config_defaults()Michael Adam
2009-12-06conf: fix tab->spacesMichael Adam
2009-12-06conf: allow set_string_arg to overwrite previous values (i.e. don't leak)Michael Adam
2009-12-06main: use safestrdup instead of strdup in process_cmdlineMichael Adam
2009-12-04Use capitalized name in error messagesMukund Sivaraman
2009-11-17acl: split initialization of the access_list out into a functionMichael Adam
2009-11-17Use NULL for pointersMukund Sivaraman
2009-11-16set_string_arg: Remove unneccesary check for determining the return code.Michael Adam
2009-11-17Remove excessive copyingMukund Sivaraman
2009-11-17Make position into an enumMukund Sivaraman
2009-11-17Use snprintf() with size of the portstr bufMukund Sivaraman
2009-11-16Fix format string warningsMathew Mrosko
2009-11-14Fix typo in log stringMukund Sivaraman
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam
2009-11-14main: add a config struct argument to process_cmdline.Michael Adam
2009-11-14main: put initialization of config defaults into a function of its ownMichael Adam
2009-11-14extract setup of the logging subsystem into a function of its own.Michael Adam
2009-11-14main: move initialization of default config values closer togetherMichael Adam
2009-11-14Remove packaging related itemsMukund Sivaraman
2009-11-14Make asciidoc a requirement for building TinyproxyMukund Sivaraman
2009-11-14Revert "Don't cleanup generated and dist'ed manpages"Mukund Sivaraman
2009-11-14Use located a2x binary instead of hard-coded nameMukund Sivaraman
2009-11-14Mark all generated stuff with silent rulesMukund Sivaraman
2009-11-14Enable silent rules by defaultMukund Sivaraman
2009-11-14Don't cleanup generated and dist'ed manpagesMukund Sivaraman
2009-11-10daemon.c: fix #if NDEBUG --> #ifdef NDEBUGMichael Adam
2009-11-10gitignore etc/tinyproxy.conf - it is generatedMichael Adam
2009-11-10intentation: convert a tab to spacesMichael Adam
2009-11-10Update etc/Makefile.am to substitute TINYPROXY_STATHOSTMichael Adam
2009-11-10tinyproxy.conf: add a comment documenting StatHostMichael Adam
2009-11-10docs: update description of STATHOST in tinyproxy(8)Michael Adam
2009-11-10docs: document StatHost in tinyproxy.conf(5)Michael Adam
2009-11-10configure: AC_SUBST TINYPROXY_STATHOST, not only define it for config.hMichael Adam
2009-11-10conf: fix reverspath parsing: the string in the 2nd arg is actually the inner...Michael Adam
2009-11-10conf: make the WS optional too, before the optional 2nd argument to reversepathMichael Adam
2009-11-10conf: fix ipv6 regex patterns, take threeMichael Adam