Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
[platform/upstream/curl.git] / lib / ftp.c
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2005-03-14 Daniel Stenbergsilence compiler warnings for mingw win32 builds -...
2005-03-14 Daniel StenbergRemoved security.h since it shadows an include file...
2005-03-08 Daniel StenbergDominick Meglio reported that using CURLOPT_FILETIME...
2005-03-04 Daniel StenbergAdded test case 235 that makes a resumed upload of...
2005-02-11 Daniel StenbergFixed bad krb4 code. It always tried to use krb4 if...
2005-02-11 Daniel StenbergRemoved all uses of strftime() since it uses the locali...
2005-02-10 Daniel Stenbergtypecast assign to ftpport from int to prevent warnings
2005-02-09 Gisle VanemUse CURL_SOCKET_BAD.
2005-02-09 Gisle VanemHandle CURLE_LOGIN_DENIED in strerror.c.
2005-02-09 Daniel StenbergFD_SET can be big macro, use braces
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-02-08 Gisle VanemDon't free too much in freedirs() if realloc() fails.
2005-02-04 Daniel StenbergEric Vergnaud found a use of an uninitialized variable
2005-01-29 Daniel Stenbergconn->ip_addr MUST NOT be used on re-used connections
2005-01-28 Daniel StenbergStephen More pointed out that CURLOPT_FTPPORT and the...
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 made libcurl return CURLE_URL_MALFORMA...
2004-12-17 Daniel Stenbergavoid an extra malloc
2004-12-17 Daniel Stenbergfixed minor memory leak when running out of memory
2004-12-17 Daniel Stenbergoops, add missing return keyword
2004-12-16 Daniel StenbergBased on Gisle Vanem's patch: make sure the directory...
2004-12-16 Daniel Stenbergreduced the number of sub-blocks
2004-12-15 Dan FandrichMake some arrays of pointers const, too.
2004-12-11 Daniel Stenbergmodified to use the current error code name, not the...
2004-12-07 Daniel StenbergCURLFTPSSL_ALL should make sure that the transfer fails...
2004-12-05 Daniel StenbergRichard Atterer fixed libcurl's way of dealing with...
2004-11-29 Daniel StenbergAs reported in Mandrake's bug tracker bug 12285
2004-11-27 Daniel Stenbergtypecast the coversion from long to int
2004-11-26 Daniel Stenbergremoved no longer used variable
2004-11-25 Daniel StenbergFTP improvements:
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-21 Daniel StenbergDan Fandrich's better ifdef for include fix
2004-10-16 Daniel StenbergAlexander Krasnostavsky made the CURLOPT_FTP_CREATE_MIS...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-10-01 Daniel StenbergAleksandar Milivojevic reported a problem in the Redhat...
2004-09-29 Daniel StenbergFixed an error message: we use CWD, we don't cd into...
2004-09-16 Daniel StenbergAdded CURLOPT_FTPSSLAUTH
2004-09-13 Daniel Stenbergrevert the change for the new date parser, as the new...
2004-09-11 Daniel StenbergMinor adjustment needed for the new date parser to...
2004-08-11 Daniel Stenberginclude the server response in the error message when...
2004-08-10 Daniel Stenbergmore typecasts to please picky compilers
2004-07-04 Daniel Stenbergmake sure the 3rd argument passed to bind() is a socklen_t
2004-07-04 Daniel Stenbergtypecast the conversion from long to int to prevent...
2004-07-01 Daniel Stenbergvariable type cleanup to fix picky compiler warnings
2004-06-30 Daniel StenbergI think 1024 bytes is enough for even most ipv6 address...
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
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 StenbergGisle made ftp_mkd static
2004-05-26 Daniel StenbergAdded a new 'bit' in the connect struct named 'tunnel_p...
2004-05-12 Daniel StenbergCurl_done() and the protocol-specific conn->curl_done...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-27 Daniel StenbergMade host name and proxy name get stored in a 'struct...
2004-04-26 Daniel StenbergMade defines instead of plain numbers for the Curl_reso...
2004-04-22 Daniel StenbergIf only a partial file was transfered, we consider...
2004-04-21 Daniel Stenbergincrease the headerbytecount for incoming "headers"
2004-04-20 Daniel StenbergCleaned up hostname/name/gname and path/ppath confusion...
2004-04-15 Daniel Stenbergftp->dirs[] is no longer terminated with a zero entry...
2004-04-15 Daniel Stenbergremoved the fixed dir depth limit in the FTP code
2004-04-07 Daniel Stenbergrenamed the strtoofft() macro to curlx_strtoofft()...
2004-04-06 Daniel StenbergNew authentication code added, particularly noticable...
2004-03-31 Daniel StenbergUse the new HAVE_NI_WITHSCOPEID define instead of merel...
2004-03-31 Daniel StenbergMoved the NI_WITHSCOPEID magic #ifdef to the top of...
2004-03-25 Daniel Stenberginclude the strerror.h file without curl_ prefix
2004-03-24 Daniel StenbergGisle Vanem's fix to replace the bad use of strerror...
2004-03-17 Daniel StenbergGünter Knauf's NetWare changes.
2004-03-11 Daniel StenbergGisle Vanem's fixes to use CURL_SOCKET_BAD more instead...
2004-03-10 Daniel StenbergUse more curl_off_t variables when doing the progress...
2004-03-10 Daniel Stenbergturn niflags into a define named NIFLAGS
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-03-05 Daniel Stenbergclearly tell that these are ftp response timeouts
2004-03-03 Daniel Stenbergmore variable type cleanups
2004-03-03 Daniel Stenbergour timeout values are longs while 'tv_sec' is int
2004-03-02 Daniel StenbergYet another curl_off_t printf format attempt, we now...
2004-03-02 Daniel Stenberguse FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce...
2004-03-01 Daniel StenbergUse CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
2004-03-01 Daniel StenbergOnly attempt to send the FTP QUIT command if we actuall...
2004-02-27 Daniel StenbergJoe Halpin made the FTP code send 'QUIT' on the control...
2004-02-26 Daniel StenbergClear up int/long/size_t/ssize_t usage a bit
2004-02-13 Daniel StenbergTor Arntsen's fix for the bad (64bit wise) typecast...
2004-02-09 Daniel StenbergTor Arntsen's patch for working around a notorious...
2004-02-05 Daniel Stenberguse the timeout options when waiting for the server...
2004-02-03 Daniel Stenbergthe unused quit-function didn't pass a correct variable...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-21 Daniel Stenberguse the proper timecond defines, not the obsolete ones...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-12-08 Daniel Stenbergbetter human error message when a FTP response can...
2003-12-03 Daniel Stenbergmy contentlength adjustment broke the ftp download...
2003-12-02 Daniel Stenbergfix compiler warnings
2003-12-02 Daniel Stenberguse the HAVE_KRB4 define instead of just KRB4
2003-12-02 Daniel Stenbergfixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH...
2003-12-01 Daniel StenbergFTPS now works with active ftp and uploads too.
2003-11-24 Daniel Stenbergadjusted code to the new socket fields in the sessionha...
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
next