Age | Commit message (Expand) | Author | Files | Lines |
2013-11-22 | conf: Fix CID 1130973 - resource leak. | Michael Adam | 1 | -0/+1 |
2013-11-09 | [BB#63] conf: Allow multiple Listen statements in the config. | Michael Adam | 1 | -7/+33 |
2011-03-04 | Validate port number specified in Port directive | Mukund Sivaraman | 1 | -1/+9 |
2010-08-24 | [BB#91] Fix upstream proxy support. | Michael Adam | 1 | -2/+2 |
2010-06-01 | [BB#89] Don't recompile regular expressions | John van der Kamp | 1 | -2/+26 |
2010-01-25 | Fix compiler warning about dereferencing type-punned pointers | Mukund Sivaraman | 1 | -15/+16 |
2010-01-16 | conf: reduce indentation in load_config_file() | Michael Adam | 1 | -15/+14 |
2010-01-16 | Fix leak of file handle in load_config_file() | Mukund Sivaraman | 1 | -14/+21 |
2010-01-08 | [BB#17] Add custom HTTP request headers to outgoing HTTP requests | Mukund Sivaraman | 1 | -1/+45 |
2010-01-06 | Fix case in log message | Mukund Sivaraman | 1 | -1/+1 |
2009-12-23 | conf: confess - add my (C) after substantial changes. | Michael Adam | 1 | -0/+1 |
2009-12-22 | conf: add a log messate ("reloading config file") | Michael Adam | 1 | -0/+2 |
2009-12-22 | conf: adapt a log message (add quotes to string value) | Michael Adam | 1 | -1/+1 |
2009-12-22 | conf: elaborate a comment | Michael Adam | 1 | -1/+4 |
2009-12-22 | conf: change a log message (to be more reasonable?) | Michael Adam | 1 | -1/+1 |
2009-12-22 | conf: make free_config static | Michael Adam | 1 | -1/+1 |
2009-12-22 | conf: make load_config_file static. | Michael Adam | 1 | -1/+1 |
2009-12-22 | conf: rename reload_config --> reload_config_file | Michael Adam | 1 | -2/+2 |
2009-12-07 | Move definition of "struct config_s" from main.h to conf.h | Michael Adam | 1 | -2/+0 |
2009-12-07 | conf: remove direct use of config from reload_config() | Michael Adam | 1 | -1/+1 |
2009-12-07 | conf: remove direct reference to config from load_config_file() | Michael Adam | 1 | -1/+1 |
2009-12-07 | Add reload_config() - (re-)load the config file, keeping defaults. | Michael Adam | 1 | -0/+135 |
2009-12-07 | Add free_config() - free all config data. | Michael Adam | 1 | -0/+31 |
2009-12-07 | Add connect_ports list to config struct instead of keeping extra global var. | Michael Adam | 1 | -1/+2 |
2009-12-07 | Move handling of connect_ports list to its own source module. | Michael Adam | 1 | -0/+1 |
2009-12-07 | Add access_list to the config struct instead of a global variable in acl.c. | Michael Adam | 1 | -2/+2 |
2009-12-07 | Add reversepath_list parameter to reversepath_add. | Michael Adam | 1 | -2/+2 |
2009-12-07 | upstream: add upstream list parameter to upstream_add() | Michael Adam | 1 | -3/+3 |
2009-12-06 | move handling of upstream list to new module upstream.{c,h} | Michael Adam | 1 | -0/+1 |
2009-12-06 | conf: fix tab->spaces | Michael Adam | 1 | -1/+1 |
2009-12-06 | conf: allow set_string_arg to overwrite previous values (i.e. don't leak) | Michael Adam | 1 | -0/+4 |
2009-11-16 | set_string_arg: Remove unneccesary check for determining the return code. | Michael Adam | 1 | -1/+1 |
2009-11-17 | Remove excessive copying | Mukund Sivaraman | 1 | -2/+3 |
2009-11-14 | Fix typo in log string | Mukund Sivaraman | 1 | -1/+1 |
2009-11-14 | conf: refactor loading of config file out into load_config_file() | Michael Adam | 1 | -2/+27 |
2009-11-10 | conf: fix reverspath parsing: the string in the 2nd arg is actually the inner... | Michael Adam | 1 | -2/+2 |
2009-11-10 | conf: make the WS optional too, before the optional 2nd argument to reversepath | Michael Adam | 1 | -1/+1 |
2009-11-10 | conf: fix ipv6 regex patterns, take three | Michael Adam | 1 | -0/+1 |
2009-11-09 | conf: fix the IPV6 regex patterns, take two | Michael Adam | 1 | -17/+17 |
2009-11-09 | conf: fix the IPV6 regex patterns | Michael Adam | 1 | -17/+17 |
2009-11-09 | Fix validation of IPv6 addresses | Mukund Sivaraman | 1 | -4/+27 |
2009-10-11 | Add a boolean config option "DisableViaHeader". | Michael Adam | 1 | -0/+15 |
2009-09-28 | conf: beautify one formatting in the directives array. | Michael Adam | 1 | -1/+2 |
2009-09-27 | conf: make xtinyproxy BOOL in the directives array, too | Michael Adam | 1 | -1/+1 |
2009-09-27 | conf: turn XTinyproxy into a boolean option | Michael Adam | 1 | -1/+1 |
2009-09-21 | Rename conffile.[ch] to conf.[ch] | Mukund Sivaraman | 1 | -0/+759 |