1. 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
  2. 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
  3. 13 Aug, 2008 2 commits
  4. 12 Aug, 2008 3 commits
  5. 11 Aug, 2008 4 commits
  6. 08 Aug, 2008 2 commits
  7. 07 Aug, 2008 6 commits
  8. 05 Aug, 2008 1 commit
  9. 04 Aug, 2008 3 commits
  10. 03 Aug, 2008 2 commits
  11. 02 Aug, 2008 1 commit
  12. 01 Aug, 2008 4 commits
  13. 31 Jul, 2008 3 commits
  14. 30 Jul, 2008 5 commits
  15. 29 Jul, 2008 1 commit