Skip to content
  1. Jun 06, 2012
  2. Jun 04, 2012
    • Daniel Stenberg's avatar
      curl_easy_setopt.3: proto updates + cleanups · b511486f
      Daniel Stenberg authored
      - For all *FUNCTION options, they now all show the complete prototype in
        the description. Previously some of them would just refer to a
        typedef'ed function pointer in the curl.h header.
      
      - I made the phrasing of that "Pass a pointer to a function that matches
        the following prototype" the same for all *FUNCTION option descriptions.
      
      - I removed some uses of 'should'. I think I sometimes over-use this
        word as in many places I actually mean MUST or otherwise more specific
        and not-so-optional synonyms.
      b511486f
  3. Jun 03, 2012
  4. May 27, 2012
  5. May 26, 2012
  6. May 24, 2012
  7. May 22, 2012
  8. May 20, 2012
  9. May 16, 2012
  10. May 12, 2012
  11. May 06, 2012
  12. May 03, 2012
  13. Apr 27, 2012
  14. Apr 26, 2012
  15. Apr 20, 2012
  16. Apr 13, 2012
  17. Apr 12, 2012
  18. Apr 09, 2012
    • Yang Tse's avatar
      configure: Windows cross-compilation fixes · 21423497
      Yang Tse authored
      BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h,
      configure will generate appropriate conditionals so that mentioned symbols
      get defined and used in Makefiles at compilation time
      21423497
  19. 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
  20. Apr 05, 2012