1. 11 Jun, 2012 1 commit
  2. 06 Jun, 2012 2 commits
  3. 04 Jun, 2012 1 commit
    • 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
  4. 03 Jun, 2012 4 commits
  5. 27 May, 2012 2 commits
  6. 26 May, 2012 8 commits
  7. 24 May, 2012 2 commits
  8. 22 May, 2012 2 commits
  9. 20 May, 2012 1 commit
  10. 16 May, 2012 1 commit
  11. 12 May, 2012 3 commits
  12. 06 May, 2012 1 commit
  13. 03 May, 2012 1 commit
  14. 27 Apr, 2012 2 commits
  15. 26 Apr, 2012 1 commit
  16. 20 Apr, 2012 1 commit
  17. 13 Apr, 2012 3 commits
  18. 12 Apr, 2012 2 commits
  19. 09 Apr, 2012 1 commit
    • 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
  20. 06 Apr, 2012 1 commit
    • 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