Skip to content
Snippets Groups Projects
  1. Jan 19, 2011
  2. Jan 12, 2011
  3. Dec 15, 2010
  4. 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
  5. Nov 08, 2010
    • Daniel Stenberg's avatar
      CURLOPT_RESOLVE: added · 1b24b89c
      Daniel Stenberg authored
      CURLOPT_RESOLVE is a new option that sends along a curl_slist with
      name:port:address sets that will populate the DNS cache with entries so
      that request can be "fooled" to use another host than what otherwise
      would've been used. Previously we've encouraged the use of Host: for
      that when dealing with HTTP, but this new feature has the added bonus
      that it allows the name from the URL to be used for TLS SNI and server
      certificate name checks as well.
      
      This is a first change. Surely more will follow to make it decent.
      1b24b89c
  6. Oct 12, 2010
  7. Aug 25, 2010
  8. Aug 12, 2010
  9. Aug 11, 2010
  10. Aug 02, 2010
    • Daniel Stenberg's avatar
      typecheck-gcc: add checks for recently added options · 000ac0c9
      Daniel Stenberg authored
      I added all OBJECTPOINT curl_easy_setopt() options from 178 to 202. Left
      to add: the five FUNCTIONPOINT (callbacks) options added since:
      
      SSH_KEYFUNCTION
      INTERLEAVEFUNCTION
      CHUNK_BGN_FUNCTION
      CHUNK_END_FUNCTION
      FNMATCH_FUNCTION
      000ac0c9
  11. Jun 16, 2010
  12. Jun 04, 2010
  13. May 16, 2010
  14. May 15, 2010
  15. May 14, 2010
  16. May 12, 2010
  17. Apr 14, 2010
  18. Mar 25, 2010
  19. Mar 24, 2010
  20. Mar 21, 2010
  21. Mar 20, 2010
  22. Feb 14, 2010
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  23. Feb 13, 2010
  24. Feb 10, 2010
  25. Feb 09, 2010
  26. Feb 02, 2010
    • Yang Tse's avatar
      · 49ba75af
      Yang Tse authored
      - Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
        symbol will not be available when building with CURL_NO_OLDIES defined. Use
        of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
      49ba75af
  27. Jan 22, 2010
  28. Jan 21, 2010
  29. Jan 01, 2010
  30. Dec 30, 2009
  31. Dec 27, 2009
  32. Dec 25, 2009
  33. Dec 12, 2009
Loading