Skip to content
  1. Nov 14, 2017
  2. Nov 05, 2017
  3. Oct 30, 2017
  4. Oct 28, 2017
  5. Aug 08, 2017
  6. Feb 15, 2017
  7. Jan 24, 2017
  8. Nov 15, 2016
  9. Oct 31, 2016
  10. Oct 30, 2016
  11. Aug 25, 2016
  12. Aug 09, 2016
  13. Jun 22, 2016
  14. Feb 01, 2016
  15. Jun 09, 2015
  16. May 19, 2015
  17. Dec 02, 2014
  18. Nov 30, 2014
  19. Nov 15, 2014
  20. Oct 13, 2014
  21. Sep 10, 2014
  22. Aug 26, 2014
  23. Jun 03, 2014
  24. Mar 17, 2014
  25. Mar 14, 2014
  26. Jan 05, 2014
  27. Dec 02, 2013
  28. 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
  29. Mar 12, 2013
  30. Jan 08, 2013
  31. Jan 06, 2013
  32. Jan 03, 2013
  33. Dec 26, 2012
  34. Jul 20, 2012
  35. Apr 13, 2012
  36. Apr 06, 2012
    • Yang Tse's avatar
      curl tool: use configuration files from lib directory · 919c97fa
      Yang Tse authored
      Configuration files such as curl_config.h and all config-*.h no longer exist
      nor are generated/copied into 'src' directory, now these only exist in 'lib'
      directory from where curl tool sources uses them.
      
      Additionally old src/setup.h has been refactored into src/tool_setup.h which
      now pulls lib/setup.h
      
      The possibility of a makefile needing an include path adjustment exists.
      919c97fa