0ca3a710daUpdated the Change Log
Robert James Kaes
2001-08-26 23:36:18 +0000
1142aeff25This commit was manufactured by cvs2svn to create tag 'rel_1-4-1'.
1.4.1
cvs2svn
2001-08-26 22:10:19 +0000
d30ca6f3dbSpelling fix.
Robert James Kaes
2001-08-26 22:10:18 +0000
7a251ed492New version, so new NEWS :)
Robert James Kaes
2001-08-26 22:09:53 +0000
bb42ea2edbAdded the TARGET_SYSTEM define.
Robert James Kaes
2001-08-26 21:24:34 +0000
af2d81ed71Updated the Change Log information.
Robert James Kaes
2001-08-26 21:24:01 +0000
181f6845fbAdded Hans-Georg Brok to the list of people who have helped with tinyproxy
Robert James Kaes
2001-08-26 21:23:32 +0000
0f6f9669aeUpdated the version information and added the TARGET_SYSTEM define.
Robert James Kaes
2001-08-26 21:22:09 +0000
e24a5fcf14Added the Connect log level to the comments for LogLevel.
Robert James Kaes
2001-08-26 21:21:13 +0000
073822fa3eAdded the '-l' option to the list of information.
Robert James Kaes
2001-08-26 21:20:49 +0000
cebda5913dRemoved the config.anonymous entry since we've moved the information into anonymous.c file.
Robert James Kaes
2001-08-26 21:18:04 +0000
5530451545Renamed 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.
Robert James Kaes
2001-08-26 21:17:30 +0000
7fe7ee2828Fixed 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.
Robert James Kaes
2001-08-26 21:14:30 +0000
af10311eafFixed a problem with the Anonymous filtering. Basically, anonymous filtering was not working in the previous version.
Robert James Kaes
2001-08-26 21:11:55 +0000
e5819ebe1cAdded the Connect log level.
Robert James Kaes
2001-08-26 21:10:04 +0000
849345e88bRemoved the anon_new() function and moved it's functionality into anonymous_insert(). Also renamed all the anon_* functions to anonymous_* function.
Robert James Kaes
2001-08-26 21:07:27 +0000
99dfce8f49Updated the email address.
Robert James Kaes
2001-06-24 18:20:36 +0000
7e6ab1cb19Fixed up the configuration options listed and also my email address.
Robert James Kaes
2001-06-24 18:19:12 +0000
7ec6f8c512Renumbered to the full 1.4.0 version (no more pre-versions.)
Robert James Kaes
2001-06-24 18:12:37 +0000
ace480bb65Fixed the include order to better handle the sys/time.h and time.h headers.
Robert James Kaes
2001-06-06 19:33:26 +0000
ff97b38603Explictly cast getpid() to a long int to remove the compiler warnings on various machines.
Robert James Kaes
2001-06-06 19:32:51 +0000
f64578eef1Changed in configure.in
Robert James Kaes
2001-06-06 19:32:23 +0000
91af06dd1aCompletely reorganized the file. I'm trying to follow the layout specified in the Autoconf manual.
Robert James Kaes
2001-06-06 19:32:09 +0000
883d4f5062Misspelled the sysexits.h header in the header test.
Robert James Kaes
2001-06-05 16:08:45 +0000
540e33000bChanged the format type in the printf() to remove the compiler error (I hope.)
Robert James Kaes
2001-06-05 16:08:15 +0000
16d1f39beeThis commit was manufactured by cvs2svn to create tag 'rel_1-4-0_pre6'.
1.4.0pre6
cvs2svn
2001-06-05 03:56:53 +0000
58c31c5514Had a problem where we test for the libraries, but not actually included then in the linking.
Robert James Kaes
2001-06-05 03:56:52 +0000
56960edd72New changelog listings...
Robert James Kaes
2001-06-05 03:56:22 +0000
8c269c96bcReflect the changes made to the source.
Robert James Kaes
2001-06-04 23:33:52 +0000
c256744327Removed the -with-{user,port,logfile} and added the -with-config for the default location of the configuation file.
Robert James Kaes
2001-06-04 23:33:11 +0000
135d4f5080Remove the DEFAULT_LOG, DEFAULT_USER, and DEFAULT_PORT
Robert James Kaes
2001-06-04 23:31:39 +0000
f43404aeefRemoved the DEFAULT_LOG, DEFAULT_PORT, and DEFAULT_USER directives since these MUST be set in the configuration file.
Robert James Kaes
2001-06-04 23:30:34 +0000
cd217661f0This commit was manufactured by cvs2svn to create tag 'rel_1-4-0_pre5'.
1.4.0pre5
cvs2svn
2001-06-02 17:34:28 +0000
93d352853bAdded the change for the LogLevel directive in doc/tinyproxy.conf
Robert James Kaes
2001-06-02 17:34:27 +0000
8f0258a635Improved the clarity of the LogLevel directive (in the comments.)
Robert James Kaes
2001-06-02 17:30:48 +0000
f8932cf4eeLooked at the file a bit more and cleaned up some of the style problems.
Robert James Kaes
2001-06-02 17:26:19 +0000
477d0984a3Added J.D. Bronson to the list of helpful people. :)
Robert James Kaes
2001-06-02 17:24:54 +0000
5afba764bbFixed 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.
Robert James Kaes
2001-06-02 17:23:16 +0000
1f2559cb1aThis commit was manufactured by cvs2svn to create tag 'rel_1-4-0_pre4'.
1.4.0pre4
cvs2svn
2001-06-02 03:38:03 +0000
3dfc5e84ccFixed a type problem with fprintf in log_message() when logging the PID.
Robert James Kaes
2001-06-02 03:38:02 +0000
118f4fd9ddFixed a problem with --with-port= configuration option.
Robert James Kaes
2001-06-02 03:33:17 +0000
164717b336Include the LogLevel switch and comments to describe the settings.
Robert James Kaes
2001-06-02 03:12:33 +0000
65a41578adNew version (reflects changes to add the LogLevel switch)
Robert James Kaes
2001-06-02 03:11:14 +0000
e45c95fa97LOG_EMERG doesn't exist anymore, so replace it with LOG_CRIT.
Robert James Kaes
2001-06-02 03:10:34 +0000
a9720e85f6Include LogLevel and it's settings into the grammar of the config file.
Robert James Kaes
2001-06-02 03:10:09 +0000
2925b18412Added the code for handling selective logging.
Robert James Kaes
2001-06-02 03:09:27 +0000
cce7ca652cAdded a test for the resolv library for the gethostby* functions.
Robert James Kaes
2001-06-02 02:12:47 +0000
0a5b82cd97Fixed up the names of the DEFINES.
Robert James Kaes
2001-06-02 02:07:34 +0000
ebdec66edaFixed Steve's email address and other "minor" cleanups.
Robert James Kaes
2001-06-01 20:35:33 +0000
20c419a486Update the email address where the report is sent.
Robert James Kaes
2001-05-30 16:12:34 +0000
0b98f16c61Added a few points for future work on tinyproxy.
Robert James Kaes
2001-05-30 16:11:13 +0000
86bbc9764fMoved the information into the doc/TODO file.
Robert James Kaes
2001-05-30 16:09:39 +0000
abbdec5ca9Updated to reflect the 1.4.0 release.
Robert James Kaes
2001-05-30 16:02:41 +0000
b5584c243aFixed Steve's email address.
Robert James Kaes
2001-05-30 16:01:33 +0000
4d6e753cafThis file no longer needs to be part of the distrubution. I'm trying to not release buggy software. :)
Robert James Kaes
2001-05-30 15:48:33 +0000
5b11a1e2c9Formating changes. Also, explictly close the client_fd when the connections are destroyed.
Robert James Kaes
2001-05-30 15:45:14 +0000
5c8490598dThis commit was manufactured by cvs2svn to create tag 'rel_1-4-0_pre3'.
1.4.0pre3
cvs2svn
2001-05-27 02:40:44 +0000
101cf497d5Updated ChangeLog
Robert James Kaes
2001-05-27 02:40:43 +0000
35a8e54bbeBumped up the version number. Added a test for the ftruncate() and setrlimit() functions.
Robert James Kaes
2001-05-27 02:40:23 +0000
7febdd028cChanged all references to log() to log_message().
Robert James Kaes
2001-05-27 02:38:46 +0000
154a2e0880Changed the references to log() to log_message(). Also changed some of the data types for the variables.
Robert James Kaes
2001-05-27 02:37:18 +0000
1cd4d6d440Added code to stop the creation of core files. Changed all references to log() to log_message().
Robert James Kaes
2001-05-27 02:36:22 +0000
b242a2896eChanged the thread_main() function to only deal with the connections per thread if the user has actually requested it. Also changed some of the data types for the variables.
Robert James Kaes
2001-05-27 02:33:35 +0000
42b09e5441Removed the SA define. 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.)
Robert James Kaes
2001-05-27 02:31:20 +0000
981adafb5dChanged some of the types to Posix data types. Changed any reference to log() to log_message(). Fixed a potential memory leak in process_method(). Removed redundant code and variables in relay_connection().
Robert James Kaes
2001-05-27 02:29:06 +0000
91ba2103d1Changed the reference from log() to log_message().
Robert James Kaes
2001-05-27 02:26:53 +0000
f89272be35Changed the log() function to log_message().
Robert James Kaes
2001-05-27 02:26:11 +0000
627c88c736Changed all the references to log() to log_message().
Robert James Kaes
2001-05-27 02:25:21 +0000
69617f6d56Just a bit of a cleanup. Nothing major.
Robert James Kaes
2001-05-27 02:24:40 +0000
938b7e7f21Fixed the return type for new_dnscache().
Robert James Kaes
2001-05-27 02:24:00 +0000
23c08ca3eeChanged the types for various variables. Some the functions had the variable types changed as well.
Robert James Kaes
2001-05-27 02:23:08 +0000
df52296674Updated the return type for new_anonymous().
Robert James Kaes
2001-05-27 02:21:37 +0000
bf477e9dffRenamed the access member of struct acl_s to acl_access. Changed some of the types for the various variables to better reflect what they are actually being used for.
Robert James Kaes
2001-05-27 02:20:54 +0000
8045684c69Maintain a list of things which still need to be addressed.
Robert James Kaes
2001-05-25 21:50:05 +0000
b33e41eff1Updated the change log
Robert James Kaes
2001-05-23 18:19:47 +0000
d32e0d1ccbAdded ASSERT statements.
Robert James Kaes
2001-05-23 18:01:23 +0000
86313eb6f5Made the safefree() macro enabled all the time.
Robert James Kaes
2001-05-23 18:00:54 +0000
b1d942c22aRemoved a debugging aid.
Robert James Kaes
2001-05-23 17:59:53 +0000
3f8b219210Removed a DEBUG line in the "can't happen" case.
Robert James Kaes
2001-05-23 17:59:08 +0000
03ffa590b7Just a formatting change.
Robert James Kaes
2001-05-23 17:58:19 +0000
36d84f4bc1Make the netmask static and include the asserts.
Robert James Kaes
2001-05-23 17:57:22 +0000
fedbe888e8Fixed a potential problem with not zeroing the number of connections when the threads are emptied.
Robert James Kaes
2001-05-23 17:56:35 +0000
bd9f75edf8Bumped up the pre version number
Robert James Kaes
2001-01-15 17:13:37 +0000
93b201d23bFixed more potential overflow bugs.
Robert James Kaes
2001-01-15 17:11:57 +0000
2f2d74e9f2Fixed a potential security bug in http_err. There was a possibility of a heap overflow exploit.
Robert James Kaes
2001-01-15 17:06:19 +0000
cc704ae7a7Fixed a bug where the ':' character was not being properly detected.
Robert James Kaes
2001-01-02 19:30:40 +0000
e5bf27b41eThis commit was manufactured by cvs2svn to create tag 'rel_1-4-0_pre1'.
1.4.0pre1
cvs2svn
2000-12-09 20:03:42 +0000
7d0dcc9781Rolling out the first pre to 1.4.0
Robert James Kaes
2000-12-09 20:03:40 +0000
d5467e404bImplimented the MaxRequestsPerChild directive.
Robert James Kaes
2000-12-09 02:35:30 +0000
da7a96a2e4Updated changelog
Robert James Kaes
2000-12-08 03:35:58 +0000
0051208777Fixed a problem with polling for the number of active threads. No longer polls. :)
Robert James Kaes
2000-12-08 03:35:07 +0000
068b0337c5Fixed MACRO error.
Robert James Kaes
2000-11-23 04:49:26 +0000
c01af94a1cFixed spelling mistake.
Robert James Kaes
2000-11-23 04:46:48 +0000
b023ff577fChanged the filter_host command to filter_url.
Robert James Kaes
2000-11-23 04:46:25 +0000
1a2b20af5bUpdated Information.
Robert James Kaes
2000-10-23 21:47:39 +0000
b6c6939e0aIn the Key Found code, don't display the string in the debug code since it doesn't exist anymore when we display it. Doh!
Robert James Kaes
2000-10-23 21:46:38 +0000
1de608ec5cAdded the initialization section for the DNS and Anonymous sub systems.
Robert James Kaes
2000-10-23 21:44:43 +0000
5a5c2adcd8Added the new_anonymous initialize routine
Robert James Kaes
2000-10-23 21:43:52 +0000
670fad4a41Added the new_dnscache routine to initialize the Ternary tree. Also, removed the garbage collection routine.
Robert James Kaes
2000-10-23 21:42:31 +0000
21e4d8a9bdUpdated documentation.
Robert James Kaes
2000-09-26 05:00:13 +0000