Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
[platform/upstream/curl.git] / lib / url.c
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2005-03-14 Daniel StenbergRemoved security.h since it shadows an include file...
2005-03-11 Dan FandrichFixed some compiler warnings.
2005-03-10 Daniel StenbergChristopher R. Palmer made it possible to build libcurl...
2005-03-09 Daniel StenbergAs reported by 'nodak sodak' we should check for a...
2005-02-09 Daniel Stenbergprevent a compiler warning
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-01-30 Daniel StenbergUse calloc() to save us the memset() call and terminate...
2005-01-29 Daniel Stenbergconn->ip_addr MUST NOT be used on re-used connections
2005-01-28 Daniel StenbergKNOWN_BUGS #17 fixed. A DNS cache entry may not remain...
2005-01-25 Daniel StenbergIan Ford asked about support for the FTP command ACCT...
2005-01-21 Daniel StenbergFTP third transfer support overhaul. See CHANGES for...
2005-01-19 Daniel StenbergStephan Bergmann pointed out two flaws in libcurl built...
2005-01-16 Daniel StenbergAlex aka WindEagle pointed out that when doing "curl...
2005-01-11 Daniel StenbergRenamed easy.h and multi.h to easyif.h and multiif...
2005-01-10 Daniel StenbergBruce Mitchener identified (bug report #1099640) the...
2005-01-10 Daniel StenbergPavel Orehov reported memory problems with the multi...
2004-12-17 Gisle VanemPrint true netrc name (.netrc/_netrc).
2004-12-16 Dan FandrichRenamed a struct member to avoid conflict with a C...
2004-12-14 Daniel StenbergHarshal Pradhan fixed changing username/password on...
2004-12-13 Gisle VanemAdded handling of CURLINFO_SSL_ENGINES;
2004-12-10 Daniel Stenbergmove the port number extraction to after the extraction...
2004-12-05 Daniel StenbergDan Fandrich added the --disable-cookies option to...
2004-11-26 Gisle VanemI changed my mind. Remove ioctl() macro in setup.h...
2004-11-26 Gisle VanemRenamed urldata.h members 'ioctl*' to 'ioctrl*' due to
2004-11-25 Daniel StenbergFTP improvements:
2004-11-24 Daniel StenbergHTTP "auth done right". See lib/README.httpauth
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-11-18 Daniel StenbergDan Fandrich fix: eliminates some pedantic CodeWarrior...
2004-11-15 Daniel Stenbergclean up start time and t_startsingle use so that redir...
2004-11-12 Daniel StenbergDan Fandrich added the --disable-crypto-auth option...
2004-11-11 Daniel StenbergFix behaviour when passing NULL to CURLOPT_POSTFIELDS...
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-14 Daniel StenbergEric Vergnaud pointed out that libcurl didn't treat...
2004-10-10 Daniel Stenberganother lame attempt to avoid the "warning: will never...
2004-10-07 Daniel Stenberguse tld_strerror() only if previously detected, since...
2004-10-06 Gisle VanemFixed tld_check_name(). idna_to_unicode_lzlz() should...
2004-10-06 Gisle VanemUSE_LIBIDN: Added Top-level-domain (TLD) check for...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-10-05 Daniel Stenbergminor edit to re-use a variable and to hopefully avoid...
2004-10-04 Daniel StenbergMade the dns entry remain locked while a connection...
2004-10-02 Daniel StenbergGisle Vanem provided code that displays an error messag...
2004-09-28 Daniel StenbergOnly active the engine code if ssl is enabled. This...
2004-09-25 Daniel Stenbergallow setting CURLOPT_SSLENGINE to NULL even if no...
2004-09-16 Daniel StenbergAdded CURLOPT_FTPSSLAUTH
2004-09-10 Daniel Stenberg- Bug report #1025986. When following a Location: with...
2004-08-16 Daniel Stenbergallow a custom "Accept-Encoding:" header override the...
2004-08-10 Daniel StenbergOk, setting CURLOPT_POST to 0 will now convert the...
2004-07-29 Daniel Stenbergprevent all the sig and alarm stuff when using ares
2004-07-28 Daniel StenbergBertrand Demiddelaer fixed the host name to get setup...
2004-07-10 Gunter Knaufifdef keep_sigact since its only used when SIGALRM...
2004-07-04 Daniel Stenbergexplicit typecasts when converting from long to int...
2004-07-04 Daniel Stenbergmade 'connectindex' a long variable to prevent compiler...
2004-07-01 Daniel Stenbergvariable type cleanup to fix picky compiler warnings
2004-06-30 Daniel StenbergNOBODY set TRUE after a POST makes a good HEAD now
2004-06-24 Daniel Stenbergtypecasts to prevent warnings
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-06-22 Daniel StenbergMoved the "About to connect() to" text to the place...
2004-06-18 Daniel StenbergGisle's "SSL patch" from June 16th 2004, modified by...
2004-06-10 Daniel StenbergGisle Vanem's improved verbose output and timeout handl...
2004-06-09 Daniel StenbergAlexander Krasnostavsky's fix to make libcurl build...
2004-06-03 Daniel StenbergAlexander Krasnostavsky's FTP third party transfer...
2004-06-02 Daniel StenbergMade CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing...
2004-05-28 Daniel Stenbergcheck for failing strdup()s
2004-05-26 Daniel StenbergAdded a new 'bit' in the connect struct named 'tunnel_p...
2004-05-25 Daniel Stenberginitial support for "uploading" to file:// URLs
2004-05-25 Daniel Stenbergpreprocessor magic around the libidn idn_free() stuff...
2004-05-24 Daniel Stenbergonly idn_free() if built with libidn
2004-05-24 Daniel Stenberg Simon Josefsson added a idn_free() function in libidn...
2004-05-24 Daniel StenbergRobert D. Young reported that CURLOPT_COOKIEFILE and...
2004-05-19 Daniel Stenbergkilled trailing whitespace
2004-05-17 Daniel StenbergI made Curl_done() take a pointer-pointer in the first...
2004-05-13 Daniel Stenbergbail out when no memory occurs
2004-05-12 Daniel Stenbergclean up and return better on out of memory
2004-05-12 Daniel StenbergCurl_done() and the protocol-specific conn->curl_done...
2004-05-12 Daniel Stenbergbail out if we can't allocate the new range string...
2004-05-12 Daniel Stenbergremoved another jhrg-reference in a comment
2004-05-11 Daniel Stenbergfixed Curl_open() to not leak anything if one malloc...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-07 Daniel StenbergWe don't support any long protocol names so we can...
2004-05-06 Daniel Stenbergremoved two odd comments
2004-05-05 Daniel Stenbergdo the alarm time-left math using unsigned longs since...
2004-05-05 Daniel Stenbergfix_hostname() now (void)s the conn argument to prevent...
2004-05-05 Daniel Stenbergprevent warnings when using the gcc option -Wunreachabl...
2004-05-04 Daniel StenbergGeneral HTTP authentication cleanup and fixes
2004-04-29 Daniel Stenbergfixed the host/proxy name issue when re-using a connect...
2004-04-29 Daniel Stenbergencode the correct name
2004-04-27 Daniel StenbergMade host name and proxy name get stored in a 'struct...
2004-04-26 Daniel Stenbergmade the verbose connect use the proper host name strin...
2004-04-26 Daniel StenbergNI_MAXHOST is not generally available, we use plain...
2004-04-26 Daniel StenbergMade defines instead of plain numbers for the Curl_reso...
2004-04-26 Daniel StenbergIDN adjustments and host cleanups by Gisle
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...
2004-04-21 Daniel Stenbergtypecast tolower/toupper arguments to int to make picky...
2004-04-20 Daniel StenbergCleaned up hostname/name/gname and path/ppath confusion...
2004-04-13 Daniel Stenbergproper typecast to prevent compiler warning
2004-04-13 Daniel Stenbergremove an long time #defined struct member and use...
2004-04-13 Daniel StenbergMoved the 'tcp_nodelay' member to the proper 'UserDefin...
2004-04-06 Daniel StenbergNew authentication code added, particularly noticable...
2004-03-31 Daniel StenbergUse the new HAVE_NI_WITHSCOPEID define instead of merel...
next