summaryrefslogtreecommitdiff
path: root/lib/url.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* no longer #includes "getenv.h"Daniel Stenberg2001-02-071-1/+0
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-1/+70
* upload sets HTTP request to PUT for "HTTP upload"Daniel Stenberg2001-01-291-0/+3
* data->httpreq was not set properlyDaniel Stenberg2001-01-271-4/+8
* Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg2001-01-261-3/+6
* moved curl_read() and curl_write() to sendf.cDaniel Stenberg2001-01-251-61/+0
* Ingo Ralf Blum's cygwin fixesDaniel Stenberg2001-01-241-2/+2
* added comments all overDaniel Stenberg2001-01-241-64/+134
* Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg2001-01-231-14/+32
* Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg2001-01-171-2/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-91/+55
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg2000-12-071-0/+3
* removed '#if 0' sectionsDaniel Stenberg2000-11-291-57/+0
* James Griffiths' max-redirs fixDaniel Stenberg2000-11-281-0/+3
* document time fixesDaniel Stenberg2000-11-221-0/+3
* set rangestringalloc to 0 after the string has been freed to prevent itDaniel Stenberg2000-11-211-1/+2
* added some defensive code around the GetHost()'s third argument resultDaniel Stenberg2000-11-211-2/+3
* removed two unused variables and added an extra set of parentheses, doneDaniel Stenberg2000-11-211-3/+1
* removed URL size restrictionsDaniel Stenberg2000-11-201-3/+21
* Alexander Kourakos's lowercase environment variable fixDaniel Stenberg2000-11-201-23/+40
* spell correction resolv => resolve in two error messagesDaniel Stenberg2000-11-181-2/+2
* memory leak cleanup campaignDaniel Stenberg2000-11-171-20/+45
* changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg2000-11-171-3/+1
* adjusted to the changed getpass_r()Daniel Stenberg2000-11-101-1/+6
* getpass_r() is the new getpass name for thread-safe getpass!Daniel Stenberg2000-11-061-0/+6
* new getpass proto and function pointer usageDaniel Stenberg2000-11-061-5/+23
* Emmanuel Tychon found a problem when specifying user-name only in a URLDaniel Stenberg2000-11-061-1/+20
* added signal in case sigaction is missingDaniel Stenberg2000-11-011-0/+6
* new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg2000-10-301-17/+24
* Georg Horn provided a fix for the timeout signal stuff. Finally the timeoutDaniel Stenberg2000-10-261-4/+8
* renamed getpass() to my_getpass() and it is now thread-safe and shouldDaniel Stenberg2000-10-261-7/+9
* remote_port used in Host: headers only when non-defaultDaniel Stenberg2000-10-201-2/+3
* sprintf() => snprintf()Daniel Stenberg2000-10-121-2/+3
* free the URL string if that was allocatedDaniel Stenberg2000-10-111-0/+4
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+4
* the --interface code doesn't work on win32 and is #ifndef WIN32 nowDaniel Stenberg2000-10-061-4/+9
* HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg2000-10-061-1/+7
* removed writeinfo stuffDaniel Stenberg2000-10-031-0/+2
* inits the upload_bufsize at connect timeDaniel Stenberg2000-10-031-0/+3
* 7.3 commitcurl-7_3Daniel Stenberg2000-09-281-1/+2
* corrected curl_write() for kerberosDaniel Stenberg2000-09-251-1/+1
* krb4 supportDaniel Stenberg2000-09-211-20/+40
* Stephen Kick's interface fixesDaniel Stenberg2000-09-181-1/+172
* introduced 'tunnel through http proxy' for ftpDaniel Stenberg2000-09-141-1/+8
* file:// fix that prevents name lookup and sets no-upload and no-downloadDaniel Stenberg2000-09-141-0/+5