Skip to content
  1. Feb 06, 2019
  2. Jan 03, 2019
  3. Nov 01, 2018
    • Daniel Stenberg's avatar
      axtls: removed · 302d125b
      Daniel Stenberg authored
      As has been outlined in the DEPRECATE.md document, the axTLS code has
      been disabled for 6 months and is hereby removed.
      
      Use a better supported TLS library!
      
      Assisted-by: Daniel Gustafsson
      Closes #3194
      302d125b
  4. Oct 05, 2018
  5. Aug 21, 2018
  6. Nov 14, 2017
  7. Nov 05, 2017
  8. Oct 30, 2017
  9. Oct 28, 2017
  10. Aug 08, 2017
  11. Feb 15, 2017
  12. Jan 24, 2017
  13. Nov 15, 2016
  14. Oct 31, 2016
  15. Oct 30, 2016
  16. Aug 25, 2016
  17. Aug 09, 2016
  18. Jun 22, 2016
  19. Feb 01, 2016
  20. Jun 09, 2015
  21. May 19, 2015
  22. Dec 02, 2014
  23. Nov 30, 2014
  24. Nov 15, 2014
  25. Oct 13, 2014
  26. Sep 10, 2014
  27. Aug 26, 2014
  28. Jun 03, 2014
  29. Mar 17, 2014
  30. Mar 14, 2014
  31. Jan 05, 2014
  32. Dec 02, 2013
  33. Aug 06, 2013
    • Daniel Stenberg's avatar
      LIBCURL-STRUCTS: new document · 96749554
      Daniel Stenberg authored
      This is the first version of this new document, detailing the seven
      perhaps most important internal structs in libcurl source code:
      
        1.1 SessionHandle
        1.2 connectdata
        1.3 Curl_multi
        1.4 Curl_handler
        1.5 conncache
        1.6 Curl_share
        1.7 CookieInfo
      96749554
  34. Mar 12, 2013
  35. Jan 08, 2013
  36. Jan 06, 2013
    • Yang Tse's avatar
      Revert changes relative to lib/*.[ch] recent renaming · 4a5aa668
      Yang Tse authored
      This reverts renaming and usage of lib/*.h header files done
      28-12-2012, reverting 2 commits:
      
        f871de00... build: make use of 76 lib/*.h renamed files
        ffd8e127... build: rename 76 lib/*.h files
      
      This also reverts removal of redundant include guard (redundant thanks
      to changes in above commits) done 2-12-2013, reverting 1 commit:
      
        c087374c... curl_setup.h: remove redundant include guard
      
      This also reverts renaming and usage of lib/*.c source files done
      3-12-2013, reverting 3 commits:
      
        13606bbf... build: make use of 93 lib/*.c renamed files
        5b6e7927... build: rename 93 lib/*.c files
        7d83dfff... build: commit 13606bbf follow-up 1
      
      Start of related discussion thread:
      
        http://curl.haxx.se/mail/lib-2013-01/0012.html
      
      Asking for confirmation on pushing this revertion commit:
      
        http://curl.haxx.se/mail/lib-2013-01/0048.html
      
      Confirmation summary:
      
        http://curl.haxx.se/mail/lib-2013-01/0079.html
      
      NOTICE: The list of 2 files that have been modified by other
      intermixed commits, while renamed, and also by at least one
      of the 6 commits this one reverts follows below. These 2 files
      will exhibit a hole in history unless git's '--follow' option
      is used when viewing logs.
      
        lib/curl_imap.h
        lib/curl_smtp.h
      4a5aa668