summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-12-24more changes to utils.c, reqs.c, and sock.cRobert James Kaes1-1/+12
2001-12-24Changed send_http_message() to use the write_message() function.Robert James Kaes1-34/+49
2001-12-24Added the write_message() function (from reqs.c)Robert James Kaes2-2/+55
2001-12-24Moved write_message() into sock.c because I'm using it in other places.Robert James Kaes1-53/+1
2001-12-23Made the error message regarding the Idle timeout more verbose, andRobert James Kaes2-2/+6
2001-12-23Cleaned up the code which sends the "Via" header. It now usesRobert James Kaes2-29/+29
2001-12-23Add a pre-processor test around the sys/types.h header file, to make sureRobert James Kaes1-1/+3
2001-12-23Fixed up the order of some of the includes to cope with OpenBSD. Also,Robert James Kaes2-4/+19
2001-12-20Updated the copyright notice.Robert James Kaes1-3/+3
2001-12-20Created the CHECK_CRLF() macro to handle the tests for the appropriateRobert James Kaes1-6/+8
2001-12-19Changed the calls to write() to send() so that we can use send(...,Robert James Kaes2-4/+4
2001-12-19Removed duplicate code from process_server_headers() and removed the callsRobert James Kaes2-12/+12
2001-12-19Damn---removed the debugging code from write_message().Robert James Kaes1-3/+1
2001-12-19Opps! Fixed a problem with negative numbers. :)Robert James Kaes1-3/+5
2001-12-19Redefined HTTP_LINE_LENGTH to be based on MAXBUFFSIZE (and set to aroundRobert James Kaes1-80/+118
2001-12-19Update the reqs.c file.Robert James Kaes1-1/+13
2001-12-18Updated the list of headers to ignore.Robert James Kaes1-3/+6
2001-12-17Added the code to log the request when in tunnelling mode.Robert James Kaes1-2/+22
2001-12-17Added the code the log the request when in tunnelling mode.Robert James Kaes1-0/+6
2001-12-17Removed the version test for the bison.Robert James Kaes1-10/+1
2001-12-17Bumped the version number.Robert James Kaes1-3/+3
2001-12-17Updated the changelog.Robert James Kaes1-1/+16
2001-12-17Added UPSTREAM_CONFIGURED() macro to help clean up the code.Robert James Kaes1-89/+100
2001-12-17Added the assert() calls to safe_write() to make sure the arguments areRobert James Kaes1-1/+5
2001-12-15Removed reference to ternary.hRobert James Kaes1-3/+1
2001-12-15No longer need this system since it was only being used in the DNS cachingRobert James Kaes2-472/+0
2001-12-15Changed safe_write() to fully send all the data in the buffer it wasRobert James Kaes2-11/+27
2001-12-15Switched from using the ternary tree to a simple linked list.Robert James Kaes1-25/+64
2001-12-15Removed the references to ternary.c and ternary.hRobert James Kaes1-3/+2
2001-12-15Addtional function checks.Robert James Kaes1-3/+2
2001-12-15Updates for safe_write() and anonymous section.Robert James Kaes1-1/+11
2001-12-15Removed the include "dnscache.h" header file.Robert James Kaes1-2/+1
2001-12-15Added the lookup_domain() function which replaces the DNS caching system.Robert James Kaes1-0/+9
2001-12-15Added the host name lookup code (which use to be in the DNS cachingRobert James Kaes1-3/+46
2001-12-15Removed the references to dnscache.c and dnscache.hRobert James Kaes1-2/+1
2001-12-15Removed the DNS caching system because tinyproxy did not determine the TTLRobert James Kaes2-172/+0
2001-11-26Added support for the <pthreads.h> header.Robert James Kaes1-1/+5
2001-11-26Increased the maximum buffer size to 96 KBRobert James Kaes1-2/+2
2001-11-26Fixed a problem with not buffering more than 2K (which is obviously aRobert James Kaes1-3/+6
2001-11-26Fixed a problem with the quoting.Robert James Kaes1-4/+4
2001-11-26Updates relating to the fixes to buffering code in read_buffer().Robert James Kaes1-0/+3
2001-11-25send_message changed to send_response_message in the conn_s structure.Robert James Kaes1-2/+2
2001-11-25Added tests for _every_ header to make sure they are actually present onRobert James Kaes1-27/+108
2001-11-25Added an additional test to make sure the <regex.h> header is actuallyRobert James Kaes1-2/+4
2001-11-25Removed some of the members of the structures and renamed a few others.Robert James Kaes2-13/+16
2001-11-25makenewline() now copies the data into the structure rather than justRobert James Kaes2-27/+26
2001-11-25More changes.Robert James Kaes1-0/+10
2001-11-25Added a new error code.Robert James Kaes1-1/+2
2001-11-25Add support to limit the maximum size of the input line (to 128KB whichRobert James Kaes1-1/+11
2001-11-25Change the C code to match the new style.Robert James Kaes2-7/+11