summaryrefslogtreecommitdiff
path: root/src/main.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23main: remove global bool processed_config_file.Michael Adam1-1/+0
2009-12-22main: add convenience wrapper reload_config() for reload_config_file()Michael Adam1-0/+2
2009-12-07Move definition of "struct config_s" from main.h to conf.hMichael Adam1-76/+0
2009-12-07main.h: fix tabs ---> spacesMichael Adam1-12/+12
2009-12-07Don't make config_file const in the config struct.Michael Adam1-1/+1
2009-12-07Add the anonymous_map hasmap to the config struct.Michael Adam1-0/+6
2009-12-07Add connect_ports list to config struct instead of keeping extra global var.Michael Adam1-0/+5
2009-12-07Add access_list to the config struct instead of a global variable in acl.c.Michael Adam1-0/+3
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam1-12/+0
2009-10-11Add a boolean config option "DisableViaHeader".Michael Adam1-0/+2
2009-09-27conf: turn XTinyproxy into a boolean optionMichael Adam1-1/+1
2009-09-15Revert "Fix constness of stathost"Mukund Sivaraman1-1/+1
2009-09-15Fix constness of stathostMukund Sivaraman1-1/+1
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman1-0/+1
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-49/+47
2009-09-10make "config_file" a const in the config struct.Michael Adam1-1/+1
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-4/+4
2008-12-08Convert tabs to spacesMukund Sivaraman1-14/+14
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-53/+55
2008-07-14Allow numeric uid/gids in User and Group directivesMukund Sivaraman1-1/+1
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-17/+20
2005-08-16* [Refactor] Moved Reverse Proxy CodeRobert James Kaes1-11/+1
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-54/+54
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
2004-08-10Merged in changes from 1.6.3Robert James Kaes1-3/+5
2004-04-27Added the "BindSame" configure directive from Oswald Buddenhagen.Robert James Kaes1-1/+2
2004-01-26Added reverse proxy support from Kim Holviala. His comments regardingRobert James Kaes1-1/+17
2003-08-01Included patches from Steven Young to use the hashmap functionality toRobert James Kaes1-10/+9
2003-06-20Removed the "ViaHeader" directive and replaced it with theRobert James Kaes1-2/+5
2003-06-02(upstream_get):Robert James Kaes1-1/+2
2003-05-29Improved the upstream proxy support by making the upstream proxyRobert James Kaes1-3/+11
2003-03-13# Added variables to config structure to keep track of the files to beRobert James Kaes1-4/+23
2003-01-27Added support for conditionally using case sensitive filtering files.Robert James Kaes1-1/+2
2002-12-04Removed the "bool_t" type since it conflicts with the newer C standards.Robert James Kaes1-8/+8
2002-11-26Included code to disable the sending of the Via header. This is nowRobert James Kaes1-1/+3
2002-11-03Removed all the code supporting the TCP tunnelling feature ofRobert James Kaes1-5/+1
2002-06-15Removed the "logf" FILE structure from the config structure, and also renamed...Robert James Kaes1-3/+2
2002-05-27Added into the config structure the filter_urls and filter_extended flags.Robert James Kaes1-1/+3
2002-05-23Moved all the system header includes into the common.h file.Robert James Kaes1-164/+5
2002-04-24Moved bind_address inside the config structure.Robert James Kaes1-3/+2
2002-04-22The log_message() function now stores the messages if the configurationRobert James Kaes1-1/+3
2002-04-18Moved the log rotation code out of the signal handler and into it's ownRobert James Kaes1-2/+3
2002-04-09The malloc/free functions should be in stdlib.h, but if we can't findRobert James Kaes1-4/+5
2001-12-28Removed an unused header.Robert James Kaes1-4/+1
2001-12-23Add a pre-processor test around the sys/types.h header file, to make sureRobert James Kaes1-1/+3
2001-12-23Fixed up the order of some of the includes to cope with OpenBSD. Also,Robert James Kaes1-4/+12
2001-11-26Added support for the <pthreads.h> header.Robert James Kaes1-1/+5
2001-11-26Increased the maximum buffer size to 96 KBRobert James Kaes1-2/+2
2001-11-25Added tests for _every_ header to make sure they are actually present onRobert James Kaes1-27/+108
2001-11-22Reformated text.Robert James Kaes1-2/+2