summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_operate: Fixed uninitialised variable under some error situationsSteve Holme2014-03-231-6/+3
* tool_parsecfg: Reworked error handling from commit fc59a9e1Steve Holme2014-03-221-1/+2
* tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fcSteve Holme2014-03-221-3/+4
* Rework Open Watcom make files to use standard Wmake featuresJiri Malak2014-03-031-103/+103
* tool: Do not output libcurl source for the information only parametersSteve Holme2014-03-021-7/+3
* tool: Fixed libcurl source output for multiple operationsSteve Holme2014-03-022-35/+39
* tool_metalink.h: Fixed compilation warningSteve Holme2014-03-011-0/+3
* tool: Moved internal variable isatty to the global configSteve Holme2014-03-013-6/+9
* tool_operate.c: Fixed compilation errorSteve Holme2014-03-011-1/+1
* tool: Moved --libcurl to the global configSteve Holme2014-03-018-28/+29
* tool: Moved --progress-bar to the global configSteve Holme2014-03-013-15/+15
* tool: Moved --stderr to the global configSteve Holme2014-03-0112-68/+69
* tool_main: Fixed a memory leak on main_init errorDan Fandrich2014-02-281-2/+7
* tool_cfgable: Code policing of structure pointersSteve Holme2014-02-271-4/+4
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-276-29/+35
* tool_main: Forgot to initialise the first operation's global pointerSteve Holme2014-02-271-0/+1
* tool: Moved --silient to the global configSteve Holme2014-02-274-9/+10
* tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme2014-02-273-0/+9
* tool: Added support to .curlrc for URL specific optionsSteve Holme2014-02-261-1/+23
* tool: Reworked argument parsing to use --next/-:Steve Holme2014-02-261-27/+27
* tool_getparam: Added initial support for --next/-:Steve Holme2014-02-263-0/+6
* parse_args: fix a too long source code lineDaniel Stenberg2014-02-251-1/+2
* tool_help: Moved --no-alpn and --no-npn to be listed alphabeticallySteve Holme2014-02-251-2/+2
* tool: Moved --showerror to the global configSteve Holme2014-02-255-14/+17
* tool_getparam: Added global config to getparameter()Steve Holme2014-02-255-14/+15
* tool_getparam.h: Fixed compilation warningSteve Holme2014-02-251-0/+1
* tool_cfgable: Added support for knowing the current operationSteve Holme2014-02-242-5/+6
* tool_operate: Moved easy handle cleanup into tool_mainSteve Holme2014-02-243-22/+9
* tool_hugehelp: partially reverted 24e22e10Marc Hoersken2014-02-241-4/+0
* tool_main: Moved easy handle into global config structureSteve Holme2014-02-245-46/+42
* tool: Fixed line longer than 79 characters from commit 705a4cb549Steve Holme2014-02-232-2/+4
* tool_main: Corrected typo from commit d6b9f054e9 in Symbian codeSteve Holme2014-02-231-1/+1
* tool_main: Moved OperateConfig cleanup into main_free()Steve Holme2014-02-231-9/+9
* tool_main: Moved initial OperateConfig creation into main_init()Steve Holme2014-02-231-36/+36
* tool_cfgable: Added global config structureSteve Holme2014-02-232-2/+12
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-2332-103/+99
* tool: Fixed incorrect return code with --version from commit c10bf9bb36Steve Holme2014-02-231-1/+1
* tool_getparam: Moved tool_help() call into operate()Steve Holme2014-02-232-4/+5
* tool_getparam: Moved hugehelp() call into operate()Steve Holme2014-02-235-8/+14
* tool_getparam: Moved tool_version_info() call into operate()Steve Holme2014-02-234-4/+8
* tool_cfgable: Removed list_engine flag from config structureSteve Holme2014-02-225-13/+14
* tool_operate: Start to use CURLcode rather than int for return codesSteve Holme2014-02-223-15/+16
* tool: Fixed incorrect return code when setting HTTP request failsSteve Holme2014-02-221-2/+2
* tool_getparam: Moved version information into separate function in tool_helpSteve Holme2014-02-223-55/+60
* tool_operhlp.h: Fixed compilation warningSteve Holme2014-02-221-0/+2
* tool_operhlp: Consolidated engine output code into tool_helpSteve Holme2014-02-223-18/+12
* tool_operate: Moved list engines into separate function in tool_helpSteve Holme2014-02-223-4/+13
* tool_paramhlp: Fixed compilation warningsSteve Holme2014-02-201-8/+8
* tool_paramhlp: Added URL index to password prompt for multiple operationsSteve Holme2014-02-163-9/+19
* warnless: add wrapper function for read and write on WindowsMarc Hoersken2014-02-161-1/+2