Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-06 | add support for basic HTTP authentication | rofl0r | |
using the "BasicAuth" keyword in tinyproxy.conf. base64 code was written by myself and taken from my own library "libulz". for this purpose it is relicensed under the usual terms of the tinyproxy license. | |||
2013-11-09 | [BB#63] conf: Allow multiple Listen statements in the config. | Michael Adam | |
This introduces a list (vector) of addresses instead of having just one address string. Signed-off-by: Michael Adam <obnox@samba.org> | |||
2010-06-01 | [BB#89] Don't recompile regular expressions | John van der Kamp | |
This is a modification of a patch originally written by John van der Kamp <john@kirika.demon.nl> at <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579427#12> The modification was done by the committer. | |||
2010-01-25 | Fix compiler warning about dereferencing type-punned pointers | Mukund Sivaraman | |
2010-01-08 | [BB#17] Add custom HTTP request headers to outgoing HTTP requests | Mukund Sivaraman | |
2009-12-23 | conf: confess - add my (C) after substantial changes. | Michael Adam | |
Michael | |||
2009-12-22 | conf.h: add "extern" to prototype of reload_config_file | Michael Adam | |
Michael | |||
2009-12-22 | conf: make free_config static | Michael Adam | |
Michael | |||
2009-12-22 | conf: make load_config_file static. | Michael Adam | |
Michael | |||
2009-12-22 | conf: rename reload_config --> reload_config_file | Michael Adam | |
Michael | |||
2009-12-07 | Move definition of "struct config_s" from main.h to conf.h | Michael Adam | |
Michael | |||
2009-12-07 | Add reload_config() - (re-)load the config file, keeping defaults. | Michael Adam | |
This allows for later reloading the config at SIGHUP (e.g.). First the old config data is freed, then the defaults that are given as a parameter are copied over in a rather clumsy manual fashion (maybe something more clever can be done here) and finally, the actual config file is loaded. Michael | |||
2009-12-07 | Add free_config() - free all config data. | Michael Adam | |
Michael | |||
2009-11-14 | conf: refactor loading of config file out into load_config_file() | Michael Adam | |
and make config_compile and config_parse static to conf.c Michael | |||
2009-09-21 | Rename conffile.[ch] to conf.[ch] | Mukund Sivaraman | |