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
2008-01-03
'false' and 'true' are not built-ins on most compilers.
Gisle Vanem
2008-01-02
Richard Atterer brought a patch that added support for SOCKS4a proxies, which
Daniel Stenberg
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-11-29
Fixed the resumed FTP upload loop to not require that the read callback
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-11-02
avoid setting up a transfer when the state machine failed previously
Daniel Stenberg
2007-11-01
minor re-indent
Daniel Stenberg
2007-10-26
Fixed a valgrind uninitialized variable error.
Dan Fandrich
2007-10-24
Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That
Daniel Stenberg
2007-10-22
Michal Marek forwarded the bug report
Daniel Stenberg
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-13
Made a few more functions static with the protocol handler table in place.
Dan Fandrich
2007-10-12
Fixed a few compile errors and warnings.
Dan Fandrich
2007-10-12
Added per-protocol callback static tables, replacing callback ptr storage
Patrick Monnerat
2007-10-02
Fix memory leak under low memory conditions.
Yang Tse
2007-10-02
Fix compiler warning
Yang Tse
2007-09-27
Renamed a few variables to avoid shadowing global declarations.
Dan Fandrich
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-09-26
Max Katsev reported that when doing a libcurl FTP request with
Daniel Stenberg
2007-09-24
Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle
Daniel Stenberg
2007-09-11
- I noticed while writing test 541 that the FTP code wrongly did a CWD on the
Daniel Stenberg
2007-09-05
Curl_GetFTPResponse() now checks and properly deals with the fact that the
Daniel Stenberg
2007-08-31
Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.
Dan Fandrich
2007-08-30
Renamed several libcurl error codes and options to make them more general
Dan Fandrich
2007-08-30
Made Curl_GetFTPResponse() use lots less code and instead use the proper
Daniel Stenberg
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-08-24
Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed
Daniel Stenberg
2007-08-22
Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed
Daniel Stenberg
2007-08-20
Based on a patch by Christian Vogt, the FTP code now sets the upcoming
Daniel Stenberg
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
[prev]
[next]