Skip to content
  1. Jun 25, 2017
    • 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. Jun 24, 2017
  3. Jun 23, 2017
  4. Jun 22, 2017
  5. Jun 21, 2017
  6. Jun 20, 2017
  7. Jun 19, 2017
  8. Jun 18, 2017
  9. Jun 17, 2017
  10. Jun 16, 2017