1. 18 Mar, 2016 2 commits
    • Steve Holme's avatar
      formdata.c: Fixed compilation warning · 7e312bdf
      Steve Holme authored
      formdata.c:390: warning: cast from pointer to integer of different size
      
      Introduced in commit ca5f9341 this happens because a char*, which is
      32-bits wide in 32-bit land, is being cast to a curl_off_t which is
      64-bits wide where 64-bit integers are supported by the compiler.
      
      This doesn't happen in 64-bit land as a pointer is the same size as a
      curl_off_t.
      
      This fix doesn't address the fact that a 64-bit value cannot be used
      for CURLFORM_CONTENTLEN when set in a form array and compiled on a
      32-bit platforms, it does at least suppress the compilation warning.
      7e312bdf
    • Daniel Stenberg's avatar
      9c2cbc10
  2. 17 Mar, 2016 1 commit
  3. 16 Mar, 2016 5 commits
  4. 15 Mar, 2016 2 commits
  5. 14 Mar, 2016 14 commits
  6. 13 Mar, 2016 6 commits
  7. 12 Mar, 2016 4 commits
  8. 11 Mar, 2016 2 commits
  9. 10 Mar, 2016 4 commits