summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile.m32: allow -nghttp3/-ngtcp2 without -ssl [ci skip]Viktor Szakats2022-08-151-12/+14
* docs/cmdline-opts: fix example and categories for --form-escapeEmanuele Torre2022-08-121-1/+1
* tool: reintroduce set file comment code for AmigaOSFutaura2022-08-081-0/+18
* docs: add dns category to --resolveEmil Engler2022-08-061-1/+1
* docs: remove him/her/he/she from documentationMarco Kamner2022-07-271-1/+1
* tool_getparam: make --doh-url "" switch it offDaniel Stenberg2022-07-271-0/+3
* tool_getparam: fix cleanarg() for unicode buildsDaniel Stenberg2022-07-252-8/+9
* tool_paramhlp: fix "enumerated type mixed with another type"Daniel Stenberg2022-07-231-3/+3
* tool_writeout: fix enumerated type mixed with another typeDaniel Stenberg2022-07-231-12/+12
* tool_cfgable: make 'synthetic_error' a plain boolDaniel Stenberg2022-07-232-9/+2
* tool_paramhlp: make check_protocol return ParameterErrorDaniel Stenberg2022-07-232-2/+2
* tool_formparse: fix variable may be used before its value is setDaniel Stenberg2022-07-231-1/+1
* curl: writeout: fix repeated header outputsDaniel Stenberg2022-07-171-11/+16