summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-17 14:17:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-17 14:17:26 +0000
commitafcd933b4c066356d0d24e2322295ccbd843d937 (patch)
tree7887dd565cd2e514a6b3afadfa6ca1a15357eced
parentae0a6835bdd6c54e56ce16b7a2727ada3adcccaf (diff)
downloadgnurl-afcd933b4c066356d0d24e2322295ccbd843d937.tar.gz
gnurl-afcd933b4c066356d0d24e2322295ccbd843d937.tar.bz2
gnurl-afcd933b4c066356d0d24e2322295ccbd843d937.zip
Transfer and file renaming
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d59ad8bc1..f53167249 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
History of Changes
+Daniel (17 January 2001)
+- Made the two former files lib/download.c and lib/highlevel.c become the new
+ lib/transfer.c which makes more sense. I also did the rename from Transfer()
+ to Curl_Transfer() in the other source files that use the transfer function
+ in the spirit of using Curl_ prefix for library-scoped global symbols.
+
Daniel (11 January 2001)
- Added -g/--globoff that switches OFF the URL globbing and thus enables {}[]
letters to be part of the URL. Do note that RFC2396 section 2.4.3 explicitly