aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
2001-05-28T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg
2001-05-15Pawel A. Gajda fixed resumed transfers on persistent connectionsDaniel Stenberg
2001-05-11another multiple FTP transfer fixDaniel Stenberg
2001-05-11Ingo Wilken's redirect fixesDaniel Stenberg
2001-05-10When re-using a connection, the path pointers were not setup properly soDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-05-03Cris Bailiff's fix to disable chunked transfers on re-used persistentDaniel Stenberg
2001-04-27improved treatment of "Content-Length: 0", which is done by havingDaniel Stenberg
2001-04-25connection re-using didn't work on non-default ports when not using proxyDaniel Stenberg
2001-04-23no need to copy the name when re-using the connection, we already have theDaniel Stenberg
2001-04-22copy the name properly when re-using a connectionDaniel Stenberg
2001-04-18Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg
2001-04-11we don't use the HTTP_PROXY environment variable in uppercase anymore, sinceDaniel Stenberg
2001-04-11oops, missed the shut-off non-blocking fixDaniel Stenberg
2001-04-11SM made the connection timeout work for windows boxes!Daniel Stenberg
2001-04-10setopt() works with the new CURLOPT_HEADERFUNCTION:Daniel Stenberg
2001-04-03better error checks for failure conditions (based on Puneet Pawaia's reports)Daniel Stenberg
2001-03-29ftps:// support addedDaniel Stenberg
2001-03-23ConnectionExists() wrongly returned TRUE for too many connections if proxyDaniel Stenberg
2001-03-15added connect timeout supportDaniel Stenberg
2001-03-14now works with IPv6 and HTTP proxyDaniel Stenberg
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
2001-03-13initial close policy supportDaniel Stenberg
2001-03-12two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg
2001-03-12support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg
2001-03-12Added infof() calls for persistant connection info, we are very likely toDaniel Stenberg
2001-03-12modified Curl_disconnect() so that it unlinks itself from the data struct,Daniel Stenberg
2001-03-12bugfix: don't use the connectindex if it is -1Daniel Stenberg
2001-03-09use the new name and hostname even though an old connection is reused, sinceDaniel Stenberg
2001-03-09removed handles and states from the main structsDaniel Stenberg
2001-03-05remade FILE:// support to look more as the other protocolsDaniel Stenberg
2001-03-047.7 alpha 2 commitDaniel Stenberg
2001-03-03ipv6 fix for the 'port' no longer in urldataDaniel Stenberg
2001-03-02remade the port number stuff so that following locations work and doingDaniel Stenberg
2001-03-02improved connectionsDaniel Stenberg
2001-02-28cleanup better when connects failDaniel Stenberg
2001-02-22added some infof() calls for persistant infoDaniel Stenberg
2001-02-22moved the dynamicly set pointers to the connectdata structDaniel 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-19Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is usedDaniel Stenberg
2001-02-13better english timeouted => timed out, as suggested by Larry FahnoeDaniel Stenberg
2001-02-13moved the protocol-specific free to allow easier multiple transfersDaniel Stenberg
2001-02-12very minor indentation fixDaniel Stenberg
2001-02-08if netrc is parsed and our host was found in there, set data->bits.user_passwdDaniel Stenberg
2001-02-07no longer #includes "getenv.h"Daniel Stenberg
2001-02-05Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg
2001-01-29upload sets HTTP request to PUT for "HTTP upload"Daniel Stenberg
2001-01-27data->httpreq was not set properlyDaniel Stenberg