aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
AgeCommit message (Expand)Author
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
2000-11-17changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg
2000-11-10adjusted to the changed getpass_r()Daniel Stenberg
2000-11-06getpass_r() is the new getpass name for thread-safe getpass!Daniel Stenberg
2000-11-06new getpass proto and function pointer usageDaniel Stenberg
2000-11-06Emmanuel Tychon found a problem when specifying user-name only in a URLDaniel Stenberg
2000-11-01added signal in case sigaction is missingDaniel Stenberg
2000-10-30new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg
2000-10-26Georg Horn provided a fix for the timeout signal stuff. Finally the timeoutDaniel Stenberg
2000-10-26renamed getpass() to my_getpass() and it is now thread-safe and shouldDaniel Stenberg
2000-10-20remote_port used in Host: headers only when non-defaultDaniel Stenberg
2000-10-12sprintf() => snprintf()Daniel Stenberg
2000-10-11free the URL string if that was allocatedDaniel Stenberg
2000-10-09added memory debugging include fileDaniel Stenberg
2000-10-06the --interface code doesn't work on win32 and is #ifndef WIN32 nowDaniel Stenberg
2000-10-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
2000-10-03removed writeinfo stuffDaniel Stenberg
2000-10-03inits the upload_bufsize at connect timeDaniel Stenberg
2000-09-287.3 commitDaniel Stenberg
2000-09-25corrected curl_write() for kerberosDaniel Stenberg
2000-09-21krb4 supportDaniel Stenberg
2000-09-18Stephen Kick's interface fixesDaniel Stenberg
2000-09-14introduced 'tunnel through http proxy' for ftpDaniel Stenberg
2000-09-14file:// fix that prevents name lookup and sets no-upload and no-downloadDaniel Stenberg
2000-08-24#include "setup.h" moved first of all includesDaniel Stenberg
2000-08-24hostname and large file support addedDaniel Stenberg
2000-08-17removed HAVE_VPRINTF dependenceDaniel Stenberg
2000-08-11Linux name resolving problem fixed with larger name-bufferDaniel Stenberg
2000-08-08allow zero length user names for httpDaniel Stenberg
2000-07-31made urlfree static, added (void) in front of one of the SSL calls. I didDaniel Stenberg
2000-07-28clear the httproxy bit on cleanup if the allocproxy bit was setDaniel Stenberg
2000-07-25uses the new curl_close function to clean up the http-specific auth_hostDaniel Stenberg
2000-07-25tiny adjustments to set the start-time before the curl_connect() is called toDaniel Stenberg
2000-07-25Added CURLOPT_PROXYPORT supportDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-20autoreferer added, switches off POST on location: followingDaniel Stenberg
2000-06-16progress.mode replaced with progress.callbackDaniel Stenberg
2000-06-13free-twice problem correctedDaniel Stenberg