1. 23 Mar, 2016 2 commits
  2. 22 Mar, 2016 7 commits
  3. 20 Mar, 2016 5 commits
  4. 19 Mar, 2016 9 commits
  5. 18 Mar, 2016 4 commits
    • Daniel Stenberg's avatar
      bump: the coming release is 7.48.0 · 997a95bb
      Daniel Stenberg authored
      997a95bb
    • Daniel Stenberg's avatar
      configure: use cpp -P when needed · ecf95343
      Daniel Stenberg authored
      Since gcc 5, the processor output can get split up on multiple lines
      that made the configure script fail to figure out values from
      definitions. The fix is to use cpp -P, and this fix now first checks if
      cpp -P is necessary and then if cpp -P works before it uses that to
      extract defined values.
      
      Fixes #719
      ecf95343
    • 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
  6. 17 Mar, 2016 1 commit
  7. 16 Mar, 2016 5 commits
  8. 15 Mar, 2016 2 commits
  9. 14 Mar, 2016 5 commits