aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-06-09tool_getparam: fix memory leak in parse_argsJay Satiro
2020-06-08tool_cfgable: free login_options at exitDaniel Stenberg
2020-05-25all: fix codespell errorsViktor Szakats
2020-05-24copyright: updated year ranges out of syncDaniel Stenberg
2020-05-23curl: remove -J "informational" written on stdoutDaniel Stenberg
2020-05-19tool_paramhlp: fixup C89 mistakeDaniel Stenberg
2020-05-19tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman
2020-05-19tool_operate: fixed potentially uninitialized variablesSiva Sivaraman
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14tool: support UTF-16 command line on WindowsMarcel Raad
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-05-13tool: shorten 3 --help descriptionsDaniel Stenberg
2020-05-12retry-all-errors.d: Shorten the summary lineJay Satiro
2020-05-12tool: Add option --retry-all-errors to retry on any errorJay Satiro
2020-05-10tool_operate: only set CURLOPT_SSL_OPTIONS if SSL support is presentDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-04-14tool: do not declare functions with Curl_ prefixDaniel Stenberg
2020-04-13cmake: add aliases so exported target names are available in treeNathaniel R. Lewis
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi
2020-03-31misc: copyright year updatesDaniel Stenberg
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2020-03-29curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg
2020-03-27writeout_json: Fix data type issuesMichael Kaufmann
2020-03-26docs/make: generate curl.1 from listed files onlyDaniel Stenberg
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-20cmdline: fix handling of OperationConfig linked list (--next)Rici Lake
2020-03-18writeout_json: use curl_off_t printf() option for the time outputDaniel Stenberg
2020-03-18tool_setopt: correct the copyright year rangeDaniel Stenberg
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-17writeout_json: add missing comma to fix the HTTP versionDaniel Stenberg
2020-03-17writeout: support to generate JSON outputMathias Gumz
2020-03-16tool_operate: fix add_parallel_transfers when more are in queueDaniel Stenberg
2020-03-14Makefile.m32: Improve windres parameter compatibilityJay Satiro
2020-03-07tool_cb_see: set correct copyright year rangeDaniel Stenberg
2020-03-07seek: fix fallback for missing ftruncate on WindowsMarc Hoersken
2020-03-01polarssl: Additional removalSteve Holme
2020-02-21cleanup: comment typosDaniel Stenberg
2020-02-20win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme
2020-02-19nit: Copyright year out of dateDaniel Stenberg
2020-02-18tool_util: Improve Windows version of tvnow()Jay Satiro
2020-02-13tool_home: Fix the copyright year being out of dateSteve Holme
2020-02-12tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro
2020-02-05curl: error on --alt-svc use w/o supportDaniel Stenberg
2020-02-04tool_operhlp: Copyright year out of date, should be 2020Daniel Stenberg
2020-02-04curl: avoid using strlen for testing if a string is emptyOrgad Shaneh