summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattrChris Young2019-03-151-1/+5
* tool_operate: build on AmigaOSChris Young2019-03-151-3/+7
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-13/+23
* curl.1: mark the argument to --cookie as <data|filename>Daniel Stenberg2019-03-141-1/+1
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-081-3/+3
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-035-9/+26
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+1
* curl: display --version features sorted alphabeticallyDaniel Stenberg2019-02-271-3/+23
* curl: remove MANUAL from -M outputDaniel Stenberg2019-02-203-33/+8
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-198-127/+181
* cli tool: refactor encoding conversion sequence for switch case fallthrough.Patrick Monnerat2019-02-161-7/+5
* curl: "Dereference of null pointer"Patrick Monnerat2019-02-131-2/+2
* urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg2019-02-131-2/+2
* curl: "Function call argument is an uninitialized value"Daniel Stenberg2019-02-121-5/+5
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-116-481/+544
* curl: follow-up to 3f16990ec84Daniel Gustafsson2019-02-111-1/+1
* curl: follow-up to b49652ac66cc0Daniel Stenberg2019-02-111-1/+1
* curl: fix FreeBSD compiler warning in the --xattr codeDaniel Stenberg2019-02-111-5/+7
* tool_operate: fix typecheck warningMarcel Raad2019-02-071-1/+2
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-013-10/+10
* configure: rewrite --enable-code-coverageDaniel Stenberg2019-01-261-4/+0
* src/Makefile: make 'tidy' target work for metalink buildsDaniel Stenberg2019-01-141-2/+2
* tool_cb_prg: avoid integer overflowDaniel Stenberg2019-01-111-3/+16
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-101-8/+55
* printf: fix format specifiersRikard Falkeborn2019-01-041-4/+3
* tvnow: silence conversion warningsMarcel Raad2019-01-011-1/+1
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-215-0/+11
* curl -J: do not append to the destination fileDaniel Stenberg2018-12-194-10/+9
* docs: fix the --tls-max descriptionDaniel Stenberg2018-12-131-1/+1
* (lib)curl.rc: fixup for minor bugsStefan Kanthak2018-12-101-5/+5
* curl: fix memory leak reading --writeout from fileDaniel Stenberg2018-11-301-0/+1
* tool_main: rename function to make it unique and betterDaniel Stenberg2018-11-301-2/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-239-42/+40
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-2/+2
* tool_doswin: Fix uninitialized field warningDaniel Gustafsson2018-11-181-1/+3
* tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson2018-11-131-1/+8
* curl: --local-port range was not "including"Daniel Stenberg2018-11-091-1/+1
* curl: --local-port fix followupDaniel Stenberg2018-11-081-1/+1
* curl: fix --local-port integer overflowDaniel Stenberg2018-11-073-14/+26
* curl: correct the switch() logic in ourWriteOutDaniel Stenberg2018-11-071-1/+1
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-071-1/+11
* tool: add undocumented option --dump-module-paths for win32Jay Satiro2018-11-063-0/+70
* curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto2018-11-052-7/+31
* tool_getparam: fix some commentsMichael Kaufmann2018-11-031-13/+5
* axtls: removedDaniel Stenberg2018-11-011-21/+1
* voutf: fix bad arethmetic when outputting warnings to stderrDaniel Stenberg2018-10-301-1/+1
* Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg2018-10-271-0/+8
* tool_main: make TerminalSettings staticDaniel Stenberg2018-10-261-5/+5
* tool_cb_hdr: handle failure of rename()Kamil Dudka2018-10-171-2/+11
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-091-1/+2