summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2002-04-09New news for the 1.5.0 release.Robert James Kaes
2002-04-09Updated the description to include the "SSL" fact.Robert James Kaes
2002-04-09Added the cancelation setting to make sure the thread stops immediately.Robert James Kaes
2002-04-08Just moved the looping code from main() into thread_main_loop().Robert James Kaes
2002-04-07Just a variable name change to make it easier to read.Robert James Kaes
2002-04-07Updated the copyright notice.Robert James Kaes
2002-04-07A _tonne_ of changes. It would almost be easier to just read the sourceRobert James Kaes
2002-04-07Update the list of source code files to include the vector and hashmapRobert James Kaes
2002-04-07Cleaned up some of the code to handle errors better. Also, a little bitRobert James Kaes
2002-04-07Changed the version number down to 1.4.4pre1 (from the more ambitiousRobert James Kaes
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