5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the Change Log More... about 25 years ago
Spelling fix. More... about 25 years ago
New version, so new NEWS :) More... about 25 years ago
Added the TARGET_SYSTEM define. More... about 25 years ago
Updated the Change Log information. More... about 25 years ago
Added Hans-Georg Brok to the list of people who have helped with tinyproxy More... about 25 years ago
Updated the version information and added the TARGET_SYSTEM define. More... about 25 years ago
Added the Connect log level to the comments for LogLevel. More... about 25 years ago
Added the '-l' option to the list of information. More... about 25 years ago
Removed the config.anonymous entry since we've moved the information into anonymous.c file. More... about 25 years ago
Renamed versiondisp() to display_version() and added the PACKAGE, VERSION, and TARGET_SYSTEM into the version list. Also moved the license into a separate function. Renamed usagedisp() to display_usage(). Fixed a problem where the anonymous search tree was being created _after_ it was being accessed. More... about 25 years ago
Fixed a problem where child threads would not be closed if they had been created after the initial creation. Also fixed a problem where the status of the threads were not going back to T_WAITING if MaxRequestsPerChild was 0. More... about 25 years ago
Fixed a problem with the Anonymous filtering. Basically, anonymous filtering was not working in the previous version. More... about 25 years ago
Added the Connect log level. More... about 25 years ago
Removed the anon_new() function and moved it's functionality into anonymous_insert(). Also renamed all the anon_* functions to anonymous_* function. More... about 25 years ago
Updated the email address. More... about 25 years ago
Fixed up the configuration options listed and also my email address. More... about 25 years ago
Renumbered to the full 1.4.0 version (no more pre-versions.) More... about 25 years ago
Fixed the include order to better handle the sys/time.h and time.h headers. More... over 25 years ago
Explictly cast getpid() to a long int to remove the compiler warnings on various machines. More... over 25 years ago
Changed in configure.in More... over 25 years ago
Completely reorganized the file. I'm trying to follow the layout specified in the Autoconf manual. More... over 25 years ago
Misspelled the sysexits.h header in the header test. More... over 25 years ago
Changed the format type in the printf() to remove the compiler error (I hope.) More... over 25 years ago
Had a problem where we test for the libraries, but not actually included then in the linking. More... over 25 years ago
New changelog listings... More... over 25 years ago
Reflect the changes made to the source. More... over 25 years ago
Removed the -with-{user,port,logfile} and added the -with-config for the default location of the configuation file. More... over 25 years ago
Remove the DEFAULT_LOG, DEFAULT_USER, and DEFAULT_PORT More... over 25 years ago
Removed the DEFAULT_LOG, DEFAULT_PORT, and DEFAULT_USER directives since these MUST be set in the configuration file. More... over 25 years ago