1. 03 Dec, 2016 1 commit
  2. 02 Dec, 2016 2 commits
  3. 01 Dec, 2016 5 commits
  4. 30 Nov, 2016 3 commits
  5. 29 Nov, 2016 1 commit
  6. 28 Nov, 2016 6 commits
  7. 27 Nov, 2016 2 commits
  8. 26 Nov, 2016 5 commits
  9. 25 Nov, 2016 13 commits
  10. 24 Nov, 2016 2 commits
    • 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