summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2001-06-02Improved the clarity of the LogLevel directive (in the comments.)Robert James Kaes
2001-06-02Looked at the file a bit more and cleaned up some of the style problems.Robert James Kaes
2001-06-02Added J.D. Bronson to the list of helpful people. :)Robert James Kaes
2001-06-02Fixed the tests for libsocket, libnsl, and libresolv. Improved the testsRobert James Kaes
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.
2001-06-02Fixed a type problem with fprintf in log_message() when logging the PID.Robert James Kaes
2001-06-02Fixed a problem with --with-port= configuration option.Robert James Kaes
2001-06-02Include the LogLevel switch and comments to describe the settings.Robert James Kaes
2001-06-02New version (reflects changes to add the LogLevel switch)Robert James Kaes
2001-06-02LOG_EMERG doesn't exist anymore, so replace it with LOG_CRIT.Robert James Kaes
2001-06-02Include LogLevel and it's settings into the grammar of the config file.Robert James Kaes
2001-06-02Added the code for handling selective logging.Robert James Kaes
2001-06-02Added a test for the resolv library for the gethostby* functions.Robert James Kaes
2001-06-02Fixed up the names of the DEFINES.Robert James Kaes
2001-06-01Fixed Steve's email address and other "minor" cleanups.Robert James Kaes
2001-05-30Update the email address where the report is sent.Robert James Kaes
2001-05-30Added a few points for future work on tinyproxy.Robert James Kaes
2001-05-30Moved the information into the doc/TODO file.Robert James Kaes
2001-05-30Updated to reflect the 1.4.0 release.Robert James Kaes
2001-05-30Fixed Steve's email address.Robert James Kaes
2001-05-30This file no longer needs to be part of the distrubution. I'm trying toRobert James Kaes
not release buggy software. :)
2001-05-30Formating changes. Also, explictly close the client_fd when theRobert James Kaes
connections are destroyed.
2001-05-27Updated ChangeLogRobert James Kaes
2001-05-27Bumped up the version number. Added a test for the ftruncate() andRobert James Kaes
setrlimit() functions.
2001-05-27Changed all references to log() to log_message().Robert James Kaes
2001-05-27Changed the references to log() to log_message(). Also changed some of theRobert James Kaes
data types for the variables.
2001-05-27Added code to stop the creation of core files.Robert James Kaes
Changed all references to log() to log_message().
2001-05-27Changed the thread_main() function to only deal with the connections perRobert James Kaes
thread if the user has actually requested it. Also changed some of the data types for the variables.
2001-05-27Removed the SA define.Robert James Kaes
Made the sock_mutex static since it's not referenced outside the file. Changed the data types for some of the variables. Cleaned up the readline function (changed data types and removed variables.)
2001-05-27Changed some of the types to Posix data types.Robert James Kaes
Changed any reference to log() to log_message(). Fixed a potential memory leak in process_method(). Removed redundant code and variables in relay_connection().
2001-05-27Changed the reference from log() to log_message().Robert James Kaes
2001-05-27Changed the log() function to log_message().Robert James Kaes
2001-05-27Changed all the references to log() to log_message().Robert James Kaes
2001-05-27Just a bit of a cleanup. Nothing major.Robert James Kaes
2001-05-27Fixed the return type for new_dnscache().Robert James Kaes
2001-05-27Changed the types for various variables. Some the functions had theRobert James Kaes
variable types changed as well.
2001-05-27Updated the return type for new_anonymous().Robert James Kaes
2001-05-27Renamed the access member of struct acl_s to acl_access.Robert James Kaes
Changed some of the types for the various variables to better reflect what they are actually being used for.
2001-05-25Maintain a list of things which still need to be addressed.Robert James Kaes
2001-05-23Updated the change logRobert James Kaes
2001-05-23Added ASSERT statements.Robert James Kaes
2001-05-23Made the safefree() macro enabled all the time.Robert James Kaes
2001-05-23Removed a debugging aid.Robert James Kaes
2001-05-23Removed a DEBUG line in the "can't happen" case.Robert James Kaes
2001-05-23Just a formatting change.Robert James Kaes
2001-05-23Make the netmask static and include the asserts.Robert James Kaes
2001-05-23Fixed a potential problem with not zeroing the number of connections whenRobert James Kaes
the threads are emptied.
2001-01-15Bumped up the pre version numberRobert James Kaes
2001-01-15Fixed more potential overflow bugs.Robert James Kaes
2001-01-15Fixed a potential security bug in http_err. There was a possibility of aRobert James Kaes
heap overflow exploit.
2001-01-02Fixed a bug where the ':' character was not being properly detected.Robert James Kaes