1. 05 Sep, 2008 1 commit
    • Daniel Stenberg's avatar
      - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By · 4c976856
      Daniel Stenberg authored
        enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS
        or FTPS), libcurl will gather lots of server certificate info and that info
        can then get extracted by a client after the request has completed with
        curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing
        helped me test and smoothen out this feature.
      
        Unfortunately, this feature currently only works with libcurl built to use
        OpenSSL.
      
        This feature was sponsored by networking4all.com - thanks!
      4c976856
  2. 02 Sep, 2008 1 commit
  3. 01 Sep, 2008 1 commit
  4. 28 Aug, 2008 2 commits
  5. 26 Aug, 2008 1 commit
  6. 25 Aug, 2008 2 commits
  7. 21 Aug, 2008 1 commit
  8. 17 Aug, 2008 1 commit
  9. 15 Aug, 2008 1 commit
    • Yang Tse's avatar
      For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, · 66fb9ca5
      Yang Tse authored
      the names of the curl_off_t formatting string directives now become
      CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU.
      
      CURL_FMT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
      CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
      
      Remove the use of an internal name for the curl_off_t formatting string directives
      and use the common one available from the inside and outside of the library.
      
      FORMAT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
      FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
      66fb9ca5
  10. 13 Aug, 2008 4 commits
  11. 12 Aug, 2008 1 commit
  12. 11 Aug, 2008 2 commits
  13. 09 Aug, 2008 1 commit
  14. 08 Aug, 2008 1 commit
  15. 07 Aug, 2008 1 commit
  16. 30 Jul, 2008 1 commit
  17. 03 Jul, 2008 1 commit
    • Daniel Stenberg's avatar
      Introcuding a new timestamp for curl_easy_getinfo(): · 7c648782
      Daniel Stenberg authored
      CURLINFO_APPCONNECT_TIME. This is set with the "application layer"
      handshake/connection is completed (typically SSL, TLS or SSH). By using this
      you can figure out the application layer's own connect time. You can extract
      the time stamp using curl's -w option and the new variable named
      'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
      7c648782
  18. 02 Jul, 2008 1 commit
  19. 01 Jul, 2008 1 commit
  20. 09 Jun, 2008 1 commit
  21. 08 Jun, 2008 1 commit
  22. 06 Jun, 2008 3 commits
  23. 04 Jun, 2008 1 commit
  24. 03 Jun, 2008 1 commit
  25. 20 May, 2008 1 commit
    • Patrick Monnerat's avatar
      Adapting last changes to OS400: · 24bf52bc
      Patrick Monnerat authored
      _ Updated packages/OS400/curl.inc.in with new definitions.
      _ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets.
      _ Include files line length shortened below 100 chars.
      _ Const parameter in lib/qssl.[ch].
      _ Typos in packages/OS400/initscript.sh.
      24bf52bc
  26. 12 May, 2008 1 commit
  27. 30 Apr, 2008 1 commit
    • Daniel Stenberg's avatar
      - To make it easier for applications that want lots of magic stuff done on · 85298985
      Daniel Stenberg authored
        redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now
        introduce the new CURLINFO_REDIRECT_URL option that lets applications
        extract the URL libcurl would've redirected to if it had been told to. This
        then enables the application to continue to that URL as it thinks is
        suitable, without having to re-implement the magic of creating the new URL
        from the Location: header etc. Test 1029 verifies it.
      85298985
  28. 22 Apr, 2008 1 commit
  29. 17 Apr, 2008 1 commit
  30. 14 Apr, 2008 1 commit
  31. 31 Mar, 2008 1 commit
  32. 30 Mar, 2008 1 commit