summaryrefslogtreecommitdiff
path: root/src/tinyproxy.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2001-08-29Text clean up.Robert James Kaes1-2/+2
2001-08-27Moved some of the includes around so that FreeBSD can compile correctly.Robert James Kaes1-3/+3
2001-08-26Removed the config.anonymous entry since we've moved the information intoRobert James Kaes1-2/+2
anonymous.c file.
2001-06-06Fixed the include order to better handle the sys/time.h and time.hRobert James Kaes1-3/+11
headers.
2001-06-02Fixed up the names of the DEFINES.Robert James Kaes1-4/+4
2001-05-27Added code to stop the creation of core files.Robert James Kaes1-2/+2
Changed all references to log() to log_message().
2001-05-23Made the safefree() macro enabled all the time.Robert James Kaes1-7/+4
2000-09-26Moved the safefree() macro to the tinyproxy.h header.Robert James Kaes1-1/+7
2000-09-14Need to do a check for the <stdint.h> header since it's not a standardRobert James Kaes1-2/+4
header available on all systems.
2000-09-12Fixed the change user/group ability.Robert James Kaes1-39/+65
Log when tinyproxy is using default values rather than specific ones. Cleaned up the command line arguments since tinyproxy now uses a configuration file. Removed the USR1 signal and added the thread creation code.
2000-03-31Removed the allowedhdr_s structure since it is now accessed throughRobert James Kaes1-7/+1
anonymous.*
2000-03-11Included the changes needed to re-add the upstream proxy option.Robert James Kaes1-1/+5
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+87
which included commits to RCS files with non-trunk default branches.