summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-15 06:00:03 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-15 06:00:03 +0000
commite10d005f81fc92029459c02ae9cdc3541bc216fe (patch)
treedc8417d4c8495761079c338b1a6f73ddb4fb26fa /ChangeLog
parenta4934e2232bcfd7fd306a0f75275094ff5d5643b (diff)
downloadtinyproxy-e10d005f81fc92029459c02ae9cdc3541bc216fe.tar.gz
tinyproxy-e10d005f81fc92029459c02ae9cdc3541bc216fe.zip
Added the lookup_domain() function which replaces the DNS caching system.
Diffstat (limited to '')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 401c56f..ada7746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-12-15 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/sock.c (lookup_domain): Removed the DNS cache since
+ according to RFC2616 a HTTP client should not cache an address if
+ the client doesn't also respect the TTL value. tinyproxy does not
+ have a complete DNS resolver. Additionally, a caching DNS system
+ is an administrator decision which should not be included in
+ tinyproxy.
+
2001-11-25 Robert James Kaes <rjkaes@flarenet.com>
* src/buffer.c (makenewline): This function now copies the actual