1. 21 Aug, 2008 5 commits
  2. 20 Aug, 2008 8 commits
  3. 18 Aug, 2008 3 commits
  4. 17 Aug, 2008 7 commits
  5. 16 Aug, 2008 6 commits
  6. 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
  7. 14 Aug, 2008 9 commits