summaryrefslogtreecommitdiff
path: root/src/tool_main.c
Commit message (Expand)AuthorAgeFilesLines
* tool: improve --stderr handlingJay Satiro2023-03-121-5/+3
* src: silence wmain() warning for all build methodsViktor Szakats2023-03-111-0/+5
* curl: make --silent work stand-aloneDaniel Stenberg2023-02-171-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* netware: remove leftover tracesDaniel Gustafsson2022-11-231-6/+0
* curl/main_checkfds: check the fcntl return code betterDaniel Stenberg2022-10-121-3/+7
* tool_main: exit at once if out of file descriptorsDaniel Stenberg2022-10-071-16/+20
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* tool and tests: force flush of all buffers at end of programMarc Hoersken2022-03-131-0/+5
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-3/+1
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-1/+1
* tool_main: fix typo in comment8U61ife2021-10-041-1/+1
* tool_main: fix typo in commentDaniel Gustafsson2021-07-271-1/+1
* metalink: removeDaniel Stenberg2021-06-071-1/+0
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* tool_doswin: Restore original console settings on CTRL signalJay Satiro2021-01-121-53/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* symbian: drop supportDaniel Stenberg2020-09-221-5/+0
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-141-1/+7
* nit: Copyright year out of dateDaniel Stenberg2020-02-191-1/+1
* tool_util: Improve Windows version of tvnow()Jay Satiro2020-02-181-15/+18
* curl: use errorf() betterDaniel Stenberg2019-12-101-3/+3
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-3/+3
* curl: support parallel transfersDaniel Stenberg2019-07-201-16/+4
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-2/+2
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* tool_main: rename function to make it unique and betterDaniel Stenberg2018-11-301-2/+2
* tool: add undocumented option --dump-module-paths for win32Jay Satiro2018-11-061-0/+16
* curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto2018-11-051-6/+1
* tool_main: make TerminalSettings staticDaniel Stenberg2018-10-261-5/+5
* curl: enabled Windows VT Support and UTF-8 outputRich Turner2018-09-291-0/+56
* curl: added --styled-outputDaniel Stenberg2018-05-211-1/+2
* tool_main: turn off MinGW CRT's globbingMarcel Raad2017-08-221-0/+9
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* VMS: Updates for 0740-0D1220John E. Malmberg2014-12-211-1/+1
* tool: oops, forgot to include <plarenas.h>Kamil Dudka2014-07-031-0/+1
* tool: call PL_ArenaFinish() on exit if NSPR is usedKamil Dudka2014-07-031-1/+4
* tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2014-07-021-0/+9
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-0/+2
* tool: Moved --stderr to the global configSteve Holme2014-03-011-0/+5
* tool_main: Fixed a memory leak on main_init errorDan Fandrich2014-02-281-2/+7
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-0/+10
* tool_main: Forgot to initialise the first operation's global pointerSteve Holme2014-02-271-0/+1
* tool: Moved --showerror to the global configSteve Holme2014-02-251-1/+4
* tool_operate: Moved easy handle cleanup into tool_mainSteve Holme2014-02-241-1/+5
* tool_main: Moved easy handle into global config structureSteve Holme2014-02-241-4/+13
* 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