summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 7.7-beta1curl-7_7-beta1Daniel Stenberg2001-03-082-3/+3
* persistant adjustsDaniel Stenberg2001-03-083-22/+40
* HTTP HEAD testsDaniel Stenberg2001-03-087-2/+16
* return from transfer when all headers have been received and nobody is set,Daniel Stenberg2001-03-081-7/+14
* updated for persistant connectionsDaniel Stenberg2001-03-082-3/+18
* made it split the version number on - too to make 7.7-blabla make a betterDaniel Stenberg2001-03-081-1/+1
* added lots of numbers for the error codes as they're often printedDaniel Stenberg2001-03-081-65/+51
* clarified the 0001-files use a bit, I couldn't understand it myself! :-)Daniel Stenberg2001-03-081-2/+4
* Added test #34 - HTTP GET with chunked Transfer-EncodingDaniel Stenberg2001-03-086-1/+31
* "Transfer-Encoding: chunked" support addedDaniel Stenberg2001-03-076-17/+61
* added the http_chunks filesDaniel Stenberg2001-03-071-1/+2
* chunked transfer encoding supportDaniel Stenberg2001-03-072-0/+261
* connection timeout is in for 7.7Daniel Stenberg2001-03-071-1/+3
* initial chunked transfer-encoding supportDaniel Stenberg2001-03-072-2/+27
* removed compiler warning if HAVE_RAND_STATUS is falseDaniel Stenberg2001-03-071-6/+8
* Added persistant connections blurb even if it doesn't really work yet...Daniel Stenberg2001-03-061-1/+7
* cleaned up for the 7.7 fixesDaniel Stenberg2001-03-061-31/+13
* new seeding stuff as mentioned by Albert ChinDaniel Stenberg2001-03-063-32/+121
* Added a persistant connection exampleDaniel Stenberg2001-03-052-1/+54
* updated to libcurl 7.7 conditionsDaniel Stenberg2001-03-0512-32/+53
* mucho updated with new 7.7 conceptsDaniel Stenberg2001-03-051-47/+58
* removed an incorrect commentDaniel Stenberg2001-03-051-1/+0
* all test cases run OK now (again)Daniel Stenberg2001-03-051-1/+16
* more details on debugging with the test suiteDaniel Stenberg2001-03-051-5/+14
* show the ftp server invoke line when -d is usedDaniel Stenberg2001-03-051-0/+4
* talks more on verboseDaniel Stenberg2001-03-051-0/+4
* free the struct on doneDaniel Stenberg2001-03-051-0/+4
* telnet without any static variablesDaniel Stenberg2001-03-052-170/+203
* set download size properly for HTTP downloadsDaniel Stenberg2001-03-051-3/+3
* enable persistant connections by defaultDaniel Stenberg2001-03-052-0/+6
* remade FILE:// support to look more as the other protocolsDaniel Stenberg2001-03-054-47/+78
* runtests -g explainedDaniel Stenberg2001-03-041-0/+7
* persistant support protocol updatesDaniel Stenberg2001-03-0442-27/+42
* 7.7 alpha 2 commitcurl-7_7_alpha2Daniel Stenberg2001-03-048-8/+50
* Added include of easy.h to enable libcurl-using programs to *only* have toDaniel Stenberg2001-03-041-0/+4
* Curl_http() could crash on connection re-useDaniel Stenberg2001-03-041-0/+2
* ipv6 fix for the 'port' no longer in urldataDaniel Stenberg2001-03-031-1/+1
* fixed for persistant stuffDaniel Stenberg2001-03-031-2/+2
* latestDaniel Stenberg2001-03-021-0/+20
* remade the port number stuff so that following locations work and doingDaniel Stenberg2001-03-025-52/+50
* Added the disconnect protoDaniel Stenberg2001-03-021-3/+1
* removed the slist -functions from hereDaniel Stenberg2001-03-021-71/+86
* improved connectionsDaniel Stenberg2001-03-021-18/+33
* extending connectdataDaniel Stenberg2001-03-021-0/+8
* moved the slist-functions here from FTP since they're more generic than simplyDaniel Stenberg2001-03-021-1/+74
* strdup() takes a const char * nowDaniel Stenberg2001-03-022-2/+2
* cleanup better when connects failDaniel Stenberg2001-02-281-0/+10
* added some infof() calls for persistant infoDaniel Stenberg2001-02-221-5/+5
* we only allocate the HTTP struct if we need toDaniel Stenberg2001-02-221-5/+9
* Now persistant connection download works thanks to the Content-Length takenDaniel Stenberg2001-02-221-6/+17