156 Commits

Author SHA1 Message Date
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
Robert James Kaes
65a41578ad New version (reflects changes to add the LogLevel switch) 2001-06-02 03:11:14 +00:00
Robert James Kaes
e45c95fa97 LOG_EMERG doesn't exist anymore, so replace it with LOG_CRIT. 2001-06-02 03:10:34 +00:00
Robert James Kaes
a9720e85f6 Include LogLevel and it's settings into the grammar of the config file. 2001-06-02 03:10:09 +00:00
Robert James Kaes
2925b18412 Added the code for handling selective logging. 2001-06-02 03:09:27 +00:00
Robert James Kaes
cce7ca652c Added a test for the resolv library for the gethostby* functions. 2001-06-02 02:12:47 +00:00
Robert James Kaes
0a5b82cd97 Fixed up the names of the DEFINES. 2001-06-02 02:07:34 +00:00
Robert James Kaes
ebdec66eda Fixed Steve's email address and other "minor" cleanups. 2001-06-01 20:35:33 +00:00
Robert James Kaes
20c419a486 Update the email address where the report is sent. 2001-05-30 16:12:34 +00:00
Robert James Kaes
0b98f16c61 Added a few points for future work on tinyproxy. 2001-05-30 16:11:13 +00:00
Robert James Kaes
86bbc9764f Moved the information into the doc/TODO file. 2001-05-30 16:09:39 +00:00
Robert James Kaes
abbdec5ca9 Updated to reflect the 1.4.0 release. 2001-05-30 16:02:41 +00:00
Robert James Kaes
b5584c243a Fixed Steve's email address. 2001-05-30 16:01:33 +00:00
Robert James Kaes
4d6e753caf This file no longer needs to be part of the distrubution. I'm trying to
not release buggy software. :)
2001-05-30 15:48:33 +00:00
Robert James Kaes
5b11a1e2c9 Formating changes. Also, explictly close the client_fd when the
connections are destroyed.
2001-05-30 15:45:14 +00:00
Robert James Kaes
101cf497d5 Updated ChangeLog 2001-05-27 02:40:43 +00:00
Robert James Kaes
35a8e54bbe Bumped up the version number. Added a test for the ftruncate() and
setrlimit() functions.
2001-05-27 02:40:23 +00:00
Robert James Kaes
7febdd028c Changed all references to log() to log_message(). 2001-05-27 02:38:46 +00:00
Robert James Kaes
154a2e0880 Changed the references to log() to log_message(). Also changed some of the
data types for the variables.
2001-05-27 02:37:18 +00:00
Robert James Kaes
1cd4d6d440 Added code to stop the creation of core files.
Changed all references to log() to log_message().
2001-05-27 02:36:22 +00:00
Robert James Kaes
b242a2896e Changed 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.
2001-05-27 02:33:35 +00:00
Robert James Kaes
42b09e5441 Removed 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.)
2001-05-27 02:31:20 +00:00
Robert James Kaes
981adafb5d Changed 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().
2001-05-27 02:29:06 +00:00
Robert James Kaes
91ba2103d1 Changed the reference from log() to log_message(). 2001-05-27 02:26:53 +00:00
Robert James Kaes
f89272be35 Changed the log() function to log_message(). 2001-05-27 02:26:11 +00:00
Robert James Kaes
627c88c736 Changed all the references to log() to log_message(). 2001-05-27 02:25:21 +00:00