Skip to content
Snippets Groups Projects
  1. Apr 12, 2012
  2. Apr 11, 2012
  3. Apr 10, 2012
  4. 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
  5. Apr 08, 2012
  6. 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
  7. Apr 05, 2012
  8. Apr 01, 2012
    • 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
  9. Mar 27, 2012
  10. Mar 18, 2012
  11. Mar 17, 2012
  12. Mar 16, 2012
  13. Feb 23, 2012
    • Colin Hogben's avatar
      Generate lists and use symbols in --libcurl code output. · 99542429
      Colin Hogben authored
      This patch improves the output of curl's --libcurl option by
      generating code which builds curl_httppost and curl_slist lists, and
      uses symbolic names for enum and flag values.  Variants of the
      my_setopt macro in tool_setopt.h are added in order to pass extra type
      information to the code-generation step in tool_setopt.c.
      
      If curl is configured with --disable-libcurl-option then the macros
      call curl_easy_setopt directly.
      99542429
  14. Feb 16, 2012
  15. Feb 13, 2012
  16. Feb 09, 2012
  17. Feb 07, 2012
  18. Feb 06, 2012
  19. Jan 18, 2012
  20. Jan 04, 2012
  21. Dec 30, 2011
  22. Dec 21, 2011
  23. Dec 16, 2011
    • Daniel Stenberg's avatar
      curl -F: fix multiple file upload with custom type · 7b8590d1
      Daniel Stenberg authored
      Test case 1315 was added to verify this functionality. When passing in
      multiple files to a single -F, the parser would get all confused if one
      of the specified files had a custom type= assigned.
      
      Reported by: Colin Hogben
      7b8590d1
  24. Nov 25, 2011
  25. Nov 20, 2011
  26. Nov 17, 2011
  27. Nov 11, 2011
  28. Nov 03, 2011
  29. Nov 01, 2011
  30. Oct 31, 2011
  31. Oct 24, 2011
    • Daniel Stenberg's avatar
      large headers: have curl accept >16K headers · 515f11e7
      Daniel Stenberg authored
      As commit 5850cc48 clarifies, libcurl can deliver header lines that
      are longer than CURL_MAX_WRITE_SIZE, only body data is limited to that
      size. The curl tool has check (when built debug-enabled) that made the
      wrong checks and this new test 1205 verifies that larger headers work.
      515f11e7
Loading