summaryrefslogtreecommitdiff
path: root/lib/download.c
Commit message (Expand)AuthorAgeFilesLines
* download and highlevel are replaced with transferDaniel Stenberg2001-01-171-99/+0
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-2/+1
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-492/+17
* in case the select() returns -1 and errno is EINTR, it should not abortDaniel Stenberg2000-03-231-1/+8
* now writers the headers with the data->fwrite() function as wellDaniel Stenberg2000-03-161-3/+4
* Damien Adant <dams@usa.net> suggestion to make it compile on UltrixDaniel Stenberg2000-03-021-0/+4
* store the pretransfer timeDaniel Stenberg2000-03-011-0/+3
* modified the progress meter usageDaniel Stenberg2000-02-151-15/+0
* made upload/download work better simultaneouslyDaniel Stenberg2000-02-141-8/+33
* Download() was merged with Upload() and now they both form the new Transfer()Daniel Stenberg2000-02-011-268/+351
* Initial revisionDaniel Stenberg1999-12-291-0/+484