curl/include/curl
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
..
.cvsignore ignore curlver.h.dist 2008-08-28 13:58:07 +00:00
Makefile.am Initial support of curlbuild.h and curlrules.h which allows 2008-08-07 00:29:08 +00:00
curl.h - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for 2009-02-17 09:07:25 +00:00
curlbuild.h.dist - Andrew de los Reyes fixed curlbuild.h for "generic" gcc builds on PPC, both 2009-01-16 08:36:40 +00:00
curlbuild.h.in Add missing preprocessor symbol definition checks 2008-08-25 13:42:53 +00:00
curlrules.h For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 2008-08-25 01:18:49 +00:00
curlver.h start over on our journey towards 7.19.4... 2009-01-19 10:11:25 +00:00
easy.h - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send 2008-05-12 21:43:24 +00:00
mprintf.h Adapting last changes to OS400: 2008-05-20 10:21:50 +00:00
multi.h Adapting last changes to OS400: 2008-05-20 10:21:50 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
typecheck-gcc.h - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. 2009-01-25 23:26:25 +00:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00