Skip to content
Snippets Groups Projects
  1. Feb 18, 2008
  2. Feb 17, 2008
  3. Jan 28, 2008
  4. Jan 22, 2008
  5. Jan 21, 2008
  6. Jan 11, 2008
    • Daniel Stenberg's avatar
      I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use the · e2c81773
      Daniel Stenberg authored
      spanking new CURLOPT_SEEKFUNCTION simply to take advantage of the improved
      performance for the upload resume cases where you want to upload the last
      few bytes of a very large file. To implement this decently, I had to switch
      the client code for uploading from fopen()/fread() to plain open()/read() so
      that we can use lseek() to do >32bit seeks (as fseek() doesn't allow that)
      on systems that offer support for that.
      e2c81773
  7. Dec 14, 2007
  8. Nov 30, 2007
  9. Nov 28, 2007
  10. Nov 17, 2007
  11. Nov 01, 2007
  12. Oct 31, 2007
  13. Oct 29, 2007
  14. Oct 25, 2007
  15. Oct 19, 2007
  16. Oct 18, 2007
  17. Oct 14, 2007
  18. Oct 13, 2007
  19. Oct 10, 2007
  20. Oct 09, 2007
  21. Sep 25, 2007
  22. Sep 18, 2007
    • Daniel Stenberg's avatar
      Rob Crittenden provided an NSS update with the following highlights: · 8c3f40ee
      Daniel Stenberg authored
      o It looks for the NSS database first in the environment variable SSL_DIR,
        then in /etc/pki/nssdb, then it initializes with no database if neither of
        those exist.
      
      o If the NSS PKCS#11 libnspsem.so driver is available then PEM files may be
        loaded, including the ca-bundle. If it is not available then only
        certificates already in the NSS database are used.
      
      o Tries to detect whether a file or nickname is being passed in so the right
        thing is done
      
      o Added a bit of code to make the output more like the OpenSSL module,
        including displaying the certificate information when connecting in
        verbose mode
      
      o Improved handling of certificate errors (expired, untrusted, etc)
      
      The libnsspem.so PKCS#11 module is currently only available in Fedora
      8/rawhide. Work will be done soon to upstream it. The NSS module will work
      with or without it, all that changes is the source of the certificates and
      keys.
      8c3f40ee
  23. Sep 14, 2007
  24. Aug 30, 2007
  25. Aug 20, 2007
  26. Aug 11, 2007
    • Daniel Stenberg's avatar
      Patrick Monnerat modified the LDAP code and approach in curl. Starting now, · d0edb478
      Daniel Stenberg authored
      the configure script checks for openldap and friends and we link with those
      libs just like we link all other third party libraries, and we no longer
      dlopen() those libraries. Our private header file lib/ldap.h was renamed to
      lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
      just before this commit, just in case.
      d0edb478
  27. Jun 12, 2007
  28. May 31, 2007
  29. May 17, 2007
  30. Apr 30, 2007
  31. Apr 22, 2007
  32. Apr 10, 2007
  33. Apr 08, 2007
  34. Apr 01, 2007
  35. Mar 22, 2007
Loading