tinyproxy/src
Robert James Kaes 9448787ff2 Added UPSTREAM_CONFIGURED() macro to help clean up the code.
Ignore any blank lines when tinyproxy is expecting a request line.

Instead of sending the request line to the remote server in pieces,
tinyproxy nows sends it in once go. This was done to fix a problem with
some sites like www.heise.de.

Changed all calls to connptr->ssl to connptr->connect_method.

Changed all calls to connptr->send_message to
connptr->send_response_message.

Moved the call to Via header code to inside to the tests to handle if
tinyproxy is sending an error message (don't need to send any headers.)
2001-12-17 00:11:32 +00:00
..
acl.c Reformated text. 2001-11-22 00:31:10 +00:00
acl.h Fixed up the names of the DEFINES. 2001-06-02 02:07:34 +00:00
anonymous.c Switched from using the ternary tree to a simple linked list. 2001-12-15 20:02:59 +00:00
anonymous.h Removed reference to ternary.h 2001-12-15 20:08:24 +00:00
buffer.c Fixed a problem with not buffering more than 2K (which is obviously a 2001-11-26 01:39:07 +00:00
buffer.h makenewline() now copies the data into the structure rather than just 2001-11-25 22:05:42 +00:00
conns.c Removed some of the members of the structures and renamed a few others. 2001-11-25 22:06:20 +00:00
conns.h Removed some of the members of the structures and renamed a few others. 2001-11-25 22:06:20 +00:00
filter.c Reformated text. 2001-11-22 00:31:10 +00:00
filter.h Changed the filter_host command to filter_url. 2000-11-23 04:46:25 +00:00
gnuregex.c Not using <defines.h> for autoconf anymore, so move back to the <config.h> 2000-09-11 23:46:42 +00:00
gnuregex.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-02-16 17:32:49 +00:00
grammar.y Change the C code to match the new style. 2001-11-25 02:20:54 +00:00
log.c Reformated text. 2001-11-22 00:31:10 +00:00
log.h Reformated text. 2001-11-22 00:31:10 +00:00
Makefile.am Removed the references to ternary.c and ternary.h 2001-12-15 20:02:26 +00:00
regexp.h Added an additional test to make sure the <regex.h> header is actually 2001-11-25 22:06:54 +00:00
reqs.c Added UPSTREAM_CONFIGURED() macro to help clean up the code. 2001-12-17 00:11:32 +00:00
reqs.h MAJOR RE-WRITE! Read the ChangeLog and look at the source. It's shorter 2000-09-12 00:04:42 +00:00
scanner.l Change the C code to match the new style. 2001-11-25 02:20:54 +00:00
sock.c Added the assert() calls to safe_write() to make sure the arguments are 2001-12-17 00:00:24 +00:00
sock.h Changed safe_write() to fully send all the data in the buffer it was 2001-12-15 20:04:04 +00:00
stats.c Reformated text. 2001-11-22 00:31:10 +00:00
stats.h Reformated text. 2001-11-22 00:31:10 +00:00
thread.c Reformated text. 2001-11-22 00:31:10 +00:00
thread.h Fixed up return types. 2001-09-07 04:20:04 +00:00
tinyproxy.c Removed the include "dnscache.h" header file. 2001-12-15 06:02:16 +00:00
tinyproxy.h Added support for the <pthreads.h> header. 2001-11-26 05:23:49 +00:00
utils.c send_message changed to send_response_message in the conn_s structure. 2001-11-25 22:08:11 +00:00
utils.h Added a new error code. 2001-11-25 02:22:05 +00:00