1. 20 Aug, 2008 1 commit
  2. 18 Aug, 2008 1 commit
  3. 17 Aug, 2008 1 commit
    • Yang Tse's avatar
      OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory · fb8fe6f2
      Yang Tse authored
      when including the OpenSSL header files. This is the recommended setting, this
      prevents the undesired inclusion of header files with the same name as those
      of OpenSSL but which do not belong to the OpenSSL package. The visible change
      from previously released libcurl versions is that now OpenSSl enabled NetWare
      builds also define USE_OPENSSL in config files, and that OpenSSL header files
      must be located in a subdirectory named 'openssl'.
      fb8fe6f2
  4. 16 Aug, 2008 1 commit
    • Yang Tse's avatar
      Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU · ad638da2
      Yang Tse authored
      remain in use as internal curl_off_t print formatting strings for the internal
      *printf functions which still cannot handle print formatting string directives
      such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and
      other DOS/Windows compilers.
      
      This reverts previous commit part which did:
      
      FORMAT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
      FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
      ad638da2
  5. 15 Aug, 2008 2 commits
    • Dan Fandrich's avatar
      Added test case 1065 to test a PUT with a single file but two URLs. This · a923d854
      Dan Fandrich authored
      was discovered to be problematic while investigating an incident reported by
      Von back in May.  curl in this case doesn't include a Content-Length: or
      Transfer-Encoding: chunked header which is illegal. This test case is
      added to DISABLED until a solution is found.
      a923d854
    • Yang Tse's avatar
      For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, · 66fb9ca5
      Yang Tse authored
      the names of the curl_off_t formatting string directives now become
      CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU.
      
      CURL_FMT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
      CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
      
      Remove the use of an internal name for the curl_off_t formatting string directives
      and use the common one available from the inside and outside of the library.
      
      FORMAT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
      FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
      66fb9ca5
  6. 13 Aug, 2008 2 commits
  7. 12 Aug, 2008 3 commits
  8. 11 Aug, 2008 4 commits
  9. 08 Aug, 2008 2 commits
  10. 07 Aug, 2008 6 commits
  11. 05 Aug, 2008 1 commit
  12. 04 Aug, 2008 3 commits
  13. 03 Aug, 2008 2 commits
  14. 02 Aug, 2008 1 commit
  15. 01 Aug, 2008 4 commits
  16. 31 Jul, 2008 3 commits
  17. 30 Jul, 2008 3 commits