aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-08Added test #34 - HTTP GET with chunked Transfer-EncodingDaniel Stenberg
2001-03-07"Transfer-Encoding: chunked" support addedDaniel Stenberg
2001-03-07added the http_chunks filesDaniel Stenberg
2001-03-07chunked transfer encoding supportDaniel Stenberg
2001-03-07connection timeout is in for 7.7Daniel Stenberg
2001-03-07initial chunked transfer-encoding supportDaniel Stenberg
2001-03-07removed compiler warning if HAVE_RAND_STATUS is falseDaniel Stenberg
2001-03-06Added persistant connections blurb even if it doesn't really work yet...Daniel Stenberg
2001-03-06cleaned up for the 7.7 fixesDaniel Stenberg
2001-03-06new seeding stuff as mentioned by Albert ChinDaniel Stenberg
2001-03-05Added a persistant connection exampleDaniel Stenberg
2001-03-05updated to libcurl 7.7 conditionsDaniel Stenberg
2001-03-05mucho updated with new 7.7 conceptsDaniel Stenberg
2001-03-05removed an incorrect commentDaniel Stenberg
2001-03-05all test cases run OK now (again)Daniel Stenberg
2001-03-05more details on debugging with the test suiteDaniel Stenberg
2001-03-05show the ftp server invoke line when -d is usedDaniel Stenberg
2001-03-05talks more on verboseDaniel Stenberg
2001-03-05free the struct on doneDaniel Stenberg
2001-03-05telnet without any static variablesDaniel Stenberg
2001-03-05set download size properly for HTTP downloadsDaniel Stenberg
2001-03-05enable persistant connections by defaultDaniel Stenberg
2001-03-05remade FILE:// support to look more as the other protocolsDaniel Stenberg
2001-03-04runtests -g explainedDaniel Stenberg
2001-03-04persistant support protocol updatesDaniel Stenberg
2001-03-047.7 alpha 2 commitDaniel Stenberg
2001-03-04Added include of easy.h to enable libcurl-using programs to *only* have toDaniel Stenberg
2001-03-04Curl_http() could crash on connection re-useDaniel Stenberg
2001-03-03ipv6 fix for the 'port' no longer in urldataDaniel Stenberg
2001-03-03fixed for persistant stuffDaniel Stenberg
2001-03-02latestDaniel Stenberg
2001-03-02remade the port number stuff so that following locations work and doingDaniel Stenberg
2001-03-02Added the disconnect protoDaniel Stenberg
2001-03-02removed the slist -functions from hereDaniel Stenberg
2001-03-02improved connectionsDaniel Stenberg
2001-03-02extending connectdataDaniel Stenberg
2001-03-02moved the slist-functions here from FTP since they're more generic than simplyDaniel Stenberg
2001-03-02strdup() takes a const char * nowDaniel Stenberg
2001-02-28cleanup better when connects failDaniel Stenberg
2001-02-22added some infof() calls for persistant infoDaniel Stenberg
2001-02-22we only allocate the HTTP struct if we need toDaniel Stenberg
2001-02-22Now persistant connection download works thanks to the Content-Length takenDaniel Stenberg
2001-02-22moved the dynamicly set pointers to the connectdata structDaniel Stenberg
2001-02-22Douglas R. Horner's corrections appliedDaniel Stenberg
2001-02-21IPv6-adjustmentsDaniel Stenberg
2001-02-20corrected memory leaks when re-using connectionsDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-02-20bugfixDaniel Stenberg
2001-02-20-g runs the specified test(s) with gdb!Daniel Stenberg
2001-02-20removed the #ifdefDaniel Stenberg