Commit History

Author SHA1 Message Date
  Daniel Stenberg 95152aec68 David McCreedy brought line end conversions when doing FTP ASCII 18 years ago
  Daniel Stenberg 5a4b43848a First commit of David McCreedy's EBCDIC and TPF changes. 18 years ago
  Daniel Stenberg 6e61939382 GnuTLS support added. There's now a "generic" SSL layer that we use all over 19 years ago
  Daniel Stenberg 62970da675 Removed security.h since it shadows an include file mingw needs when building 19 years ago
  Daniel Stenberg 7e42cb61f7 FTP third transfer support overhaul. See CHANGES for details. 20 years ago
  Daniel Stenberg 444f6427b8 oops, variables first then code 20 years ago
  Daniel Stenberg a173e07eec Prevent failf() from using the va_list variable more than once. 20 years ago
  Daniel Stenberg 4435e3b269 Fixed so that the final error message is sent to the verbose info "stream" 20 years ago
  Daniel Stenberg 411e9b0c45 #include "strerror.h" to get the strerror proto 20 years ago
  Daniel Stenberg 557b6cfd3f add proper error message when send() fails 20 years ago
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 years ago
  Daniel Stenberg 89c312691e additional typecasts to please MIPSPro on 64bit IRIX 20 years ago
  Daniel Stenberg bd3d5a17b4 Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the 20 years ago
  Daniel Stenberg f0969c9692 prevent compiler warning with picky compilers 20 years ago
  Daniel Stenberg 4c58797607 When sending info about which host that sends what, include proper direction 20 years ago
  Daniel Stenberg ea81dd9e2e Alexander Krasnostavsky's FTP third party transfer (proxy) support 20 years ago
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 years ago
  Daniel Stenberg b8541929c8 curl_slist_append() fixed to clear up properly if a memory function fails 20 years ago
  Daniel Stenberg dcf5e52b62 ERR_error_string() returns an unsigned long so we should use one of those 20 years ago
  Daniel Stenberg 1401d909e8 Fix the "lingering close" problem when re-using a connection, as test case 20 years ago
  Daniel Stenberg c39c55cb2d Minor edit to avoid an unreachable break and to remove the extra {} body 20 years ago
  Daniel Stenberg ce5805a955 Use curl_socket_t instead of int for holding sockets. The typedefs and 20 years ago
  Daniel Stenberg 2c756fa1d7 Commented the Curl_read() arguments. 20 years ago
  Daniel Stenberg d571064b65 Clear up int/long/size_t/ssize_t usage a bit 21 years ago
  Daniel Stenberg 9eb6fc1fb6 clear the sockerror if no error was returned 21 years ago
  Daniel Stenberg df750c236c Somewhat crude attempt at fixing the test 91 failures. I commit this now 21 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 21 years ago
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg 800052dc50 use the HAVE_KRB4 define instead of just KRB4 21 years ago
  Daniel Stenberg 1e98727c55 FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it 21 years ago