Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src /
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-11 Dan FandrichFixed some "statement not reached" warnings
2014-07-03 Kamil Dudkatool: oops, forgot to include <plarenas.h>
2014-07-03 Kamil Dudkatool: call PL_ArenaFinish() on exit if NSPR is used
2014-07-02 Kamil Dudkatool: call PR_Cleanup() on exit if NSPR is used
2014-06-16 Michał Górnytool_metalink: Support polarssl as digest provider
2014-05-22 Steve Holmetool_getparam.c: Fixed compilation warnings
2014-05-22 Steve Holmebuild: Fixed incorrect reference to curl_setup.h in...
2014-05-21 Steve HolmeMakefile.inc: Added curlx headers to assist Visual...
2014-05-21 Steve Holmebuild: Renamed CURLX_ONES file list definition to CURLX...
2014-05-17 Steve HolmeMakefile.inc: Added resource file to assist Visual...
2014-05-10 Steve Holmetool_operate.c: Fixed compilation warning
2014-05-09 Steve Holmetool_operate.c: Fixed TAB is white space from commit...
2014-05-09 Steve Holmetool_urlglob.c: Fixed compilation warning
2014-05-09 Steve Holmetool_operate.c: Fixed compilation warnings
2014-05-07 Steve Holmetool_help: Fixed missing --login-options option
2014-05-06 Daniel Stenbergcurl: bail on cookie use when built with disabled cookies
2014-04-18 Marc Hoerskentool_writeout.c: initialize string pointer variable
2014-04-18 Marc Hoerskentool_formparse.c: fix possible use of non-null-terminat...
2014-04-18 Marc Hoerskentool_urlglob.c: added some comments to clarify for...
2014-04-05 Steve HolmeMakefile.vc6: Follow up fix to commit 45d3f00803
2014-04-05 Marc HoerskenMakefile.vc6: added warnless.c to fix build
2014-04-04 Maciej Puziocurl: add --proxy-header
2014-03-30 Paul Markscurl: stop interpreting IPv6 literals as glob patterns.
2014-03-26 Daniel Stenbergmkhelp: generate code for --disable-manual as well
2014-03-23 Steve Holmetool_operate: Fixed uninitialised variable under some...
2014-03-22 Steve Holmetool_parsecfg: Reworked error handling from commit...
2014-03-22 Steve Holmetool_getparam: Removed "dead assignment" code introduce...
2014-03-03 Jiri MalakRework Open Watcom make files to use standard Wmake...
2014-03-02 Steve Holmetool: Do not output libcurl source for the information...
2014-03-02 Steve Holmetool: Fixed libcurl source output for multiple operations
2014-03-01 Steve Holmetool_metalink.h: Fixed compilation warning
2014-03-01 Steve Holmetool: Moved internal variable isatty to the global...
2014-03-01 Steve Holmetool_operate.c: Fixed compilation error
2014-03-01 Steve Holmetool: Moved --libcurl to the global config
2014-03-01 Steve Holmetool: Moved --progress-bar to the global config
2014-03-01 Steve Holmetool: Moved --stderr to the global config
2014-02-28 Dan Fandrichtool_main: Fixed a memory leak on main_init error
2014-02-27 Steve Holmetool_cfgable: Code policing of structure pointers
2014-02-27 Steve Holmetool: Moved --trace and --verbose to the global config
2014-02-27 Steve Holmetool_main: Forgot to initialise the first operation...
2014-02-27 Steve Holmetool: Moved --silient to the global config
2014-02-27 Steve Holmetool_cfgable: Added GlobalConfig pointer to OperationConfig
2014-02-26 Steve Holmetool: Added support to .curlrc for URL specific options
2014-02-26 Steve Holmetool: Reworked argument parsing to use --next/-:
2014-02-26 Steve Holmetool_getparam: Added initial support for --next/-:
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-25 Daniel Stenbergparse_args: fix a too long source code line
2014-02-25 Steve Holmetool_help: Moved --no-alpn and --no-npn to be listed...
2014-02-25 Steve Holmetool: Moved --showerror to the global config
2014-02-25 Steve Holmetool_getparam: Added global config to getparameter()
2014-02-25 Steve Holmetool_getparam.h: Fixed compilation warning
2014-02-24 Steve Holmetool_cfgable: Added support for knowing the current...
2014-02-24 Steve Holmetool_operate: Moved easy handle cleanup into tool_main
2014-02-24 Marc Hoerskentool_hugehelp: partially reverted 24e22e10
2014-02-24 Steve Holmetool_main: Moved easy handle into global config structure
2014-02-23 Steve Holmetool: Fixed line longer than 79 characters from commit...
2014-02-23 Steve Holmetool_main: Corrected typo from commit d6b9f054e9 in...
2014-02-23 Steve Holmetool_main: Moved OperateConfig cleanup into main_free()
2014-02-23 Steve Holmetool_main: Moved initial OperateConfig creation into...
2014-02-23 Steve Holmetool_cfgable: Added global config structure
2014-02-23 Steve Holmetool_cfgable: Renamed Configurable structure to Operati...
2014-02-23 Steve Holmetool: Fixed incorrect return code with --version from...
2014-02-23 Steve Holmetool_getparam: Moved tool_help() call into operate()
2014-02-23 Steve Holmetool_getparam: Moved hugehelp() call into operate()
2014-02-23 Steve Holmetool_getparam: Moved tool_version_info() call into...
2014-02-22 Steve Holmetool_cfgable: Removed list_engine flag from config...
2014-02-22 Steve Holmetool_operate: Start to use CURLcode rather than int...
2014-02-22 Steve Holmetool: Fixed incorrect return code when setting HTTP...
2014-02-22 Steve Holmetool_getparam: Moved version information into separate...
2014-02-22 Steve Holmetool_operhlp.h: Fixed compilation warning
2014-02-22 Steve Holmetool_operhlp: Consolidated engine output code into...
2014-02-22 Steve Holmetool_operate: Moved list engines into separate function...
2014-02-20 Steve Holmetool_paramhlp: Fixed compilation warnings
2014-02-16 Steve Holmetool_paramhlp: Added URL index to password prompt for...
2014-02-16 Marc Hoerskenwarnless: add wrapper function for read and write on...
2014-02-15 Steve Holmetool_operate: Changed the required argument check/get...
2014-02-15 Steve Holmetool_operate: Moved required argument getting into...
2014-02-14 Marc Hoerskencurl: output protocol headers using binary mode
2014-02-10 Steve Holmetool_cfgable: Moved easy handle cleanup to fix pingpong...
2014-02-10 Fabian FrankNPN/ALPN: allow disabling via command line
2014-02-09 Daniel Stenbergtool_metalink: fix compiler warning when built without...
2014-02-09 Steve Holmetool_operate: Move the trace and error file closure...
2014-02-09 Steve Holmetool_operate: Added support for performing URL specific...
2014-02-09 Steve Holmetool_operate: Let curl handle cleanup take place in...
2014-02-08 Steve Holmetool_getparam: Added support for parsing of specific...
2014-02-07 Steve Holmetool_cfgable: For consistency renamed init_config(...
2014-02-07 Steve Holmetool_cfgable: Introduced config_free() function
2014-02-07 Daniel Stenberg--help: add missing --tlsv1.x options
2014-02-06 Steve Holmetool_operate: Removed unused argument parameters from...
2014-02-06 Steve Holmetool_operate: Moved list SSL engines code into operate()
2014-02-06 Steve Holmetool_operate: Moved argument parsing into operate()
2014-02-05 Steve Holmetool_operate: Moved .curlrc parsing code into operate()
2014-02-05 Steve Holmetool_operate: Moved locale setup code into operate_init()
2014-02-04 Dan Fandrichtool_operate: shortened too-long source line
2014-02-04 Steve Holmetool_operate: Introduced operate_free() function
2014-02-04 Steve Holmetool_operate: Introduced operate_init() function
2014-02-04 Steve Holmetool_operate: Introduced new operate() function
next