aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-02sys/select.h and gettimeofday() adjustedDaniel Stenberg
2000-03-02progress meter text updated to the new displayDaniel Stenberg
2000-03-02added -N and -w descriptionsDaniel Stenberg
2000-03-02Added checks for setvbuf(), RAND_set() and removed the perl stuffDaniel Stenberg
2000-03-02removed perl/Daniel Stenberg
2000-03-02renamed some variables and made \r workDaniel Stenberg
2000-03-02Adjusted to run properly with OpenSSL 0.9.5.Daniel Stenberg
2000-03-02Damien Adant <dams@usa.net> suggestion to make it compile on UltrixDaniel Stenberg
2000-03-01rephrased. -D writes a file, -b reads one.Daniel Stenberg
2000-03-01made -w support -w@[file] and -w@- (for stdin)Daniel Stenberg
2000-03-01describes the latest commited changesDaniel Stenberg
2000-03-01new variables addedDaniel Stenberg
2000-03-01Added more variables to the progress struct targeted for statistics outputDaniel Stenberg
2000-03-01Added two new time stamp placesDaniel Stenberg
2000-03-01added prototype and defines for pgrsTime()Daniel Stenberg
2000-03-01added pgrsTime() to store various time stamps for the -w optionDaniel Stenberg
2000-03-01store the pretransfer timeDaniel Stenberg
store the http code
2000-03-01Applied Jörn's patchDaniel Stenberg
2000-02-21Added writeout.[ch]Daniel Stenberg
2000-02-21Supports the -w/--write-out featureDaniel Stenberg
2000-02-21new writeout support addedDaniel Stenberg
2000-02-21new fields in the progress structDaniel Stenberg
2000-02-21Added writeout stuffDaniel Stenberg
2000-02-21moved a few more variables to the progress struct and I had some problemsDaniel Stenberg
on how to approach the -# progress bar in the new style transfers...
2000-02-21Added the http post resume thing and the new SSL FTP online draftDaniel Stenberg
2000-02-21tonight's changes, the progress bar and the new -w optionDaniel Stenberg
2000-02-21removed upload.[ch] from hereDaniel Stenberg
2000-02-16Progress meter workDaniel Stenberg
2000-02-16Starting working on the '-w/--write-out' output format specifier, althoughDaniel Stenberg
I didn't get that far! ;-) I also made curl *not* prevent the progress meter even if the output is a tty when your uploading (it is still done when downloading though). A HTTP POST is in that sense seen as an upload. It seemed so confusing that ftp upload doesn't display a progress meter by default.
2000-02-16added #include <timeval.h> on Jörn's adviceDaniel Stenberg
added lastshow to the progress struct
2000-02-16Now starts the progress meter timer at once!Daniel Stenberg
2000-02-16Jörn Hartroth adjusted for the mingw32 compilerDaniel Stenberg
2000-02-16re-arranged the progress meter columns, made the hour-field two charactersDaniel Stenberg
wide and made the pgrsUpdate() make a final meter update so that the final values actually are displayed last.
2000-02-15modified the progress meter usageDaniel Stenberg
2000-02-14Added Ron, Paul and Ellis to the list of contributorsDaniel Stenberg
2000-02-14added support for -b@[file name] and -b@- (for stdin) for consistencyDaniel Stenberg
2000-02-14The last week's (or so) changesDaniel Stenberg
2000-02-14all new progress stuff on the way inDaniel Stenberg
2000-02-14upload.[ch] are removedDaniel Stenberg
2000-02-14new stuff for the new progress meterDaniel Stenberg
2000-02-14newly generated from the new getdate.yDaniel Stenberg
2000-02-14uses the new progress functionsDaniel Stenberg
2000-02-14made upload/download work better simultaneouslyDaniel Stenberg
now uses the new progress meter functions
2000-02-14updated to use the new set of progress-functionsDaniel Stenberg
2000-02-10Ellis Pritchard <ellis@citria.com> made it work for MacOS XDaniel Stenberg
2000-02-10This should no longer send empty cookies to the serverDaniel Stenberg
2000-02-10* Made '-' as file name to read cookies from equal stdin.Daniel Stenberg
* I hope I finally removed 'empty cookies' crash
2000-02-10- Paul Marquis <pmarquis@iname.com> fixed the config file parsing of curl toDaniel Stenberg
deal with any-length lines, removing the previous limit of 4K.
2000-02-08committed the changes of yesterday, now from my new linux host at homeDaniel Stenberg
2000-02-08Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problemDaniel Stenberg