aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2000-03-01made -w support -w@[file] and -w@- (for stdin)Daniel Stenberg
2000-02-21new writeout support addedDaniel 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-14added support for -b@[file name] and -b@- (for stdin) for consistencyDaniel Stenberg
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-08Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problemDaniel Stenberg
2000-01-31fixed the progressmode selectorDaniel Stenberg
sorted out the -y and -Y confusion in the help texts
2000-01-10Cleaning upDaniel Stenberg
2000-01-10syncing with local editDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg