Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-22 | Reformated text. | Robert James Kaes | |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes | |
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. | |||
2001-10-25 | Some code clean up due to the creation of the conns.{c,h} files which now | Robert James Kaes | |
store the creation/destruction and definition of the connection structure. | |||
2001-10-25 | Added the upstream flag to the conn_s structure. | Robert James Kaes | |
2001-09-16 | Added the configure variables to support the upstream proxy. | Robert James Kaes | |
2001-09-14 | Include the SSL field in the connection structure since we're going to | Robert James Kaes | |
handle SSL connections. | |||
2001-09-08 | Changed all the mallocs and callocs to use the new safemalloc and | Robert James Kaes | |
safecalloc. | |||
2001-08-29 | Text clean up. | Robert James Kaes | |
2001-08-27 | Moved some of the includes around so that FreeBSD can compile correctly. | Robert James Kaes | |
2001-08-26 | Removed the config.anonymous entry since we've moved the information into | Robert James Kaes | |
anonymous.c file. | |||
2001-06-06 | Fixed the include order to better handle the sys/time.h and time.h | Robert James Kaes | |
headers. | |||
2001-06-02 | Fixed up the names of the DEFINES. | Robert James Kaes | |
2001-05-27 | Added code to stop the creation of core files. | Robert James Kaes | |
Changed all references to log() to log_message(). | |||
2001-05-23 | Made the safefree() macro enabled all the time. | Robert James Kaes | |
2000-09-26 | Moved the safefree() macro to the tinyproxy.h header. | Robert James Kaes | |
2000-09-14 | Need to do a check for the <stdint.h> header since it's not a standard | Robert James Kaes | |
header available on all systems. | |||
2000-09-12 | Fixed the change user/group ability. | Robert James Kaes | |
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-31 | Removed the allowedhdr_s structure since it is now accessed through | Robert James Kaes | |
anonymous.* | |||
2000-03-11 | Included the changes needed to re-add the upstream proxy option. | Robert James Kaes | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | |
which included commits to RCS files with non-trunk default branches. |