281 Commits

Author SHA1 Message Date
Robert James Kaes
e88c426966 Changed the default stack size since some OS's have a stack size which is
too small.
2001-08-27 17:45:50 +00:00
Robert James Kaes
bf7a671d87 Fixed a problem where the connect messages were not getting logged if the
log level was set to INFO.
2001-08-27 17:44:55 +00:00
Robert James Kaes
f72ebfe0d8 More information regarding the various changes. 2001-08-27 03:52:05 +00:00
Robert James Kaes
c25c7a947f Updated the version number. 2001-08-27 03:47:47 +00:00
Robert James Kaes
194e1ad9cc New change log entries. 2001-08-27 03:46:51 +00:00
Robert James Kaes
3b5e17d579 Split the headers from the message body. Also now include proper headers
like Date, Server, Content-Length, etc. Also, fixed the type for an error
message to be const char*.
2001-08-27 03:45:34 +00:00
Robert James Kaes
771425700d Fixed a SEGV problem with invalid requests. 2001-08-27 03:44:22 +00:00
Robert James Kaes
7be408859d Update the items which still need to be worked on. 2001-08-27 01:05:32 +00:00
Robert James Kaes
7889aa4951 Don't include ./reconf in the tarball. 2001-08-27 01:05:06 +00:00
Robert James Kaes
f590a7d738 More changes. 2001-08-27 01:04:48 +00:00
Robert James Kaes
cc70fc6f43 Fixed a problem with the new LOG_CONN log level. 2001-08-26 23:37:26 +00:00
Robert James Kaes
e19889ff5b Added the NDEBUG define in the optimized builds. 2001-08-26 23:36:48 +00:00
Robert James Kaes
0ca3a710da Updated the Change Log 2001-08-26 23:36:18 +00:00
Robert James Kaes
d30ca6f3db Spelling fix. 2001-08-26 22:10:18 +00:00
Robert James Kaes
7a251ed492 New version, so new NEWS :) 2001-08-26 22:09:53 +00:00
Robert James Kaes
bb42ea2edb Added the TARGET_SYSTEM define. 2001-08-26 21:24:34 +00:00
Robert James Kaes
af2d81ed71 Updated the Change Log information. 2001-08-26 21:24:01 +00:00
Robert James Kaes
181f6845fb Added Hans-Georg Brok to the list of people who have helped with tinyproxy 2001-08-26 21:23:32 +00:00
Robert James Kaes
0f6f9669ae Updated the version information and added the TARGET_SYSTEM define. 2001-08-26 21:22:09 +00:00
Robert James Kaes
e24a5fcf14 Added the Connect log level to the comments for LogLevel. 2001-08-26 21:21:13 +00:00
Robert James Kaes
073822fa3e Added the '-l' option to the list of information. 2001-08-26 21:20:49 +00:00
Robert James Kaes
cebda5913d Removed the config.anonymous entry since we've moved the information into
anonymous.c file.
2001-08-26 21:18:04 +00:00
Robert James Kaes
5530451545 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.
2001-08-26 21:17:30 +00:00
Robert James Kaes
7fe7ee2828 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.
2001-08-26 21:14:30 +00:00
Robert James Kaes
af10311eaf Fixed a problem with the Anonymous filtering. Basically, anonymous
filtering was not working in the previous version.
2001-08-26 21:11:55 +00:00
Robert James Kaes
e5819ebe1c Added the Connect log level. 2001-08-26 21:10:04 +00:00
Robert James Kaes
849345e88b Removed the anon_new() function and moved it's functionality into
anonymous_insert(). Also renamed all the anon_* functions to anonymous_*
function.
2001-08-26 21:07:27 +00:00
Robert James Kaes
99dfce8f49 Updated the email address. 2001-06-24 18:20:36 +00:00
Robert James Kaes
7e6ab1cb19 Fixed up the configuration options listed and also my email address. 2001-06-24 18:19:12 +00:00
Robert James Kaes
7ec6f8c512 Renumbered to the full 1.4.0 version (no more pre-versions.) 2001-06-24 18:12:37 +00:00
Robert James Kaes
ace480bb65 Fixed the include order to better handle the sys/time.h and time.h
headers.
2001-06-06 19:33:26 +00:00
Robert James Kaes
ff97b38603 Explictly cast getpid() to a long int to remove the compiler warnings on
various machines.
2001-06-06 19:32:51 +00:00
Robert James Kaes
f64578eef1 Changed in configure.in 2001-06-06 19:32:23 +00:00
Robert James Kaes
91af06dd1a Completely reorganized the file. I'm trying to follow the layout specified
in the Autoconf manual.
2001-06-06 19:32:09 +00:00
Robert James Kaes
883d4f5062 Misspelled the sysexits.h header in the header test. 2001-06-05 16:08:45 +00:00
Robert James Kaes
540e33000b Changed the format type in the printf() to remove the compiler error (I
hope.)
2001-06-05 16:08:15 +00:00
Robert James Kaes
58c31c5514 Had a problem where we test for the libraries, but not actually included
then in the linking.
2001-06-05 03:56:52 +00:00
Robert James Kaes
56960edd72 New changelog listings... 2001-06-05 03:56:22 +00:00
Robert James Kaes
8c269c96bc Reflect the changes made to the source. 2001-06-04 23:33:52 +00:00
Robert James Kaes
c256744327 Removed the -with-{user,port,logfile} and added the -with-config for the
default location of the configuation file.
2001-06-04 23:33:11 +00:00
Robert James Kaes
135d4f5080 Remove the DEFAULT_LOG, DEFAULT_USER, and DEFAULT_PORT 2001-06-04 23:31:39 +00:00
Robert James Kaes
f43404aeef Removed the DEFAULT_LOG, DEFAULT_PORT, and DEFAULT_USER directives since
these MUST be set in the configuration file.
2001-06-04 23:30:34 +00:00
Robert James Kaes
93d352853b Added the change for the LogLevel directive in doc/tinyproxy.conf 2001-06-02 17:34:27 +00:00
Robert James Kaes
8f0258a635 Improved the clarity of the LogLevel directive (in the comments.) 2001-06-02 17:30:48 +00:00
Robert James Kaes
f8932cf4ee Looked at the file a bit more and cleaned up some of the style problems. 2001-06-02 17:26:19 +00:00
Robert James Kaes
477d0984a3 Added J.D. Bronson to the list of helpful people. :) 2001-06-02 17:24:54 +00:00
Robert James Kaes
5afba764bb 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.
2001-06-02 17:23:16 +00:00
Robert James Kaes
3dfc5e84cc Fixed a type problem with fprintf in log_message() when logging the PID. 2001-06-02 03:38:02 +00:00
Robert James Kaes
118f4fd9dd Fixed a problem with --with-port= configuration option. 2001-06-02 03:33:17 +00:00
Robert James Kaes
164717b336 Include the LogLevel switch and comments to describe the settings. 2001-06-02 03:12:33 +00:00