aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
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
2001-01-26Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg
2001-01-25moved curl_read() and curl_write() to sendf.cDaniel Stenberg
2001-01-24Ingo Ralf Blum's cygwin fixesDaniel Stenberg
2001-01-24added comments all overDaniel Stenberg
2001-01-23Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-12-07Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg
2000-11-29removed '#if 0' sectionsDaniel Stenberg
2000-11-28James Griffiths' max-redirs fixDaniel Stenberg
2000-11-22document time fixesDaniel Stenberg
2000-11-21set rangestringalloc to 0 after the string has been freed to prevent itDaniel Stenberg
2000-11-21added some defensive code around the GetHost()'s third argument resultDaniel Stenberg
2000-11-21removed two unused variables and added an extra set of parentheses, doneDaniel Stenberg
2000-11-20removed URL size restrictionsDaniel Stenberg
2000-11-20Alexander Kourakos's lowercase environment variable fixDaniel Stenberg
2000-11-18spell correction resolv => resolve in two error messagesDaniel Stenberg
2000-11-17memory leak cleanup campaignDaniel Stenberg