1. 25 Jun, 2017 1 commit
    • Marcel Raad's avatar
      test1521: fix compiler warnings · e8a4da67
      Marcel Raad authored
      The integer literal 3123123123 doesn't fit into a 32-bit signed
      integer, so GCC with 32-bit long warns in C90 mode:
      this decimal constant is unsigned only in ISO C90 [enabled by default]
      Fix this by using ULONG_MAX, which should fit in any curl_off_t and has
      the correct suffix to not issue any warnings.
      Also adds the missing CURLOPT_REQUEST_TARGET from commit
      9b167fd0.
      
      Closes https://github.com/curl/curl/pull/1611
      e8a4da67
  2. 24 Jun, 2017 4 commits
  3. 23 Jun, 2017 3 commits
  4. 22 Jun, 2017 2 commits
  5. 21 Jun, 2017 7 commits
  6. 20 Jun, 2017 2 commits
  7. 19 Jun, 2017 8 commits
  8. 18 Jun, 2017 4 commits
  9. 17 Jun, 2017 3 commits
  10. 16 Jun, 2017 6 commits