summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* windows: fail early with a missing windres in autotoolsViktor Szakats2022-11-011-2/+2
* style: use space after comment start and before comment endDaniel Stenberg2022-10-302-6/+3
* curl: timeout in the read callbackDaniel Stenberg2022-10-288-23/+58
* misc: typo and grammar fixesAyesh Karunaratne2022-10-272-2/+2
* windows: fix linking .rc to shared curl with autotoolsViktor Szakats2022-10-271-2/+1
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-3/+0
* test644: verify --xattr (with redirect)Daniel Stenberg2022-10-222-20/+15
* tool_xattr: save the original URL, not the final redirected oneDaniel Stenberg2022-10-223-36/+49
* amiga: do not hardcode openssl/zlib into the os config [ci skip]Viktor Szakats2022-10-181-1/+1
* tool_operate: more transfer cleanup after parallel transfer failDaniel Stenberg2022-10-183-20/+23
* tool_paramhlp: make the max argument a 'double'Rickard Hallerbäck2022-10-163-6/+7
* tool_formparse: unroll the NULL_CHECK and CONST_FREE macrosDaniel Stenberg2022-10-142-78/+72
* curl/add_parallel_transfers: better error handlingDaniel Stenberg2022-10-141-10/+10
* tool_paramhelp: asserts verify maximum sizes for string loadingDaniel Stenberg2022-10-131-0/+3
* curl/main_checkfds: check the fcntl return code betterDaniel Stenberg2022-10-121-3/+7
* curl/get_url_file_name: use libcurl URL parserDaniel Stenberg2022-10-111-47/+51
* curl/add_file_name_to_url: use the libcurl URL parserDaniel Stenberg2022-10-103-56/+66
* single_transfer: use the libcurl URL parser when appending query partsDaniel Stenberg2022-10-101-36/+15
* tool_getparam: pass in the snprintf("%.*s") string length as 'int'Daniel Stenberg2022-10-101-1/+1
* tool_getparam: split out data_urlencode() into its own functionDaniel Stenberg2022-10-081-84/+103
* tool_main: exit at once if out of file descriptorsDaniel Stenberg2022-10-071-16/+20
* tool: reorganize function c_escape around a dynbufPatrick Monnerat2022-10-061-50/+41
* tool: avoid generating ambiguous escaped characters in --libcurlPatrick Monnerat2022-10-051-3/+8
* Makefile.m32: fix regression with tool_hugehelp [ci skip]Viktor Szakats2022-10-041-0/+7
* Makefile.m32: deduplicate build rules [ci skip]Viktor Szakats2022-10-041-142/+13
* Makefile.m32: major rework [ci skip]Viktor Szakats2022-10-031-286/+115
* Makefile.m32: delete legacy component bits [ci skip]Viktor Szakats2022-10-021-36/+3
* Makefile.m32: cleanups and fixes [ci skip]Viktor Szakats2022-10-011-106/+45
* docs: spelling nitsViktor Szakats2022-09-292-6/+6
* lib: sanitize conditional exclusion around MIMEPatrick Monnerat2022-09-291-1/+1
* tool: remove dead codePatrick Monnerat2022-09-232-7/+2
* tool: remove protocol count limitationPatrick Monnerat2022-09-2210-244/+223
* misc: fix spelling in two source filesJohn Bampton2022-09-191-1/+1
* windows: add .rc support to autotools buildsViktor Szakats2022-09-181-1/+11
* tool_libinfo: silence "different 'const' qualifiers" in qsort()Daniel Stenberg2022-09-171-3/+4
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-1610-193/+270
* curl: warn for --ssl use, considered insecureDaniel Stenberg2022-09-161-0/+3
* tool_hugehelp: make hugehelp a blank macro when disabledDaniel Stenberg2022-09-144-10/+7
* getparameter: return PARAM_MANUAL_REQUESTED for -M even when disabledDaniel Stenberg2022-09-141-4/+2
* tool_operate: avoid a few #ifdefs for disabled-libcurl buildsDaniel Stenberg2022-09-132-8/+8
* tool_setopt: use better English in --libcurl source commentsDaniel Stenberg2022-09-121-5/+5
* tool_operate: fix msnprintfing the error messageDaniel Stenberg2022-09-061-2/+3
* curl_ctype: convert to macros-onlyDaniel Stenberg2022-09-062-2/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-062-2/+2
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-1/+1
* NPN: remove support for and use ofDaniel Stenberg2022-09-053-6/+1
* tool_operate: reduce errorbuffer allocsDaniel Stenberg2022-09-013-9/+31
* tool_progress: remove 'Qd' from the parallel progress barDaniel Stenberg2022-08-311-10/+5
* tool_operate: prevent over-queuing in parallel modeDaniel Stenberg2022-08-311-3/+9
* getparam: correctly clean argsDaniel Stenberg2022-08-313-9/+9