platform/upstream/curl.git
24 years agonewly generated from the new getdate.y
Daniel Stenberg [Mon, 14 Feb 2000 23:12:19 +0000 (23:12 +0000)]
newly generated from the new getdate.y

24 years agouses the new progress functions
Daniel Stenberg [Mon, 14 Feb 2000 23:03:05 +0000 (23:03 +0000)]
uses the new progress functions

24 years agomade upload/download work better simultaneously
Daniel Stenberg [Mon, 14 Feb 2000 22:59:39 +0000 (22:59 +0000)]
made upload/download work better simultaneously
now uses the new progress meter functions

24 years agoupdated to use the new set of progress-functions
Daniel Stenberg [Mon, 14 Feb 2000 22:57:42 +0000 (22:57 +0000)]
updated to use the new set of progress-functions

24 years agoEllis Pritchard <ellis@citria.com> made it work for MacOS X
Daniel Stenberg [Thu, 10 Feb 2000 23:28:10 +0000 (23:28 +0000)]
Ellis Pritchard <ellis@citria.com> made it work for MacOS X

24 years agoThis should no longer send empty cookies to the server
Daniel Stenberg [Thu, 10 Feb 2000 23:15:33 +0000 (23:15 +0000)]
This should no longer send empty cookies to the server

24 years ago* Made '-' as file name to read cookies from equal stdin.
Daniel Stenberg [Thu, 10 Feb 2000 23:14:53 +0000 (23:14 +0000)]
* Made '-' as file name to read cookies from equal stdin.
* I hope I finally removed 'empty cookies' crash

24 years ago- Paul Marquis <pmarquis@iname.com> fixed the config file parsing of curl to
Daniel Stenberg [Thu, 10 Feb 2000 23:03:08 +0000 (23:03 +0000)]
- Paul Marquis <pmarquis@iname.com> fixed the config file parsing of curl to
  deal with any-length lines, removing the previous limit of 4K.

24 years agocommitted the changes of yesterday, now from my new linux host at home
Daniel Stenberg [Tue, 8 Feb 2000 23:21:07 +0000 (23:21 +0000)]
committed the changes of yesterday, now from my new linux host at home

24 years agoRon Zapp <rzapper@yahoo.com> corrected a sprintf() problem
Daniel Stenberg [Tue, 8 Feb 2000 00:27:21 +0000 (00:27 +0000)]
Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problem

24 years agoremoved include upload.h
Daniel Stenberg [Tue, 1 Feb 2000 23:57:54 +0000 (23:57 +0000)]
removed include upload.h

24 years agoremoved #include "upload.h"
Daniel Stenberg [Tue, 1 Feb 2000 23:56:28 +0000 (23:56 +0000)]
removed #include "upload.h"

24 years agoAdded some RFC2109 support
Daniel Stenberg [Tue, 1 Feb 2000 23:54:51 +0000 (23:54 +0000)]
Added some RFC2109 support

24 years agocookie-update
Daniel Stenberg [Tue, 1 Feb 2000 23:54:00 +0000 (23:54 +0000)]
cookie-update

24 years agotiny spelling mistake
Daniel Stenberg [Tue, 1 Feb 2000 23:53:30 +0000 (23:53 +0000)]
tiny spelling mistake

24 years agoupload.[ch] are history
Daniel Stenberg [Tue, 1 Feb 2000 23:52:43 +0000 (23:52 +0000)]
upload.[ch] are history

24 years agoAdjusted to use the new Transfer() instead of the old Download()
Daniel Stenberg [Tue, 1 Feb 2000 23:52:11 +0000 (23:52 +0000)]
Adjusted to use the new Transfer() instead of the old Download()

24 years agoDownload() was merged with Upload() and now they both form the new Transfer()
Daniel Stenberg [Tue, 1 Feb 2000 23:51:01 +0000 (23:51 +0000)]
Download() was merged with Upload() and now they both form the new Transfer()
function that deals with both directions at the same time.

24 years agoUpload() and Download() are now Transfer()!
Daniel Stenberg [Tue, 1 Feb 2000 23:50:13 +0000 (23:50 +0000)]
Upload() and Download() are now Transfer()!

24 years agostatus update before night-time
Daniel Stenberg [Tue, 1 Feb 2000 00:42:54 +0000 (00:42 +0000)]
status update before night-time

24 years agoCleared some confusions around -y and -Y as pointed out to me by
Daniel Stenberg [Mon, 31 Jan 2000 22:22:45 +0000 (22:22 +0000)]
Cleared some confusions around -y and -Y as pointed out to me by
M Travis Obenhaus <Travis.Obenhaus@aud.alcatel.com>

24 years agothe latest changes
Daniel Stenberg [Mon, 31 Jan 2000 22:21:55 +0000 (22:21 +0000)]
the latest changes

24 years agofixed the progressmode selector
Daniel Stenberg [Mon, 31 Jan 2000 22:21:10 +0000 (22:21 +0000)]
fixed the progressmode selector
sorted out the -y and -Y confusion in the help texts

24 years agoremoved the port number reset again, it is already being made when the
Daniel Stenberg [Mon, 31 Jan 2000 22:20:17 +0000 (22:20 +0000)]
removed the port number reset again, it is already being made when the
location: URL turns out to be an "absolute" one and that should be the only
time it is required.

24 years agoassume 79 columns instead of 80 in case we don't know, to better work on
Daniel Stenberg [Mon, 31 Jan 2000 22:19:17 +0000 (22:19 +0000)]
assume 79 columns instead of 80 in case we don't know, to better work on
win32 systems

24 years ago - Oskar Liljeblad <osk@hem.passagen.se> pointed out and corrected a problem
Daniel Stenberg [Wed, 19 Jan 2000 21:57:48 +0000 (21:57 +0000)]
 - Oskar Liljeblad <osk@hem.passagen.se> pointed out and corrected a problem
   in the Location: following system that made curl following a location: to a
   different protocol to fail.

24 years agoAdded the post transfer quote feature
Daniel Stenberg [Mon, 17 Jan 2000 17:31:47 +0000 (17:31 +0000)]
Added the post transfer quote feature

24 years agoAdded the config-win32.h in the tree root, which is a config.h file that should
Daniel Stenberg [Mon, 17 Jan 2000 17:30:38 +0000 (17:30 +0000)]
Added the config-win32.h in the tree root, which is a config.h file that should
include all the config lines that is valid for win32-machines!

24 years agoJoern.Hartroth@telekom.de rightfully suggested two #include include fixes
Daniel Stenberg [Mon, 17 Jan 2000 17:29:42 +0000 (17:29 +0000)]
Joern.Hartroth@telekom.de rightfully suggested two #include include fixes

24 years agoanother generated file
Daniel Stenberg [Sun, 16 Jan 2000 18:56:19 +0000 (18:56 +0000)]
another generated file

24 years agothey're generated from the .am file
Daniel Stenberg [Sun, 16 Jan 2000 18:55:51 +0000 (18:55 +0000)]
they're generated from the .am file

24 years agoAdjusted to the new progress bar output
Daniel Stenberg [Sun, 16 Jan 2000 18:55:12 +0000 (18:55 +0000)]
Adjusted to the new progress bar output

24 years agoI removed the Makefile. Since it is generated, it always gets changed and I
Daniel Stenberg [Sun, 16 Jan 2000 18:54:11 +0000 (18:54 +0000)]
I removed the Makefile. Since it is generated, it always gets changed and I
don't want to keep commiting it!

24 years agoMade the progress bar cooler, with ideas from Björn Stenberg <bjorn@haxx.nu>
Daniel Stenberg [Sun, 16 Jan 2000 18:52:53 +0000 (18:52 +0000)]
Made the progress bar cooler, with ideas from Björn Stenberg <bjorn@haxx.nu>

24 years agochanged a tiny comment
Daniel Stenberg [Sun, 16 Jan 2000 18:52:24 +0000 (18:52 +0000)]
changed a tiny comment

24 years agoremoved generated files
Daniel Stenberg [Mon, 10 Jan 2000 23:57:32 +0000 (23:57 +0000)]
removed generated files

24 years agomore removals
Daniel Stenberg [Mon, 10 Jan 2000 23:55:47 +0000 (23:55 +0000)]
more removals

24 years agofixes
Daniel Stenberg [Mon, 10 Jan 2000 23:53:10 +0000 (23:53 +0000)]
fixes

24 years agocleanup
Daniel Stenberg [Mon, 10 Jan 2000 23:46:24 +0000 (23:46 +0000)]
cleanup

24 years agoCleaning up
Daniel Stenberg [Mon, 10 Jan 2000 23:41:50 +0000 (23:41 +0000)]
Cleaning up

24 years agosyncing with local edit
Daniel Stenberg [Mon, 10 Jan 2000 23:36:14 +0000 (23:36 +0000)]
syncing with local edit

24 years agoremoved junk files
Daniel Stenberg [Mon, 10 Jan 2000 23:29:47 +0000 (23:29 +0000)]
removed junk files

24 years agoInitial revision
Daniel Stenberg [Wed, 29 Dec 1999 14:20:26 +0000 (14:20 +0000)]
Initial revision