Commit History

Author SHA1 Message Date
  Yang Tse 9137e717b0 Use build-time configured curl_socklen_t instead of socklen_t 15 years ago
  Daniel Stenberg e01b7c1ede - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Daniel Stenberg b84876ba69 - Leanic Lefever reported a crash and did some detailed research on why and 15 years ago
  Yang Tse 4882078469 attempt to workaround icc 9.1 optimizer induced problem 15 years ago
  Daniel Stenberg 30f7a2ff20 - Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP 15 years ago
  Daniel Stenberg a06b36dee0 - Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if a 15 years ago
  Dan Fandrich a9a03b9708 Avoid a compile warning in --disable-proxy case 15 years ago
  Daniel Stenberg af91ff0e06 - Linus Nielsen Feltzing reported and helped me repeat and fix a problem with 15 years ago
  Patrick Monnerat 6e422c447a FTP downloads (i.e.: RETR) ending with code 550 now return error CURLE_REMOTE_FILE_NOT_FOUND instead of CURLE_FTP_COULDNT_RETR_FILE. 15 years ago
  Daniel Stenberg 8f81fd6be5 - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for 15 years ago
  Daniel Stenberg 002cf105c6 - CURLINFO_CONDITION_UNMET was added to allow an application to get to know if 15 years ago
  Daniel Stenberg bdd4294e79 - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP 15 years ago
  Dan Fandrich 09f4a1c5e5 Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reporting 15 years ago
  Dan Fandrich 5591550167 Fixed a couple more locale-dependent toupper conversions, mainly for 15 years ago
  Daniel Stenberg 6f86826516 fix typo in comment that made it confusing 15 years ago
  Daniel Stenberg 07416b61e3 - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 15 years ago
  Gisle Vanem 418683f537 Added the use of Watt-32 tcp/ip stack for Win32 targets. 15 years ago
  Daniel Stenberg 4b62cd3616 - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume any 15 years ago
  Daniel Stenberg 18371aaff9 - Fred Machado posted about a weird FTP problem on the curl-users list and when 15 years ago
  Yang Tse a0ef686c54 Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 15 years ago
  Yang Tse 625c107c25 remove bogus whitespace 15 years ago
  Yang Tse ad3c1c37bb These two variables are now Curl_addrinfo pointers 15 years ago
  Yang Tse 10035c898b fix compiler warning 15 years ago
  Dan Fandrich bab5183820 Created Curl_raw_nequal() which does a C-locale string case comparison. 15 years ago
  Dan Fandrich 7fc4e8af0a Changed some arrays of char* to arrays of char[] to reduce data size and 15 years ago
  Yang Tse d0a48627b2 fix compiler warning 15 years ago
  Dan Fandrich fad3288d20 Fixed the --interface option to work with IPv6 connections on glibc 15 years ago
  Dan Fandrich 95456b8e78 Added const to some pointer variables 15 years ago
  Daniel Stenberg 038542ea3e - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE 15 years ago