1. 14 Jul, 2008 3 commits
  2. 11 Jul, 2008 5 commits
  3. 10 Jul, 2008 2 commits
  4. 09 Jul, 2008 2 commits
  5. 08 Jul, 2008 1 commit
  6. 07 Jul, 2008 2 commits
  7. 05 Jul, 2008 1 commit
  8. 03 Jul, 2008 2 commits
  9. 02 Jul, 2008 3 commits
  10. 01 Jul, 2008 1 commit
  11. 30 Jun, 2008 1 commit
  12. 29 Jun, 2008 1 commit
  13. 26 Jun, 2008 1 commit
  14. 22 Jun, 2008 2 commits
  15. 20 Jun, 2008 3 commits
  16. 19 Jun, 2008 5 commits
  17. 18 Jun, 2008 2 commits
  18. 13 Jun, 2008 1 commit
  19. 11 Jun, 2008 1 commit
    • Daniel Stenberg's avatar
      - I did a cleanup of the internal generic SSL layer and how the various SSL · 04d5c8fb
      Daniel Stenberg authored
        libraries are supported. Starting now, each underlying SSL library support
        code does a set of defines for the 16 functions the generic layer (sslgen.c)
        uses (all these new function defines use the prefix "curlssl_"). This
        greatly simplified the generic layer in readability by involving much less
        #ifdefs and other preprocessor stuff and should make it easier for people to
        make libcurl work with new SSL libraries.
      
        Hopefully I can later on document these 16 functions somewhat as well.
      
        I also made most of the internal SSL-dependent functions (using Curl_ssl_
        prefix) #defined to nothing when no SSL support is requested - previously
        they would unnecessarily call mostly empty functions.
      04d5c8fb
  20. 10 Jun, 2008 1 commit