Skip to content
  1. Sep 15, 2017
  2. Sep 14, 2017
  3. Sep 12, 2017
  4. Sep 11, 2017
  5. Sep 10, 2017
  6. Sep 08, 2017
  7. Sep 07, 2017
  8. Sep 06, 2017
    • Jay Satiro's avatar
      SSL: fix unused parameter warnings · 70a69f37
      Jay Satiro authored
      70a69f37
    • Patrick Monnerat's avatar
      mime: drop internal FILE * support. · c96d96bc
      Patrick Monnerat authored
      - The part kind MIMEKIND_FILE and associated code are suppressed.
      - Seek data origin offset not used anymore: suppressed.
      - MIMEKIND_NAMEDFILE renamed MIMEKIND_FILE; associated fields/functions
        renamed accordingly.
      - Curl_getformdata() processes stdin via a callback.
      c96d96bc
    • Daniel Stenberg's avatar
      configure: remove --enable-soname-bump and SONAME_BUMP · d1da545a
      Daniel Stenberg authored
      Back in 2008, (and commit 3f3d6ebe) we changed the logic in how we
      determine the native type for `curl_off_t`. To really make sure we
      didn't break ABI without bumping SONAME, we introduced logic that
      attempted to detect that it would use a different size and thus not be
      compatible. We also provided a manual switch that allowed users to tell
      configure to bump SONAME by force.
      
      Today, we know of no one who ever got a SONAME bump auto-detected and we
      don't know of anyone who's using the manual bump feature. The auto-
      detection is also no longer working since we introduced defining
      curl_off_t in system.h (7.55.0).
      
      Finally, this bumping logic is not present in the cmake build.
      
      Closes #1861
      d1da545a
    • Gisle Vanem's avatar
      vtls: select ssl backend case-insensitive (follow-up) · 61825be0
      Gisle Vanem authored
      - Do a case-insensitive comparison of CURL_SSL_BACKEND env as well.
      
      - Change Curl_strcasecompare calls to strcasecompare
        (maps to the former but shorter).
      
      Follow-up to c290b8fb.
      
      Bug: https://github.com/curl/curl/commit/c290b8f#commitcomment-24094313
      
      Co-authored-by: Jay Satiro
      61825be0