Age | Commit message (Expand) | Author |
2009-12-22 | conf: add a log messate ("reloading config file") | Michael Adam |
2009-12-22 | conf: adapt a log message (add quotes to string value) | Michael Adam |
2009-12-22 | conf: elaborate a comment | Michael Adam |
2009-12-22 | conf: change a log message (to be more reasonable?) | Michael Adam |
2009-12-22 | conf: make free_config static | Michael Adam |
2009-12-22 | conf: make load_config_file static. | Michael Adam |
2009-12-22 | conf: rename reload_config --> reload_config_file | Michael Adam |
2009-12-07 | Move definition of "struct config_s" from main.h to conf.h | Michael Adam |
2009-12-07 | conf: remove direct use of config from reload_config() | Michael Adam |
2009-12-07 | conf: remove direct reference to config from load_config_file() | Michael Adam |
2009-12-07 | Add reload_config() - (re-)load the config file, keeping defaults. | Michael Adam |
2009-12-07 | Add free_config() - free all config data. | Michael Adam |
2009-12-07 | Add connect_ports list to config struct instead of keeping extra global var. | Michael Adam |
2009-12-07 | Move handling of connect_ports list to its own source module. | Michael Adam |
2009-12-07 | Add access_list to the config struct instead of a global variable in acl.c. | Michael Adam |
2009-12-07 | Add reversepath_list parameter to reversepath_add. | Michael Adam |
2009-12-07 | upstream: add upstream list parameter to upstream_add() | Michael Adam |
2009-12-06 | move handling of upstream list to new module upstream.{c,h} | Michael Adam |
2009-12-06 | conf: fix tab->spaces | Michael Adam |
2009-12-06 | conf: allow set_string_arg to overwrite previous values (i.e. don't leak) | Michael Adam |
2009-11-16 | set_string_arg: Remove unneccesary check for determining the return code. | Michael Adam |
2009-11-17 | Remove excessive copying | Mukund Sivaraman |
2009-11-14 | Fix typo in log string | Mukund Sivaraman |
2009-11-14 | conf: refactor loading of config file out into load_config_file() | Michael Adam |
2009-11-10 | conf: fix reverspath parsing: the string in the 2nd arg is actually the inner... | Michael Adam |
2009-11-10 | conf: make the WS optional too, before the optional 2nd argument to reversepath | Michael Adam |
2009-11-10 | conf: fix ipv6 regex patterns, take three | Michael Adam |
2009-11-09 | conf: fix the IPV6 regex patterns, take two | Michael Adam |
2009-11-09 | conf: fix the IPV6 regex patterns | Michael Adam |
2009-11-09 | Fix validation of IPv6 addresses | Mukund Sivaraman |
2009-10-11 | Add a boolean config option "DisableViaHeader". | Michael Adam |
2009-09-28 | conf: beautify one formatting in the directives array. | Michael Adam |
2009-09-27 | conf: make xtinyproxy BOOL in the directives array, too | Michael Adam |
2009-09-27 | conf: turn XTinyproxy into a boolean option | Michael Adam |
2009-09-21 | Rename conffile.[ch] to conf.[ch] | Mukund Sivaraman |