summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg2001-05-311-1/+3
* libcurl now has MUTE and NOPROGRESS set by defaultDaniel Stenberg2001-05-301-0/+7
* include strtok.h to get the prototypeDaniel Stenberg2001-05-301-0/+1
* strtok() replaced with strtok_r()Daniel Stenberg2001-05-291-2/+3
* T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg2001-05-281-0/+11
* Pawel A. Gajda fixed resumed transfers on persistent connectionsDaniel Stenberg2001-05-151-0/+15
* another multiple FTP transfer fixDaniel Stenberg2001-05-111-9/+8
* Ingo Wilken's redirect fixesDaniel Stenberg2001-05-111-0/+6
* When re-using a connection, the path pointers were not setup properly soDaniel Stenberg2001-05-101-2/+8
* 'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg2001-05-041-2/+2
* Cris Bailiff's fix to disable chunked transfers on re-used persistentDaniel Stenberg2001-05-031-0/+1
* improved treatment of "Content-Length: 0", which is done by havingDaniel Stenberg2001-04-271-1/+4
* connection re-using didn't work on non-default ports when not using proxyDaniel Stenberg2001-04-251-1/+1
* no need to copy the name when re-using the connection, we already have theDaniel Stenberg2001-04-231-1/+0
* copy the name properly when re-using a connectionDaniel Stenberg2001-04-221-2/+3
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-181-17/+30
* we don't use the HTTP_PROXY environment variable in uppercase anymore, sinceDaniel Stenberg2001-04-111-1/+13
* oops, missed the shut-off non-blocking fixDaniel Stenberg2001-04-111-9/+13
* SM made the connection timeout work for windows boxes!Daniel Stenberg2001-04-111-0/+24
* setopt() works with the new CURLOPT_HEADERFUNCTION:Daniel Stenberg2001-04-101-0/+6
* better error checks for failure conditions (based on Puneet Pawaia's reports)Daniel Stenberg2001-04-031-1/+6
* ftps:// support addedDaniel Stenberg2001-03-291-1/+20
* ConnectionExists() wrongly returned TRUE for too many connections if proxyDaniel Stenberg2001-03-231-2/+4
* added connect timeout supportDaniel Stenberg2001-03-151-38/+50
* now works with IPv6 and HTTP proxyDaniel Stenberg2001-03-141-10/+12
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-141-8/+11
* initial close policy supportDaniel Stenberg2001-03-131-2/+19
* two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg2001-03-121-0/+13
* support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg2001-03-121-7/+275
* Added infof() calls for persistant connection info, we are very likely toDaniel Stenberg2001-03-121-0/+4
* modified Curl_disconnect() so that it unlinks itself from the data struct,Daniel Stenberg2001-03-121-14/+7
* bugfix: don't use the connectindex if it is -1Daniel Stenberg2001-03-121-1/+2
* use the new name and hostname even though an old connection is reused, sinceDaniel Stenberg2001-03-091-5/+12
* removed handles and states from the main structsDaniel Stenberg2001-03-091-159/+111
* remade FILE:// support to look more as the other protocolsDaniel Stenberg2001-03-051-26/+28
* 7.7 alpha 2 commitcurl-7_7_alpha2Daniel Stenberg2001-03-041-1/+36
* ipv6 fix for the 'port' no longer in urldataDaniel Stenberg2001-03-031-1/+1
* remade the port number stuff so that following locations work and doingDaniel Stenberg2001-03-021-35/+27
* improved connectionsDaniel Stenberg2001-03-021-18/+33
* cleanup better when connects failDaniel Stenberg2001-02-281-0/+10
* added some infof() calls for persistant infoDaniel Stenberg2001-02-221-5/+5
* moved the dynamicly set pointers to the connectdata structDaniel Stenberg2001-02-221-37/+26
* IPv6-adjustmentsDaniel Stenberg2001-02-211-20/+22
* corrected memory leaks when re-using connectionsDaniel Stenberg2001-02-201-0/+4
* multiple connection support initial commitDaniel Stenberg2001-02-201-338/+513
* Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is usedDaniel Stenberg2001-02-191-5/+9
* better english timeouted => timed out, as suggested by Larry FahnoeDaniel Stenberg2001-02-131-1/+1
* moved the protocol-specific free to allow easier multiple transfersDaniel Stenberg2001-02-131-1/+11
* very minor indentation fixDaniel Stenberg2001-02-121-1/+1
* if netrc is parsed and our host was found in there, set data->bits.user_passwdDaniel Stenberg2001-02-081-3/+3