index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ftp.c
Age
Commit message (
Expand
)
Author
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg
2009-11-26
- Extended and fixed the change I did on Dec 11 for the the progress
Daniel Stenberg
2009-11-19
Explicit initialization of all FTP struct members in ftp_init()
Yang Tse
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-11-11
- Christian Schmitz noticed that the progress meter/callback was not properly
Daniel Stenberg
2009-09-17
fix compiler warning: enumerated type mixed with another type
Yang Tse
2009-08-31
- When using the multi interface with FTP and you asked for NOBODY, you did no
Daniel Stenberg
2009-08-24
- Introduced a SYST-based test to properly set-up name format when dealing w...
Patrick Monnerat
2009-08-11
- Benbuck Nason posted the bug report #2835196
Daniel Stenberg
2009-08-11
Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.
Dan Fandrich
2009-07-27
- All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and
Daniel Stenberg
2009-07-16
added a cast to silent compiler warning with 64bit systems.
Gunter Knauf
2009-07-09
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
Daniel Stenberg
2009-07-04
added INET_ADDRSTRLEN define in case system headers dont provide.
Gunter Knauf
2009-07-04
removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing w...
Gunter Knauf
2009-07-04
Markus Koetter provided a patch to avoid getnameinfo() usage which broke a co...
Gunter Knauf
2009-06-30
Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another one
Daniel Stenberg
2009-06-29
- Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port
Daniel Stenberg
2009-06-10
Adjusted to take in account that...
Yang Tse
2009-05-19
- Kamil Dudka brought the patch from the Redhat bug entry
Daniel Stenberg
2009-05-12
Reverted my change to use Curl_connected_proxy() here. Clearly I wasn't
Daniel Stenberg
2009-05-11
moved variables more locally to get rid of one set of #ifdefs
Daniel Stenberg
2009-05-11
Use Curl_connected_proxy() here instead of duplicating code. Spell out the
Daniel Stenberg
2009-05-07
- Made the SO_SNDBUF setting for the data connection socket for ftp uploads as
Daniel Stenberg
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-04-28
- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-20
- Leanic Lefever reported a crash and did some detailed research on why and
Daniel Stenberg
2009-04-19
attempt to workaround icc 9.1 optimizer induced problem
Yang Tse
2009-04-17
- Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP
Daniel Stenberg
2009-04-01
- Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if a
Daniel Stenberg
2009-03-09
Avoid a compile warning in --disable-proxy case
Dan Fandrich
2009-02-20
- Linus Nielsen Feltzing reported and helped me repeat and fix a problem with
Daniel Stenberg
2009-02-18
FTP downloads (i.e.: RETR) ending with code 550 now return error CURLE_REMOTE...
Patrick Monnerat
2009-02-17
- CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for
Daniel Stenberg
2009-02-11
- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
Daniel Stenberg
2009-02-02
- Craig A West brought us: libcurl now defaults to do CONNECT with HTTP
Daniel Stenberg
2009-01-30
Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reporting
Dan Fandrich
2009-01-21
Fixed a couple more locale-dependent toupper conversions, mainly for
Dan Fandrich
2009-01-19
fix typo in comment that made it confusing
Daniel Stenberg
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
2008-12-16
Added the use of Watt-32 tcp/ip stack for Win32 targets.
Gisle Vanem
2008-12-09
- Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume any
Daniel Stenberg
2008-12-08
- Fred Machado posted about a weird FTP problem on the curl-users list and when
Daniel Stenberg
2008-11-06
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse
2008-10-30
remove bogus whitespace
Yang Tse
2008-10-30
These two variables are now Curl_addrinfo pointers
Yang Tse
2008-10-24
fix compiler warning
Yang Tse
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-10-22
Changed some arrays of char* to arrays of char[] to reduce data size and
Dan Fandrich
[prev]
[next]