Skip to content
  1. Dec 03, 2016
  2. Dec 02, 2016
  3. Dec 01, 2016
  4. Nov 30, 2016
  5. Nov 29, 2016
  6. Nov 28, 2016
  7. Nov 27, 2016
  8. Nov 26, 2016
  9. Nov 25, 2016
  10. Nov 24, 2016
    • Daniel Stenberg's avatar
      RELEASE-NOTES: update option counters · 7d967c80
      Daniel Stenberg authored
      7d967c80
    • Frank Gevaerts's avatar
      add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} · ba410f6c
      Frank Gevaerts authored
      Adds access to the effectively used protocol/scheme to both libcurl and
      curl, both in string and numeric (CURLPROTO_*) form.
      
      Note that the string form will be uppercase, as it is just the internal
      string.
      
      As these strings are declared internally as const, and all other strings
      returned by curl_easy_getinfo() are de-facto const as well, string
      handling in getinfo.c got const-ified.
      
      Closes #1137
      ba410f6c