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-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
2008-10-10
fix compiler warning
Yang Tse
2008-10-09
Fixed the --interface option to work with IPv6 connections on glibc
Dan Fandrich
2008-10-08
Added const to some pointer variables
Dan Fandrich
2008-09-30
- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE
Daniel Stenberg
2008-09-29
- Daniel Egger provided a patch that allows you to disable proxy support in
Daniel Stenberg
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-09-02
Fixed an out of memory problem that caused torture test failures in tests
Dan Fandrich
2008-08-16
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
Yang Tse
2008-08-15
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
Yang Tse
2008-08-11
Fixed a boundary condition error in ftp_readresp() whereby a non-terminal
Dan Fandrich
2008-07-07
- Scott Barrett provided a test case for a segfault in the FTP code and the
Daniel Stenberg
2008-05-07
- Liam Healy filed the debian bug report #480044
Daniel Stenberg
2008-04-28
- Norbert Frese filed bug report #1951588: "Problem with curlftpfs and
Daniel Stenberg
2008-04-22
Added support for running on Symbian OS.
Dan Fandrich
2008-04-17
Some trivial changes
Dan Fandrich
2008-04-05
- Based on the Debian bug report #474224 that complained about the FTP error
Daniel Stenberg
2008-02-07
- Refactored a lot of timeout code into a few functions in an attempt to make
Daniel Stenberg
2008-01-31
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
Daniel Stenberg
2008-01-15
Calls to Curl_failf() are not supposed to provide a trailing newline as the
Daniel Stenberg
2008-01-11
fix compiler warning
Yang Tse
2008-01-10
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
Daniel Stenberg
2008-01-06
more SOCKS5_HOSTNAME adjustments from Richard Atterer
Daniel Stenberg
2008-01-06
make sure we deal with SOCKS5_HOSTNAME as a proxy type as well
Daniel Stenberg
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
[next]