obnox/tinyproxy.git
2001-09-16 Robert James... Moved the safe_write() and safe_read() functions here.
2001-09-16 Robert James... Moved the safe_read() and safe_write() functions into...
2001-09-16 Robert James... Added the token for Upstream and the code the handle...
2001-09-16 Robert James... Added the example for the upstream proxy directive.
2001-09-16 Robert James... Added a configure option for upstream proxy support.
2001-09-16 Robert James... Added upstream proxy support.
2001-09-16 Robert James... Fixed a problem where log messages could be missed...
2001-09-15 Robert James... More changes.
2001-09-15 Robert James... Added the send_http_message() function to handle sendin...
2001-09-15 Robert James... Changed to rotating the log file instead of truncating...
2001-09-15 Robert James... Removed the memory allocation log messages.
2001-09-15 Robert James... Changed to using the send_http_message() function so...
2001-09-15 Robert James... Removed the log messages related to memory allocation.
2001-09-15 Robert James... Removed the log message when unable to allocate memory.
2001-09-15 Robert James... Updated the authorization string.
2001-09-14 Robert James... The biggest change is the added support for SSL.
2001-09-14 Robert James... Bumped up version number.
2001-09-14 Robert James... Removed these files since their functionality has been...
2001-09-14 Robert James... Finally got the SSL problem fixed. We can not send...
2001-09-14 Robert James... Changed the buffer pointer in safe_write() to be const...
2001-09-14 Robert James... When logging an error indicate the file descriptor...
2001-09-14 Robert James... Include the SSL field in the connection structure since...
2001-09-14 Robert James... Massive changes. Split process_method() into a bunch...
2001-09-14 Robert James... Removed the reference to uri.c and uri.h since the...
2001-09-12 Robert James... Fixed a memory leak in process_method().
2001-09-12 Robert James... Fixed memory leak.
2001-09-12 Robert James... Changed mallocs to callocs.
2001-09-12 Robert James... Increased the number of "insertions" before the free...
2001-09-11 Robert James... More changes. These all relate to the switch from stack...
2001-09-11 Robert James... Added the debugging realloc() function.
2001-09-11 Robert James... Set the stack size of threads to 32KB from 128KB.
2001-09-11 Robert James... Switched the memory allocation for the large strings...
2001-09-11 Robert James... Bumped up the preversion number
2001-09-11 Robert James... Style stuff.
2001-09-11 Robert James... Updated version number.
2001-09-11 Robert James... Fixed a memory leak.
2001-09-11 Robert James... Used safecalloc() instead of malloc() and memset()...
2001-09-11 Robert James... Comment cleanup.
2001-09-08 Robert James... More changes.
2001-09-08 Robert James... New pre version
2001-09-08 Robert James... Changed all the mallocs and callocs to use the new...
2001-09-08 Robert James... Lowered the number BUFARRAY and BUFSIZE constants to...
2001-09-08 Robert James... Lowered the number of insertions before the ternary...
2001-09-08 Robert James... Added the debugging_(malloc|calloc|free) functions...
2001-09-08 Robert James... Fixed a memory leak in thread_main().
2001-09-07 Robert James... Explictly added the DETACHED creation method on threads.
2001-09-07 Robert James... Updates.
2001-09-07 Robert James... Error message cleanup.
2001-09-07 Robert James... Fixed up return types.
2001-09-07 Robert James... Error message cleanup.
2001-09-07 Robert James... Updates
2001-09-07 Robert James... Added the ability to clear out the DNS cache after...
2001-09-07 Robert James... Fixed the ternary_destroy() function which causes segfa...
2001-09-06 Robert James... Still need to fix a problem with tinproxy segfaulting...
2001-09-06 Robert James... Make sure that freeptr actually points to something...
2001-09-06 Robert James... Try moving the kill thread code into the thread_main...
2001-09-06 Robert James... Initialzed the servers_waiting explictly. Added debuggi...
2001-09-04 Robert James... New news. :)
2001-09-04 Robert James... More updates.
2001-09-04 Robert James... Moved the compare_header() test after the skip header...
2001-09-04 Robert James... Switched to a case insensitive search method.
2001-09-04 Robert James... Bumped the version number.
2001-09-04 Robert James... Updates.
2001-09-04 Robert James... Fixed a format string bug with the syslog function.
2001-08-31 Robert James... Headers MUST have quotes around them.
2001-08-30 Robert James... Spelling and grammar fixes.
2001-08-30 Robert James... New information for Thursday, August 30, 2001
2001-08-30 Robert James... Another new version.
2001-08-30 Robert James... More fixes.
2001-08-30 Robert James... Removed the xstrstr() function since it is no longer...
2001-08-30 Robert James... Renamed ternary_insert() to ternary_insert_replace...
2001-08-30 Robert James... Replaced the call to xstrstr() with strstr().
2001-08-30 Robert James... Removed the insert_data() function and made the LOCKing...
2001-08-29 Robert James... New style and new information.
2001-08-29 Robert James... New minor version number.
2001-08-29 Robert James... More change logs.
2001-08-29 Robert James... Fixed a problem where the REGEX library was included...
2001-08-29 Robert James... Text clean up.
2001-08-29 Robert James... Removed the new_dnscache() call.
2001-08-29 Robert James... Cleaned up the locking code to make it more fine graine...
2001-08-29 Robert James... Changed how we handle when compiled with debug code.
2001-08-29 Robert James... Removed the new_dnscache() function and the ternary...
2001-08-29 Robert James... Added a more fine grained locking system for multiple...
2001-08-28 Robert James... Update regarding the log level problems.
2001-08-28 Robert James... New version number.
2001-08-28 Robert James... Fixed a problem in log.c
2001-08-28 Robert James... The logging levels _now_ output the correct information...
2001-08-28 Robert James... More changes.
2001-08-28 Robert James... Added an extra CRNL to the end of the HTML body.
2001-08-28 Robert James... Changed the default stack size to 128 KB.
2001-08-28 Robert James... Moved the strip new line/carriage return from the end...
2001-08-27 Robert James... Fixed a problem with the POSIX threading on FreeBSD...
2001-08-27 Robert James... More news of course.
2001-08-27 Robert James... Stop CVS from giving me an error.
2001-08-27 Robert James... More changes as per usual. :)
2001-08-27 Robert James... Bumped up the version number.
2001-08-27 Robert James... Changed the MIME type to text/html rather than the...
2001-08-27 Robert James... Moved some of the includes around so that FreeBSD can...
2001-08-27 Robert James... Changed the default stack size since some OS's have...
2001-08-27 Robert James... Fixed a problem where the connect messages were not...
next