summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-2/+3
* CMake: Improve config installationRuslan Baratov2018-10-011-7/+1
* curl: enabled Windows VT Support and UTF-8 outputRich Turner2018-09-291-0/+56
* whitespace fixesViktor Szakats2018-09-2350-317/+269
* URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats2018-09-221-1/+1
* curl: update --tlsv* descriptions in --help outputSi2018-09-161-4/+4
* urlglob: improve error messageDaniel Stenberg2018-09-131-5/+6
* misc: fix typos in commentsDaniel Gustafsson2018-09-101-1/+1
* curl: --doh-url addedDaniel Stenberg2018-09-065-0/+11
* tool_operate: Add http code 408 to transient list for --retryJay Satiro2018-09-031-0/+1
* tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro2018-08-311-1/+1
* curl: fix time-of-check, time-of-use race in dir creationDaniel Stenberg2018-08-251-6/+4
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-212-3/+3
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-1/+3
* Remove unused definitionsMarcel Raad2018-08-211-2/+0
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-151-23/+31
* GCC: silence -Wcast-function-type uniformlyMarcel Raad2018-08-111-14/+9
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-082-1/+54
* curl: use Content-Disposition before the "URL end" for -OJDaniel Stenberg2018-07-311-3/+2
* curl: Fix segfault when -H @headerfile is emptyTobias Blomberg2018-07-281-1/+1
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-1/+1
* header output: switch off all styles, not just unboldDaniel Stenberg2018-07-171-1/+4
* cppcheck: fix warningsMarian Klymov2018-06-1110-33/+28
* spelling fixesViktor Szakats2018-06-031-2/+2
* build: remove the Borland specific makefilesDaniel Stenberg2018-06-022-156/+2
* option: disallow username in URLBjörn Stenberg2018-05-314-0/+10
* curl.rc: embed manifest for correct Windows version detectionViktor Szakats2018-05-302-3/+51
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-294-6/+27