Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-21 | Supports the -w/--write-out feature | Daniel Stenberg | |
2000-02-21 | new writeout support added | Daniel Stenberg | |
2000-02-21 | new fields in the progress struct | Daniel Stenberg | |
2000-02-21 | Added writeout stuff | Daniel Stenberg | |
2000-02-21 | moved a few more variables to the progress struct and I had some problems | Daniel Stenberg | |
on how to approach the -# progress bar in the new style transfers... | |||
2000-02-21 | Added the http post resume thing and the new SSL FTP online draft | Daniel Stenberg | |
2000-02-21 | tonight's changes, the progress bar and the new -w option | Daniel Stenberg | |
2000-02-21 | removed upload.[ch] from here | Daniel Stenberg | |
2000-02-16 | Progress meter work | Daniel Stenberg | |
2000-02-16 | Starting working on the '-w/--write-out' output format specifier, although | Daniel 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-16 | added #include <timeval.h> on Jörn's advice | Daniel Stenberg | |
added lastshow to the progress struct | |||
2000-02-16 | Now starts the progress meter timer at once! | Daniel Stenberg | |
2000-02-16 | Jörn Hartroth adjusted for the mingw32 compiler | Daniel Stenberg | |
2000-02-16 | re-arranged the progress meter columns, made the hour-field two characters | Daniel Stenberg | |
wide and made the pgrsUpdate() make a final meter update so that the final values actually are displayed last. | |||
2000-02-15 | modified the progress meter usage | Daniel Stenberg | |
2000-02-14 | Added Ron, Paul and Ellis to the list of contributors | Daniel Stenberg | |
2000-02-14 | added support for -b@[file name] and -b@- (for stdin) for consistency | Daniel Stenberg | |
2000-02-14 | The last week's (or so) changes | Daniel Stenberg | |
2000-02-14 | all new progress stuff on the way in | Daniel Stenberg | |
2000-02-14 | upload.[ch] are removed | Daniel Stenberg | |
2000-02-14 | new stuff for the new progress meter | Daniel Stenberg | |
2000-02-14 | newly generated from the new getdate.y | Daniel Stenberg | |
2000-02-14 | uses the new progress functions | Daniel Stenberg | |
2000-02-14 | made upload/download work better simultaneously | Daniel Stenberg | |
now uses the new progress meter functions | |||
2000-02-14 | updated to use the new set of progress-functions | Daniel Stenberg | |
2000-02-10 | Ellis Pritchard <ellis@citria.com> made it work for MacOS X | Daniel Stenberg | |
2000-02-10 | This should no longer send empty cookies to the server | Daniel 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 to | Daniel Stenberg | |
deal with any-length lines, removing the previous limit of 4K. | |||
2000-02-08 | committed the changes of yesterday, now from my new linux host at home | Daniel Stenberg | |
2000-02-08 | Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problem | Daniel Stenberg | |
2000-02-01 | removed include upload.h | Daniel Stenberg | |
2000-02-01 | removed #include "upload.h" | Daniel Stenberg | |
2000-02-01 | Added some RFC2109 support | Daniel Stenberg | |
2000-02-01 | cookie-update | Daniel Stenberg | |
2000-02-01 | tiny spelling mistake | Daniel Stenberg | |
2000-02-01 | upload.[ch] are history | Daniel Stenberg | |
2000-02-01 | Adjusted to use the new Transfer() instead of the old Download() | Daniel Stenberg | |
2000-02-01 | Download() was merged with Upload() and now they both form the new Transfer() | Daniel Stenberg | |
function that deals with both directions at the same time. | |||
2000-02-01 | Upload() and Download() are now Transfer()! | Daniel Stenberg | |
2000-02-01 | status update before night-time | Daniel Stenberg | |
2000-01-31 | Cleared some confusions around -y and -Y as pointed out to me by | Daniel Stenberg | |
M Travis Obenhaus <Travis.Obenhaus@aud.alcatel.com> | |||
2000-01-31 | the latest changes | Daniel Stenberg | |
2000-01-31 | fixed the progressmode selector | Daniel Stenberg | |
sorted out the -y and -Y confusion in the help texts | |||
2000-01-31 | removed the port number reset again, it is already being made when the | Daniel Stenberg | |
location: URL turns out to be an "absolute" one and that should be the only time it is required. | |||
2000-01-31 | assume 79 columns instead of 80 in case we don't know, to better work on | Daniel Stenberg | |
win32 systems | |||
2000-01-19 | - Oskar Liljeblad <osk@hem.passagen.se> pointed out and corrected a problem | Daniel Stenberg | |
in the Location: following system that made curl following a location: to a different protocol to fail. | |||
2000-01-17 | Added the post transfer quote feature | Daniel Stenberg | |
2000-01-17 | Added the config-win32.h in the tree root, which is a config.h file that should | Daniel Stenberg | |
include all the config lines that is valid for win32-machines! | |||
2000-01-17 | Joern.Hartroth@telekom.de rightfully suggested two #include include fixes | Daniel Stenberg | |