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
2007-08-17
- Robson Braga Araujo filed bug report #1776232
Daniel Stenberg
2007-08-17
Robson Braga Araujo filed bug report #1776235
Daniel Stenberg
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-07-29
Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use
Daniel Stenberg
2007-07-23
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
Dan Fandrich
2007-07-21
Make the pointers of a few static const arrays const, too, for safety.
Dan Fandrich
2007-07-20
Ralf S. Engelschall filed bug report #1757328
Daniel Stenberg
2007-07-20
Made some const arrays static to avoid unnecessary stack usage.
Dan Fandrich
2007-07-17
Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made
Daniel Stenberg
2007-07-13
Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't
Daniel Stenberg
2007-07-01
Thomas J. Moore provided a patch that introduces Kerberos5 support in
Daniel Stenberg
2007-07-01
Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5 proxy
Daniel Stenberg
2007-06-24
As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and
Daniel Stenberg
2007-06-19
and fix another flaw in the singlecwd case when we get ftp://site.com/, also
Daniel Stenberg
2007-06-18
make the ftp-method multicwd case possible to LIST the root directory of a
Daniel Stenberg
2007-04-25
Fixed an out of memory handling issue.
Dan Fandrich
2007-04-22
Avoid an unnecessary call to gettimeofday() when
Yang Tse
2007-04-12
Work around an out of memory situation in Curl_ftp_done instead of
Dan Fandrich
2007-04-11
Fixed some out of memory handling issues.
Dan Fandrich
2007-04-10
Ravi Pratap provided fixes for HTTP pipelining
Daniel Stenberg
2007-03-31
Removed check for ftpcode being NULL, as later it is derefenced unconditionally
Daniel Stenberg
2007-03-30
Pointer "cur_pos" dereferenced before NULL check, found by coverity.com scan.
Daniel Stenberg
2007-03-30
Don't tear down the ftp connection if the maximum filesize was exceeded
Dan Fandrich
2007-03-27
Update message
Yang Tse
2007-03-26
Internal function Curl_select() renamed to Curl_socket_ready()
Yang Tse
2007-03-25
fix compiler warning
Yang Tse
2007-03-25
fix compiler warning
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-20
New FTP CCC functionality - adds passive and active mode to accomodate for di...
Linus Nielsen Feltzing
2007-02-19
and fix warnings due to lack of protos
Daniel Stenberg
2007-02-19
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
Daniel Stenberg
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-16
- Duncan Mac-Vicar Prett and Michal Marek reported problems with resetting
Daniel Stenberg
2007-02-06
compiler warning fix
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2007-02-01
compiler warning fix
Yang Tse
2007-02-01
compiler warning fix
Yang Tse
2007-01-24
Only shut down SSL if the CCC command succeeded.
Dan Fandrich
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2007-01-08
Correct error code for CCC/SSL shutdown failure
Linus Nielsen Feltzing
2007-01-05
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
Daniel Stenberg
2006-12-22
- Robert Foreman provided a prime example snippet showing how libcurl would
Daniel Stenberg
2006-12-21
removed unused variables
Daniel Stenberg
2006-12-21
Robson Braga Araujo reported bug #1618359
Daniel Stenberg
2006-12-11
Alexey Simak found out that when doing FTP with the multi interface and
Daniel Stenberg
2006-12-05
Alexey Simak filed bug report #1600447
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2006-10-17
Explicit typecast for Curl_debug() size argument
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-10-02
removed more dead code that is unused since the removal of the third party
Daniel Stenberg
[prev]
[next]