summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_cfgable: free login_options at exitDaniel Stenberg2020-06-081-0/+1
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-1/+1
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-231-4/+0
* tool_paramhlp: fixup C89 mistakeDaniel Stenberg2020-05-191-2/+1
* tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman2020-05-191-0/+1
* tool_operate: fixed potentially uninitialized variablesSiva Sivaraman2020-05-191-5/+5
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-152-1/+94
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-1512-181/+176
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-143-10/+22
* curl_multibyte: add to curlxMarcel Raad2020-05-141-2/+4
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-2/+2
* tool: shorten 3 --help descriptionsDaniel Stenberg2020-05-131-16/+17
* retry-all-errors.d: Shorten the summary lineJay Satiro2020-05-121-1/+1
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-124-0/+12
* tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg2020-05-101-17/+18
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-083-0/+14
* tool: do not declare functions with Curl_ prefixDaniel Stenberg2020-04-144-47/+41
* cmake: add aliases so exported target names are available in treeNathaniel R. Lewis2020-04-131-1/+6
* curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi2020-04-051-30/+30
* misc: copyright year updatesDaniel Stenberg2020-03-311-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-312-0/+4
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-1/+2
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-1/+0
* writeout_json: Fix data type issuesMichael Kaufmann2020-03-273-5/+19
* docs/make: generate curl.1 from listed files onlyDaniel Stenberg2020-03-261-1/+1
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-248-6/+69
* cmdline: fix handling of OperationConfig linked list (--next)Rici Lake2020-03-202-2/+4
* writeout_json: use curl_off_t printf() option for the time outputDaniel Stenberg2020-03-181-1/+2
* tool_setopt: correct the copyright year rangeDaniel Stenberg2020-03-181-1/+1
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-185-1/+15
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-171-6/+6
* writeout_json: add missing comma to fix the HTTP versionDaniel Stenberg2020-03-171-1/+1
* writeout: support to generate JSON outputMathias Gumz2020-03-175-83/+347
* tool_operate: fix add_parallel_transfers when more are in queueDaniel Stenberg2020-03-161-1/+1
* Makefile.m32: Improve windres parameter compatibilityJay Satiro2020-03-141-1/+1
* tool_cb_see: set correct copyright year rangeDaniel Stenberg2020-03-072-2/+2
* seek: fix fallback for missing ftruncate on WindowsMarc Hoersken2020-03-072-7/+6
* polarssl: Additional removalSteve Holme2020-03-011-63/+0
* cleanup: comment typosDaniel Stenberg2020-02-211-2/+2
* win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme2020-02-201-2/+2
* nit: Copyright year out of dateDaniel Stenberg2020-02-194-4/+4
* tool_util: Improve Windows version of tvnow()Jay Satiro2020-02-184-32/+70
* tool_home: Fix the copyright year being out of dateSteve Holme2020-02-131-1/+1
* tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro2020-02-121-31/+24
* curl: error on --alt-svc use w/o supportDaniel Stenberg2020-02-052-4/+4
* tool_operhlp: Copyright year out of date, should be 2020Daniel Stenberg2020-02-041-1/+1
* curl: avoid using strlen for testing if a string is emptyOrgad Shaneh2020-02-042-2/+2
* curl: make the -# spaceship bar not wrap the lineDaniel Stenberg2020-01-261-20/+27
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-214-2/+13