aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-06 22:56:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-06 22:56:46 +0000
commit7390c3a8afa821ca715a45356ba9399da7e1ba91 (patch)
tree1b1bd8020a16684622dc180937eba240c62afb15
parente5e259030fb9f7f7b43d8d0eb3b0c5072301ef5e (diff)
bugfixes and improvements
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 97e0943e9..8c65fa8e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,18 @@
History of Changes
+Daniel (6 November 2000)
+- Added possibility to set a password callback to use instead of the built-in.
+ They're controled with curl_easy_setopt() of course, the tags are
+ CURLOPT_PASSWDFUNCTION and CURLOPT_PASSWDDATA.
+
+- Used T. Bharath's thinking and fixed the timers that showed terribly wrong
+ times when location: headers were followed.
+
+- Emmanuel Tychon discovered that curl didn't really like user names only in
+ the URL. I corrected this and I also fixed the since long living problem
+ with URL encoded user names and passwords in the URLs. They should work now.
+
Daniel (2 November 2000)
- When I added --interface, the new error code that was added with it was
inserted in the wrong place and thus all error codes from 35 and upwards got