1. 03 Jun, 2012 4 commits
  2. 27 May, 2012 2 commits
  3. 26 May, 2012 8 commits
  4. 24 May, 2012 2 commits
  5. 22 May, 2012 2 commits
  6. 20 May, 2012 1 commit
  7. 16 May, 2012 1 commit
  8. 12 May, 2012 3 commits
  9. 06 May, 2012 1 commit
  10. 03 May, 2012 1 commit
  11. 27 Apr, 2012 2 commits
  12. 26 Apr, 2012 1 commit
  13. 20 Apr, 2012 1 commit
  14. 13 Apr, 2012 3 commits
  15. 12 Apr, 2012 2 commits
  16. 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
  17. 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
  18. 05 Apr, 2012 1 commit
  19. 04 Apr, 2012 1 commit
  20. 01 Apr, 2012 2 commits
    • Dave Reisner's avatar
      curl tool: add filename_effective token for --write-out · ddfe821b
      Dave Reisner authored
      By modifying the parameter list for ourWriteOut() and passing the
      OutStruct that collects data in tool_operate, we get access to the
      remote name that we're writing to. Shell scripters should find this
      useful when used in conjuntion with the --remote-header-name option.
      ddfe821b
    • Armel Asselin's avatar
      SSH: public key can now be an empty string · 05a443ad
      Armel Asselin authored
      If an empty string is passed to CURLOPT_SSH_PUBLIC_KEYFILE, libcurl will
      pass no public key to libssh2 which then tries to compute it from the
      private key. This is known to work when libssh2 1.4.0+ is linked against
      OpenSSL.
      05a443ad