summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme2014-05-171-0/+2
* tool_operate.c: Fixed compilation warningSteve Holme2014-05-101-1/+1
* tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985Steve Holme2014-05-091-1/+1
* tool_urlglob.c: Fixed compilation warningSteve Holme2014-05-091-1/+1
* tool_operate.c: Fixed compilation warningsSteve Holme2014-05-091-7/+7
* tool_help: Fixed missing --login-options optionSteve Holme2014-05-071-2/+2
* curl: bail on cookie use when built with disabled cookiesDaniel Stenberg2014-05-061-12/+14
* tool_writeout.c: initialize string pointer variableMarc Hoersken2014-04-191-1/+1
* tool_formparse.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* tool_urlglob.c: added some comments to clarify for loop conditionsMarc Hoersken2014-04-181-0/+2
* Makefile.vc6: Follow up fix to commit 45d3f00803Steve Holme2014-04-061-1/+5
* Makefile.vc6: added warnless.c to fix buildMarc Hoersken2014-04-051-0/+2
* curl: add --proxy-headerMaciej Puzio2014-04-044-1/+13
* curl: stop interpreting IPv6 literals as glob patterns.Paul Marks2014-03-301-3/+45
* mkhelp: generate code for --disable-manual as wellDaniel Stenberg2014-03-261-1/+5
* 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