summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 6.5 cleanup commitcurl-6_5Daniel Stenberg2000-03-147-147/+251
|
* Added HAVE_STRDUPDaniel Stenberg2000-03-141-0/+3
|
* Added #define HAVE_SETVBUF 1Daniel Stenberg2000-03-141-0/+3
|
* The changes of today.Daniel Stenberg2000-03-131-0/+18
|
* put back the perl binary checkDaniel Stenberg2000-03-131-4/+4
|
* now sends cookies space separated to better work with IIS4.0 serversDaniel Stenberg2000-03-131-2/+2
|
* corrected spelling errors, improved look for the ranges partDaniel Stenberg2000-03-131-14/+40
|
* Ultrix fixes, openssl fix, docs, removed perlDaniel Stenberg2000-03-021-4/+25
|
* corrected a spelling mistakeDaniel Stenberg2000-03-021-1/+1
|
* Added the WRITEINFO tagDaniel Stenberg2000-03-021-12/+7
|
* Added -N, added a strdup() function for systems without it. suggested forDaniel Stenberg2000-03-021-1/+35
| | | | Ultrix by Damien Adant <dams@usa.net>.
* sys/select.h and gettimeofday() adjustedDaniel Stenberg2000-03-021-2/+2
|
* progress meter text updated to the new displayDaniel Stenberg2000-03-021-19/+23
|
* added -N and -w descriptionsDaniel Stenberg2000-03-021-0/+63
|
* Added checks for setvbuf(), RAND_set() and removed the perl stuffDaniel Stenberg2000-03-021-10/+12
|
* removed perl/Daniel Stenberg2000-03-021-2/+0
|
* renamed some variables and made \r workDaniel Stenberg2000-03-021-5/+8
|
* Adjusted to run properly with OpenSSL 0.9.5.Daniel Stenberg2000-03-021-0/+24
|
* Damien Adant <dams@usa.net> suggestion to make it compile on UltrixDaniel Stenberg2000-03-021-0/+4
|
* rephrased. -D writes a file, -b reads one.Daniel Stenberg2000-03-011-0/+9
|
* made -w support -w@[file] and -w@- (for stdin)Daniel Stenberg2000-03-011-1/+15
|
* describes the latest commited changesDaniel Stenberg2000-03-011-0/+22
|
* new variables addedDaniel Stenberg2000-03-011-0/+25
|
* Added more variables to the progress struct targeted for statistics outputDaniel Stenberg2000-03-011-1/+7
|
* Added two new time stamp placesDaniel Stenberg2000-03-011-0/+2
|
* added prototype and defines for pgrsTime()Daniel Stenberg2000-03-011-0/+10
|
* added pgrsTime() to store various time stamps for the -w optionDaniel Stenberg2000-03-011-7/+29
|
* store the pretransfer timeDaniel Stenberg2000-03-011-0/+3
| | | | store the http code
* Applied Jörn's patchDaniel Stenberg2000-03-011-2/+2
|
* Added writeout.[ch]Daniel Stenberg2000-02-211-1/+2
|
* Supports the -w/--write-out featureDaniel Stenberg2000-02-212-0/+186
|
* new writeout support addedDaniel Stenberg2000-02-211-0/+1
|
* new fields in the progress structDaniel Stenberg2000-02-211-3/+6
|
* Added writeout stuffDaniel Stenberg2000-02-211-0/+9
|
* moved a few more variables to the progress struct and I had some problemsDaniel Stenberg2000-02-211-19/+47
| | | | on how to approach the -# progress bar in the new style transfers...
* Added the http post resume thing and the new SSL FTP online draftDaniel Stenberg2000-02-211-0/+3
|
* tonight's changes, the progress bar and the new -w optionDaniel Stenberg2000-02-211-0/+20
|
* removed upload.[ch] from hereDaniel Stenberg2000-02-211-3/+3
|
* Progress meter workDaniel Stenberg2000-02-161-0/+13
|
* Starting working on the '-w/--write-out' output format specifier, althoughDaniel Stenberg2000-02-161-4/+12
| | | | | | | | 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.
* added #include <timeval.h> on Jörn's adviceDaniel Stenberg2000-02-161-0/+3
| | | | added lastshow to the progress struct
* Now starts the progress meter timer at once!Daniel Stenberg2000-02-161-0/+1
|
* Jörn Hartroth adjusted for the mingw32 compilerDaniel Stenberg2000-02-161-0/+1
|
* re-arranged the progress meter columns, made the hour-field two charactersDaniel Stenberg2000-02-161-15/+21
| | | | | wide and made the pgrsUpdate() make a final meter update so that the final values actually are displayed last.
* modified the progress meter usageDaniel Stenberg2000-02-151-15/+0
|
* Added Ron, Paul and Ellis to the list of contributorsDaniel Stenberg2000-02-141-0/+3
|
* added support for -b@[file name] and -b@- (for stdin) for consistencyDaniel Stenberg2000-02-141-5/+7
|
* The last week's (or so) changesDaniel Stenberg2000-02-141-0/+17
|
* all new progress stuff on the way inDaniel Stenberg2000-02-142-10/+277
|
* upload.[ch] are removedDaniel Stenberg2000-02-141-5/+4
|