From c648ed1bc5505b92a2cc447c2fa3109418ea657b Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 22 Apr 2002 19:37:15 +0000 Subject: Added the "Bind" directive. Fixed up the log_message function to store messages until the log file has been created. "Proxy-Connection" is not sent along to the remote message. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 678fa96..0702e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2002-04-22 Robert James Kaes + + * src/log.c (send_stored_logs): Added this function since the + log_message() function will now stored the messages if the config + file has not been processed yet. This function is called from + within main() to output the messages to the log file _after_ it's + been initialized. + + * src/reqs.c (process_client_headers): Added the + "Proxy-Connection" header to the list of client headers we don't + forward to the remote machine. + + Added the the "Bind" directive. This is used to indicate which IP + address in a multi-homed machine you would like tinyproxy to bind + out-going connections to. This complements the "Listen" directive + for incoming connections. + 2002-04-18 Robert James Kaes * src/sock.c (lookup_domain): Removed the call to inet_aton() -- cgit v1.2.3