summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2002-04-07Updated the changelog information.Robert James Kaes
2002-04-07A hashmap implementation. I use this for storing the headers from theRobert James Kaes
2002-04-07Added the vector module which is a vector implementation. I use it in theRobert James Kaes
2002-04-02Added define check for XTINYPROXY_ENABLE. Although, I'm not sure if thisRobert James Kaes
2002-04-02Update to reflect changes to configure.acRobert James Kaes
2002-04-02Patch from James Flemer which:Robert James Kaes
2002-01-25Added code to check for "errors" from the accept call in thread_main() andRobert James Kaes
2002-01-08Added code which checks to see if the user has signalled that tinyproxyRobert James Kaes
2001-12-28Removed an unused header.Robert James Kaes
2001-12-28Check for errors returned by the accept() function.Robert James Kaes
2001-12-24more changes to utils.c, reqs.c, and sock.cRobert James Kaes
2001-12-24Changed send_http_message() to use the write_message() function.Robert James Kaes
2001-12-24Added the write_message() function (from reqs.c)Robert James Kaes
2001-12-24Moved write_message() into sock.c because I'm using it in other places.Robert James Kaes
2001-12-23Made the error message regarding the Idle timeout more verbose, andRobert James Kaes
2001-12-23Cleaned up the code which sends the "Via" header. It now usesRobert James Kaes
2001-12-23Add a pre-processor test around the sys/types.h header file, to make sureRobert James Kaes
2001-12-23Fixed up the order of some of the includes to cope with OpenBSD. Also,Robert James Kaes
2001-12-20Updated the copyright notice.Robert James Kaes
2001-12-20Created the CHECK_CRLF() macro to handle the tests for the appropriateRobert James Kaes
2001-12-19Changed the calls to write() to send() so that we can use send(...,Robert James Kaes
2001-12-19Removed duplicate code from process_server_headers() and removed the callsRobert James Kaes
2001-12-19Damn---removed the debugging code from write_message().Robert James Kaes
2001-12-19Opps! Fixed a problem with negative numbers. :)Robert James Kaes
2001-12-19Redefined HTTP_LINE_LENGTH to be based on MAXBUFFSIZE (and set to aroundRobert James Kaes
2001-12-19Update the reqs.c file.Robert James Kaes
2001-12-18Updated the list of headers to ignore.Robert James Kaes
2001-12-17Added the code to log the request when in tunnelling mode.Robert James Kaes
2001-12-17Added the code the log the request when in tunnelling mode.Robert James Kaes
2001-12-17Removed the version test for the bison.Robert James Kaes
2001-12-17Bumped the version number.Robert James Kaes
2001-12-17Updated the changelog.Robert James Kaes
2001-12-17Added UPSTREAM_CONFIGURED() macro to help clean up the code.Robert James Kaes
2001-12-17Added the assert() calls to safe_write() to make sure the arguments areRobert James Kaes
2001-12-15Removed reference to ternary.hRobert James Kaes
2001-12-15No longer need this system since it was only being used in the DNS cachingRobert James Kaes
2001-12-15Changed safe_write() to fully send all the data in the buffer it wasRobert James Kaes
2001-12-15Switched from using the ternary tree to a simple linked list.Robert James Kaes
2001-12-15Removed the references to ternary.c and ternary.hRobert James Kaes
2001-12-15Addtional function checks.Robert James Kaes
2001-12-15Updates for safe_write() and anonymous section.Robert James Kaes
2001-12-15Removed the include "dnscache.h" header file.Robert James Kaes
2001-12-15Added the lookup_domain() function which replaces the DNS caching system.Robert James Kaes
2001-12-15Added the host name lookup code (which use to be in the DNS cachingRobert James Kaes
2001-12-15Removed the references to dnscache.c and dnscache.hRobert James Kaes
2001-12-15Removed the DNS caching system because tinyproxy did not determine the TTLRobert James Kaes
2001-11-26Added support for the <pthreads.h> header.Robert James Kaes
2001-11-26Increased the maximum buffer size to 96 KBRobert James Kaes
2001-11-26Fixed a problem with not buffering more than 2K (which is obviously aRobert James Kaes
2001-11-26Fixed a problem with the quoting.Robert James Kaes