curl/src
Daniel Stenberg 8f81fd6be5 - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for
plain FTP connections, and it will then allow MKD to fail once and retry the
  CWD afterwards. This is especially useful if you're doing many simultanoes
  connections against the same server and they all have this option enabled,
  as then CWD may first fail but then another connection does MKD before this
  connection and thus MKD fails but trying CWD works! The numbers can
  (should?) now be set with the convenience enums now called
  CURLFTP_CREATE_DIR and CURLFTP_CREATE_DIR_RETRY.

  Tests has proven that if you're making an application that uploads a set of
  files to an ftp server, you will get a noticable gain in speed if you're
  using multiple connections and this option will be then be very useful.
2009-02-17 09:07:25 +00:00
..
macos Eric-update 2001-12-04 16:33:40 +00:00
.cvsignore Bryan Henderson: added missing ignores 2005-11-25 22:45:50 +00:00
config-amigaos.h proper symbol definition check for all AmigaOS flavours 2007-02-28 14:45:48 +00:00
config-mac.h somewhat protect Mac OS X users from using Mac OS 9 config file 2008-09-05 01:27:24 +00:00
config-riscos.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
config-win32.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
curl.rc use more correctly named define. 2008-01-24 14:14:34 +00:00
curlsrc.dsp Added rawstr.c to the non-configure curl makefiles 2008-10-23 17:36:27 +00:00
curlsrc.dsw Project and workspace files for VC6 IDE supporting 4 configurations: 2008-08-29 02:08:11 +00:00
curlutil.c fallback to gettimeofday when monotonic clock is unavailable at run-time 2008-07-10 07:16:45 +00:00
curlutil.h curl tool was using functions curlx_tvnow and curlx_tvdiff which are not 2007-02-20 12:13:14 +00:00
getpass.c fix compiler warning 2008-10-24 01:27:00 +00:00
getpass.h My reimplementation and cleanup of the getpass source code. We officially no 2004-12-25 22:08:02 +00:00
homedir.c ANSI C compatibility adjustment 2008-09-12 11:18:17 +00:00
homedir.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
hugehelp.c.cvs make it more obvious what this is by not even trying to show a manual 2003-02-04 18:22:31 +00:00
hugehelp.h use hugehelp.h to silence picky compiler warnings 2004-01-29 13:48:36 +00:00
main.c - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for 2009-02-17 09:07:25 +00:00
Makefile.am Project and workspace files for VC6 IDE supporting 4 configurations: 2008-08-29 02:08:11 +00:00
makefile.amiga Added rawstr.c to some more non-configure curl makefiles 2008-10-27 20:20:22 +00:00
Makefile.b32 Changes for static/dynamic linking of libcurl. 2004-11-14 13:51:33 +00:00
makefile.dj Added "CSOURCES = $(CURL_SOURCES)". 2007-02-27 15:44:25 +00:00
Makefile.inc moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
Makefile.m32 added CURLX_ONES again to object list for dynamic linking. 2009-01-26 07:33:29 +00:00
Makefile.netware added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware. 2008-12-30 08:16:24 +00:00
Makefile.riscos Added rawstr.c to some more non-configure curl makefiles 2008-10-27 20:20:22 +00:00
Makefile.vc6 Introduced curl_sspi.c and curl_sspi.h for the implementation of functions 2009-01-29 20:32:27 +00:00
Makefile.Watcom Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj. 2008-10-27 15:47:59 +00:00
mkhelp.pl Allocate the decompression buffer for the --manual option on the heap 2008-04-21 23:17:20 +00:00
setup.h somewhat protect Mac OS X users from using Mac OS 9 config file 2008-09-05 01:27:24 +00:00
urlglob.c eeek, append 1 on the right place as otherwise we didn't fix the problem 2008-10-14 09:12:44 +00:00
urlglob.h Introducing range stepping to the curl globbing support. Now you can specify 2005-11-10 22:11:01 +00:00
version.h happy new year 2008-01-24 14:15:49 +00:00
writeenv.c If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf() 2008-11-03 15:51:40 +00:00
writeenv.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
writeout.c - Made the curl tool's -w option support the %{ssl_verify_result} variable 2008-07-30 21:24:19 +00:00
writeout.h Some trivial changes 2008-04-17 00:45:33 +00:00