1. 27 Apr, 2011 2 commits
  2. 26 Apr, 2011 3 commits
  3. 25 Apr, 2011 4 commits
  4. 24 Apr, 2011 1 commit
  5. 22 Apr, 2011 4 commits
  6. 21 Apr, 2011 8 commits
  7. 20 Apr, 2011 7 commits
  8. 19 Apr, 2011 9 commits
  9. 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