summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-12-04 17:42:41 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-12-04 17:42:41 +0000
commitce71e18f4d54697bd628aef3223c1240bed45e8d (patch)
treeefcf0d576b6b99861af52d578cbf7e5c0044d256
parent59ec5dc69fc6719c445155bca1259ad96fc9ae1e (diff)
downloadtinyproxy-ce71e18f4d54697bd628aef3223c1240bed45e8d.tar.gz
tinyproxy-ce71e18f4d54697bd628aef3223c1240bed45e8d.zip
# Updated the change log
Diffstat (limited to '')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fbbc6c..9ec5e26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-12-04 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (strip_username_password): New function to remove any
+ username/password part from the host URI.
+
+ (extract_http_url), (extract_ssl_url): Use the new
+ strip_username_password function to remove any non-host
+ information from the URI.
+
+ * src/tinyproxy.c, src/tinyproxy.h, src/utils.c, src/utils.h,
+ * src/common.h, src/conns.h, src/reqs.c:
+ Removed the "bool_t" type since it conflicts with the newer C
+ standards. The type was just replaced by "unsigned int" types.
+
2002-11-29 Robert James Kaes <rjkaes@flarenet.com>
* src/reqs.c (extract_http_url):