Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-07 | Add reversepath_list parameter to reversepath_add. | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-12-07 | upstream: add upstream list parameter to upstream_add() | Michael Adam | 1 | -3/+3 | |
to abstract it from the concrete list in the config struct. Michael | |||||
2009-12-06 | move handling of upstream list to new module upstream.{c,h} | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-12-06 | conf: fix tab->spaces | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-12-06 | conf: allow set_string_arg to overwrite previous values (i.e. don't leak) | Michael Adam | 1 | -0/+4 | |
Michael | |||||
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 | |
and make config_compile and config_parse static to conf.c Michael | |||||
2009-11-10 | conf: fix reverspath parsing: the string in the 2nd arg is actually the ↵ | Michael Adam | 1 | -2/+2 | |
inner match this fixes bug #64, https://www.banu.com/bugzilla/show_bug.cgi?id=64 the quotes of the string were part of the revers path after parseing. Michael | |||||
2009-11-10 | conf: make the WS optional too, before the optional 2nd argument to reversepath | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-11-10 | conf: fix ipv6 regex patterns, take three | Michael Adam | 1 | -0/+1 | |
This extends the pattern by an alternative where there are no double colons. This is for instance the case for and IPv6 address of the form 1111:222:33:4:55:666:7777:888 Michael | |||||
2009-11-09 | conf: fix the IPV6 regex patterns, take two | Michael Adam | 1 | -17/+17 | |
The patterns should not end with the end of line marker, since they might be part of a continuing pattern, say of the form ipv6address/mask (used for allow/deny) Michael | |||||
2009-11-09 | conf: fix the IPV6 regex patterns | Michael Adam | 1 | -17/+17 | |
These are not matched against the beginning of a line but somewhere in the middle (as in "listen <IPv6 address>"). Michael | |||||
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 | |
Michael | |||||
2009-09-27 | conf: make xtinyproxy BOOL in the directives array, too | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-09-27 | conf: turn XTinyproxy into a boolean option | Michael Adam | 1 | -1/+1 | |
This is what it actually is. The string value was used in earlier versions to compare against the uri->authority string. But not as a list of sites to create an X-Tinyproxy header for, as the tinyproxy.conf template states... Michael | |||||
2009-09-21 | Rename conffile.[ch] to conf.[ch] | Mukund Sivaraman | 1 | -0/+759 | |