Skip to content
  1. Jan 21, 2011
  2. Jan 19, 2011
  3. Jan 18, 2011
  4. Jan 15, 2011
  5. Jan 12, 2011
  6. Jan 04, 2011
  7. Jan 03, 2011
  8. Dec 30, 2010
  9. Dec 25, 2010
  10. Dec 23, 2010
  11. Dec 22, 2010
  12. Dec 18, 2010
  13. Dec 17, 2010
  14. Dec 16, 2010
  15. Dec 15, 2010
  16. Dec 09, 2010
  17. Dec 08, 2010
  18. Dec 03, 2010
  19. Nov 28, 2010
  20. Nov 20, 2010
  21. Nov 12, 2010
    • Daniel Stenberg's avatar
      curl.1: "a file", not an · c539b831
      Daniel Stenberg authored
      c539b831
    • Daniel Stenberg's avatar
      version-check.pl: display version number for symbols · 0a2edfc3
      Daniel Stenberg authored
      This script is the start of a helper tool that scans a source code and
      outputs the most recent libcurl version it finds symbols for. Meaning
      that if there's no conditions in the code, that's the earliest libcurl
      version the scanned code requires.
      
      It is not added to the Makefile.am yet as it is still a bit crude, but
      I'm committing it to keep it and allow us to work on it.
      0a2edfc3
  22. Nov 11, 2010
    • Daniel Stenberg's avatar
      HTTP Auth: Add CURLAUTH_ONLY · 86367422
      Daniel Stenberg authored
      This is a meta symbol. OR this value together with a single specific
      auth value to force libcurl to probe for un-restricted auth and if not,
      only that single auth algorithm is acceptable.
      
      For example you can use CURLAUTH_DIGEST|CURLAUTH_ONLY to make libcurl
      first probe for what method to use, but yet only consider Digest to be
      acceptable.
      
      Using _only_ CURLAUTH_DIGEST without the CURLAUTH_ONLY field, will make
      libcurl explicitly use Digest right away and not do any probing.
      86367422
  23. Nov 09, 2010
  24. Nov 08, 2010