summaryrefslogtreecommitdiffhomepage
path: root/src/main.h
AgeCommit message (Expand)Author
2020-01-15remove duplicate code calling reload_config_file()rofl0r
2020-01-15access config via a pointer, not a hardcoded struct addressrofl0r
2009-12-23main: remove global bool processed_config_file.Michael Adam
2009-12-22main: add convenience wrapper reload_config() for reload_config_file()Michael Adam
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam
2009-12-07main.h: fix tabs ---> spacesMichael Adam
2009-12-07Don't make config_file const in the config struct.Michael Adam
2009-12-07Add the anonymous_map hasmap to the config struct.Michael Adam
2009-12-07Add connect_ports list to config struct instead of keeping extra global var.Michael Adam
2009-12-07Add access_list to the config struct instead of a global variable in acl.c.Michael Adam
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam
2009-10-11Add a boolean config option "DisableViaHeader".Michael Adam
2009-09-27conf: turn XTinyproxy into a boolean optionMichael Adam
2009-09-15Revert "Fix constness of stathost"Mukund Sivaraman
2009-09-15Fix constness of stathostMukund Sivaraman
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-09-10make "config_file" a const in the config struct.Michael Adam
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman