1. 22 Apr, 2011 1 commit
  2. 20 Apr, 2011 1 commit
  3. 19 Apr, 2011 1 commit
  4. 18 Apr, 2011 2 commits
    • Daniel Stenberg's avatar
      transfer-encoding: document the options · 5aae3c13
      Daniel Stenberg authored
      The new libcurl and command line options are now described.
      5aae3c13
    • Daniel Stenberg's avatar
      transfer-encoding: added new option and cmdline · 8e4fb01e
      Daniel Stenberg authored
      Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer
      Encoding in HTTP requests (if built zlib enabled). I also renamed
      CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name
      around) to reduce the confusion when we have to encoding options for
      HTTP.
      
      --tr-encoding is now the new command line option for curl to request
      this, and thus I updated the test cases accordingly.
      8e4fb01e
  5. 17 Apr, 2011 2 commits
  6. 14 Apr, 2011 2 commits
  7. 13 Apr, 2011 1 commit
  8. 11 Apr, 2011 1 commit
  9. 09 Apr, 2011 1 commit
  10. 07 Apr, 2011 2 commits
  11. 05 Apr, 2011 1 commit
    • Daniel Stenberg's avatar
      return code cleanup: build, init and run-time errors · 01f05d0c
      Daniel Stenberg authored
      Stop the abuse of CURLE_FAILED_INIT as return code for things not being
      init related by introducing two new return codes:
      
      CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION
      
      CURLE_NOT_BUILT_IN replaces return code 4 that has been obsoleted for
      several years. It is used for returning error when something is
      attempted to be used but the feature/option was not enabled or
      explictitly disabled at build-time. Getting this error mostly means that
      libcurl needs to be rebuilt.
      
      CURLE_FAILED_INIT is now saved and used strictly for init
      failures. Getting this problem means something went seriously wrong,
      like a resource shortage or similar.
      
      CURLE_UNKNOWN_OPTION is the option formerly known as
      CURLE_UNKNOWN_TELNET_OPTION (and the old name is still present,
      separately defined to be removed in a very distant future). This error
      code is meant to be used to return when an option is given to libcurl
      that isn't known. This problem would mostly indicate a problem in the
      program that uses libcurl.
      01f05d0c
  12. 29 Mar, 2011 1 commit
  13. 25 Mar, 2011 1 commit
  14. 24 Mar, 2011 1 commit
  15. 23 Mar, 2011 1 commit
  16. 22 Mar, 2011 2 commits
  17. 21 Mar, 2011 1 commit
  18. 20 Mar, 2011 1 commit
  19. 18 Mar, 2011 1 commit
  20. 17 Mar, 2011 3 commits
  21. 15 Mar, 2011 1 commit
    • Kamil Dudka's avatar
      nss: do not ignore value of CURLOPT_SSL_VERIFYPEER · 806dbb02
      Kamil Dudka authored
      When NSS-powered libcurl connected to a SSL server with
      CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer
      certificate was accepted by libcurl and did not ask the second time when
      connecting to the same server with CURLOPT_SSL_VERIFYPEER equal to one.
      
      This patch turns off the SSL session cache for the particular SSL socket
      if peer verification is disabled.  In order to avoid any performance
      impact, the peer verification is completely skipped in that case, which
      makes it even faster than before.
      
      Bug: https://bugzilla.redhat.com/678580
      806dbb02
  22. 14 Mar, 2011 1 commit
    • Daniel Stenberg's avatar
      FAQ: indent tables · 77110865
      Daniel Stenberg authored
      Lines that are indented with at least 5 spaces get special treatment by
      the script that converts it to HTML on the site.
      77110865
  23. 11 Mar, 2011 1 commit
  24. 10 Mar, 2011 1 commit
    • Daniel Stenberg's avatar
      sources: update source headers · 1aeb635c
      Daniel Stenberg authored
      All C and H files now (should) feature the proper project curl source
      code header, which includes basic info, a copyright statement and some
      basic disclaimers.
      1aeb635c
  25. 08 Mar, 2011 2 commits
  26. 07 Mar, 2011 1 commit
  27. 21 Feb, 2011 3 commits
  28. 17 Feb, 2011 3 commits