5
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Added the change for the LogLevel directive in doc/tinyproxy.conf More... over 25 years ago
Improved the clarity of the LogLevel directive (in the comments.) More... over 25 years ago
Looked at the file a bit more and cleaned up some of the style problems. More... over 25 years ago
Added J.D. Bronson to the list of helpful people. :) More... over 25 years ago
Fixed the tests for libsocket, libnsl, and libresolv. Improved the tests for the yacc program since bison 1.25 was originally used to write the scanner. Updated the list of headers to look for when configuring. Bumped up the prerelease number. More... over 25 years ago
Fixed a type problem with fprintf in log_message() when logging the PID. More... over 25 years ago
Fixed a problem with --with-port= configuration option. More... over 25 years ago
Include the LogLevel switch and comments to describe the settings. More... over 25 years ago
New version (reflects changes to add the LogLevel switch) More... over 25 years ago
LOG_EMERG doesn't exist anymore, so replace it with LOG_CRIT. More... over 25 years ago
Include LogLevel and it's settings into the grammar of the config file. More... over 25 years ago
Added the code for handling selective logging. More... over 25 years ago
Added a test for the resolv library for the gethostby* functions. More... over 25 years ago
Fixed up the names of the DEFINES. More... over 25 years ago
Fixed Steve's email address and other "minor" cleanups. More... over 25 years ago
Update the email address where the report is sent. More... over 25 years ago
Added a few points for future work on tinyproxy. More... over 25 years ago
Moved the information into the doc/TODO file. More... over 25 years ago
Updated to reflect the 1.4.0 release. More... over 25 years ago
Fixed Steve's email address. More... over 25 years ago
This file no longer needs to be part of the distrubution. I'm trying to not release buggy software. :) More... over 25 years ago
Formating changes. Also, explictly close the client_fd when the connections are destroyed. More... over 25 years ago
Updated ChangeLog More... over 25 years ago
Bumped up the version number. Added a test for the ftruncate() and setrlimit() functions. More... over 25 years ago
Changed all references to log() to log_message(). More... over 25 years ago
Changed the references to log() to log_message(). Also changed some of the data types for the variables. More... over 25 years ago
Added code to stop the creation of core files. Changed all references to log() to log_message(). More... over 25 years ago