aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-20 13:47:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-20 13:47:36 +0000
commit758eae49ab10bc16532e4ecc563abbdc7f4cca75 (patch)
tree0d15899ff0137a5aa33171243b5239039434a1e2 /CHANGES
parent721b05e3436884fc1e1b55f211e7fa4251d92a2a (diff)
four more bugfixes, one VMS adjustment
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1527fb68c..19d6a2fb7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,27 @@
History of Changes
+Daniel (20 February 2002)
+- Andrés García provided a solution to bug report #515228. the total time
+ counter was not set correctly when -I was used during some conditions (all
+ headers were read in one single read).
+
+- Nico Baggus provided a huge patch with minor tweaks all over to make curl
+ compile nicely on VMS.
+
+Daniel (19 February 2002)
+- Rick Richardson found out that by replacing PF_UNSPEC with PF_INET in the
+ getaddrinfo() calls, he could speed up some name resolving calls with an
+ order of magnitudes on his Redhat Linux 7.2.
+
+- Philip Gladstone found a second INADDR_NONE problem where we used long
+ intead of in_addr_t which caused 64bit problemos. We really shouldn't define
+ that on two different places.
+
Daniel (18 February 2002)
+- Philip Gladstone found a problem in how HTTP requests were sent if the
+ request couldn't be sent all at once.
+
- Emil found and corrected a bad connection timeout comparison that made curl
use the longest of connect-timeout and timout as a timeout value, instead of
the shortest as it was supposed to!