- Jan 01, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail.
-
- Dec 31, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
receivers, and made the command line tool thus support the option specified many times
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 30, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
user name
-
Daniel Stenberg authored
it in smtp.c
-
Daniel Stenberg authored
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines but instead test cases must be written to take them into account. Added test case 803 to verify dot-escaping.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 29, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
replaced with equivalent /RTCsu for Visual Studio 2003 and newer versions. - Compiler option /GX is now replaced with equivalent /EHsc for all versions.
-
- Dec 28, 2009
- Dec 27, 2009
-
-
Daniel Stenberg authored
-
Yang Tse authored
Adjust FreeBSD version check to follow FreeBSD Porter's Handbook http://www.freebsd.org/doc/en/books/porters-handbook/porting-versions.html
-
- Dec 26, 2009
-
-
Daniel Stenberg authored
-
Yang Tse authored
global variables reordering/refactoring/commenting
-
- Dec 25, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
headers work correctly even on FreeBSD systems before v8.
-
Daniel Stenberg authored
end-of-body treatment
-
Daniel Stenberg authored
doesn't really return any body data to check so I made SMTP check "headers" as well.
-
Daniel Stenberg authored
-
- Dec 24, 2009
- Dec 23, 2009
- Dec 22, 2009
-
-
Yang Tse authored
-