summaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
AgeCommit message (Collapse)Author
2001-10-23New changes to getpeer_string().Robert James Kaes
2001-10-22Cleaned up the code in handle_connection() and added a NULL pointer testRobert James Kaes
in the free request function.
2001-10-22Fixed a problem where a user's variable would be uninitialized if a DNSRobert James Kaes
lookup failed.
2001-10-19More moving around of the source code. Still can't get CONNECT to workRobert James Kaes
with an upstream proxy.
2001-10-18Fixed a problem where a full buffer on the read side would cause theRobert James Kaes
connection to be closed.
2001-10-01Added the ability to compile tinyproxy with static linking.Robert James Kaes
2001-09-16More changes, mostly related to the support for an upstream proxy.Robert James Kaes
2001-09-15More changes.Robert James Kaes
2001-09-14The biggest change is the added support for SSL.Robert James Kaes
2001-09-12Fixed a memory leak in process_method().Robert James Kaes
2001-09-11More changes. These all relate to the switch from stack memory to heapRobert James Kaes
memory.
2001-09-11Fixed a memory leak.Robert James Kaes
2001-09-08More changes.Robert James Kaes
2001-09-08Fixed a memory leak in thread_main().Robert James Kaes
2001-09-07Explictly added the DETACHED creation method on threads.Robert James Kaes
2001-09-07Updates.Robert James Kaes
2001-09-07UpdatesRobert James Kaes
2001-09-04More updates.Robert James Kaes
2001-09-04Updates.Robert James Kaes
2001-08-30Spelling and grammar fixes.Robert James Kaes
2001-08-30More fixes.Robert James Kaes
2001-08-29More change logs.Robert James Kaes
2001-08-28Fixed a problem in log.cRobert James Kaes
2001-08-28More changes.Robert James Kaes
2001-08-27More changes as per usual. :)Robert James Kaes
2001-08-27New change log entries.Robert James Kaes
2001-08-27More changes.Robert James Kaes
2001-08-26Updated the Change LogRobert James Kaes
2001-08-26Spelling fix.Robert James Kaes
2001-08-26Updated the Change Log information.Robert James Kaes
2001-06-06Changed in configure.inRobert James Kaes
2001-06-05New changelog listings...Robert James Kaes
2001-06-04Reflect the changes made to the source.Robert James Kaes
2001-06-02Added the change for the LogLevel directive in doc/tinyproxy.confRobert James Kaes
2001-06-02Fixed the tests for libsocket, libnsl, and libresolv. Improved the testsRobert James Kaes
for the yacc program since bison 1.25 was originally used to write the scanner. Updated the list of headers to look for when configuring. Bumped up the prerelease number.
2001-06-02Fixed a problem with --with-port= configuration option.Robert James Kaes
2001-06-02New version (reflects changes to add the LogLevel switch)Robert James Kaes
2001-06-02Added a test for the resolv library for the gethostby* functions.Robert James Kaes
2001-05-27Updated ChangeLogRobert James Kaes
2001-05-23Updated the change logRobert James Kaes
2001-01-15Fixed more potential overflow bugs.Robert James Kaes
2001-01-15Fixed a potential security bug in http_err. There was a possibility of aRobert James Kaes
heap overflow exploit.
2000-12-08Updated changelogRobert James Kaes
2000-10-23Updated Information.Robert James Kaes
2000-09-26Updated documentation.Robert James Kaes
2000-09-21Updated documentation.Robert James Kaes
2000-09-14Need to do a check for the <stdint.h> header since it's not a standardRobert James Kaes
header available on all systems.
2000-09-12We all know what this is. :)Robert James Kaes
2000-06-06Reflect changes made in source.Robert James Kaes
2000-04-26Reorganized (or added) the #include <sys/types.h> line so tinyproxy wouldRobert James Kaes
compile cleanly on FreeBSD systems.