summaryrefslogtreecommitdiff
path: root/ChangeLog (follow)
AgeCommit message (Collapse)AuthorFilesLines
2002-01-25Added code to check for "errors" from the accept call in thread_main() andRobert James Kaes1-0/+5
also a new thread_kill_threads() function which should cancel all threads when the main thread is being closed.
2002-01-08Added code which checks to see if the user has signalled that tinyproxyRobert James Kaes1-0/+5
should be closed.
2001-12-28Check for errors returned by the accept() function.Robert James Kaes1-0/+5
2001-12-24more changes to utils.c, reqs.c, and sock.cRobert James Kaes1-1/+12
2001-12-23Made the error message regarding the Idle timeout more verbose, andRobert James Kaes1-0/+4
changed the level to WARNING.
2001-12-23Cleaned up the code which sends the "Via" header. It now usesRobert James Kaes1-0/+5
write_message().
2001-12-23Fixed up the order of some of the includes to cope with OpenBSD. Also,Robert James Kaes1-0/+7
test for the MSG_NOSIGNAL define.
2001-12-19Removed duplicate code from process_server_headers() and removed the callsRobert James Kaes1-0/+3
to strlen(); readline() already returns the length of the string, so use that instead.
2001-12-19Update the reqs.c file.Robert James Kaes1-1/+13
2001-12-17Added the code the log the request when in tunnelling mode.Robert James Kaes1-0/+6
2001-12-17Updated the changelog.Robert James Kaes1-1/+16
2001-12-15Updates for safe_write() and anonymous section.Robert James Kaes1-1/+11
2001-12-15Added the lookup_domain() function which replaces the DNS caching system.Robert James Kaes1-0/+9
2001-11-26Updates relating to the fixes to buffering code in read_buffer().Robert James Kaes1-0/+3
2001-11-25More changes.Robert James Kaes1-0/+10
2001-11-25More updates.Robert James Kaes1-0/+14
2001-11-23Changes relating to chomp()Robert James Kaes1-0/+4
2001-11-22Updated readline() function.Robert James Kaes1-0/+5
2001-11-05Removed the buffer_size() function and turned it into BUFFER_SIZE() macro.Robert James Kaes1-1/+11
Moved the struct buffer_s into the header file. Added more assert() calls to better document the assumptions the functions make. Removed incorrect code in remove_from_buffer() which was never actually called anyway.
2001-11-03ACL fixes. Use a better differentiation between string and numericRobert James Kaes1-0/+5
addresses.
2001-10-25Changes reflecting the new conns.* files and the organization of theRobert James Kaes1-0/+8
header files.
2001-10-25Changes to reflect the various fixes to have CONNECT upstream proxyingRobert James Kaes1-0/+10
work.
2001-10-25More changes to reqs.c and buffer.cRobert James Kaes1-0/+14
2001-10-23New changes to getpeer_string().Robert James Kaes1-0/+3
2001-10-22Cleaned up the code in handle_connection() and added a NULL pointer testRobert James Kaes1-0/+5
in the free request function.
2001-10-22Fixed a problem where a user's variable would be uninitialized if a DNSRobert James Kaes1-0/+8
lookup failed.
2001-10-19More moving around of the source code. Still can't get CONNECT to workRobert James Kaes1-2/+6
with an upstream proxy.
2001-10-18Fixed a problem where a full buffer on the read side would cause theRobert James Kaes1-0/+6
connection to be closed.
2001-10-01Added the ability to compile tinyproxy with static linking.Robert James Kaes1-0/+7
2001-09-16More changes, mostly related to the support for an upstream proxy.Robert James Kaes1-0/+21
2001-09-15More changes.Robert James Kaes1-1/+14
2001-09-14The biggest change is the added support for SSL.Robert James Kaes1-0/+9
2001-09-12Fixed a memory leak in process_method().Robert James Kaes1-0/+3
2001-09-11More changes. These all relate to the switch from stack memory to heapRobert James Kaes1-0/+13
memory.
2001-09-11Fixed a memory leak.Robert James Kaes1-0/+6
2001-09-08More changes.Robert James Kaes1-0/+9
2001-09-08Fixed a memory leak in thread_main().Robert James Kaes1-0/+4
2001-09-07Explictly added the DETACHED creation method on threads.Robert James Kaes1-0/+3
2001-09-07Updates.Robert James Kaes1-0/+7
2001-09-07UpdatesRobert James Kaes1-0/+16
2001-09-04More updates.Robert James Kaes1-0/+6
2001-09-04Updates.Robert James Kaes1-0/+6
2001-08-30Spelling and grammar fixes.Robert James Kaes1-2/+2
2001-08-30More fixes.Robert James Kaes1-0/+24
2001-08-29More change logs.Robert James Kaes1-0/+9
2001-08-28Fixed a problem in log.cRobert James Kaes1-0/+6
2001-08-28More changes.Robert James Kaes1-0/+4
2001-08-27More changes as per usual. :)Robert James Kaes1-0/+19
2001-08-27New change log entries.Robert James Kaes1-0/+7
2001-08-27More changes.Robert James Kaes1-0/+3