1. 22 Mar, 2012 7 commits
  2. 21 Mar, 2012 3 commits
  3. 20 Mar, 2012 1 commit
  4. 18 Mar, 2012 3 commits
  5. 17 Mar, 2012 3 commits
  6. 16 Mar, 2012 5 commits
  7. 13 Mar, 2012 1 commit
  8. 10 Mar, 2012 6 commits
  9. 08 Mar, 2012 5 commits
  10. 05 Mar, 2012 1 commit
  11. 25 Feb, 2012 1 commit
  12. 24 Feb, 2012 1 commit
  13. 23 Feb, 2012 3 commits
    • Steve Holme's avatar
      SMTP: Added support for returning SMTP response codes · 54300072
      Steve Holme authored
      Set the conn->data->info.httpcode variable in smtp_statemach_act() to
      allow Curl_getinfo() to return the SMTP response code via the
      CURLINFO_RESPONSE_CODE action.
      54300072
    • Daniel Stenberg's avatar
      curl.1: updated --libcurl · 779fa13e
      Daniel Stenberg authored
      With Colin Hogben's recent work, --libcurl now also works with -F and
      more. Remove the previous caveat.
      779fa13e
    • Daniel Stenberg's avatar
      test: --libcurl fixes · 1a7bba19
      Daniel Stenberg authored
      The line endings broke when I saved the three recent patches (my fault,
      not Colin's) to 'git am' them.
      
      Adjusted the stripping of the test program for comparing to also exclude
      the SSH key file name as that will differ and use a local path name.
      1a7bba19