aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-18tool_doswin: Fix uninitialized field warningDaniel Gustafsson
2018-11-13tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson
2018-11-09curl: --local-port range was not "including"Daniel Stenberg
2018-11-08curl: --local-port fix followupDaniel Stenberg
2018-11-07curl: fix --local-port integer overflowDaniel Stenberg
2018-11-07curl: correct the switch() logic in ourWriteOutDaniel Stenberg
2018-11-07curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts
2018-11-06tool: add undocumented option --dump-module-paths for win32Jay Satiro
2018-11-05curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto
2018-11-03tool_getparam: fix some commentsMichael Kaufmann
2018-11-01axtls: removedDaniel Stenberg
2018-10-30voutf: fix bad arethmetic when outputting warnings to stderrDaniel Stenberg
2018-10-27Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg
2018-10-26tool_main: make TerminalSettings staticDaniel Stenberg
2018-10-17tool_cb_hdr: handle failure of rename()Kamil Dudka
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-10-01CMake: Improve config installationRuslan Baratov
2018-09-29curl: enabled Windows VT Support and UTF-8 outputRich Turner
2018-09-23whitespace fixesViktor Szakats
2018-09-22URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats
2018-09-16curl: update --tlsv* descriptions in --help outputSi
2018-09-13urlglob: improve error messageDaniel Stenberg
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-09-03tool_operate: Add http code 408 to transient list for --retryJay Satiro
2018-08-31tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro
2018-08-25curl: fix time-of-check, time-of-use race in dir creationDaniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-21Remove unused definitionsMarcel Raad
2018-08-15curl: warn the user if a given file name looks like an optionDaniel Stenberg
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-07-31curl: use Content-Disposition before the "URL end" for -OJDaniel Stenberg
2018-07-28curl: Fix segfault when -H @headerfile is emptyTobias Blomberg
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-07-17header output: switch off all styles, not just unboldDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-03spelling fixesViktor Szakats
2018-06-02build: remove the Borland specific makefilesDaniel Stenberg
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-30curl.rc: embed manifest for correct Windows version detectionViktor Szakats
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg