summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* makefile.m32: allow to override gcc, ar and ranlibViktor Szakats2017-10-151-3/+10
* cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat2017-10-121-38/+15
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-121-5/+146
* curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev2017-10-091-9/+6
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-21/+25
* metalink: fix NSS issue in MultiSSL buildsViktor Szakats2017-09-221-1/+4
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-222-13/+3
* curl: check fseek() return code and bail on errorDaniel Stenberg2017-09-201-2/+10
* curl: make str2udouble not return values on errorDaniel Stenberg2017-09-181-3/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-1111-46/+49
* code style: use spaces around equals signsDaniel Stenberg2017-09-118-34/+34
* mime: drop internal FILE * support.Patrick Monnerat2017-09-061-3/+4
* mime: implement encoders.Patrick Monnerat2017-09-052-23/+69
* mime: fix signed/unsigned conversions.Patrick Monnerat2017-09-031-5/+14
* tool_formparse: fix some trivial warningsJay Satiro2017-09-031-4/+2
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-031-8/+10
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-032-7/+24
* mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat2017-09-031-4/+8
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-0215-447/+707
* makefile.m32: add multissl supportViktor Szakats2017-08-301-8/+8
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-1/+2
* metalink: allow compiling with multiple SSL backendsJohannes Schindelin2017-08-281-2/+4
* curl: shorten and clean up CA cert verification error messageDaniel Stenberg2017-08-221-21/+7
* tool_main: turn off MinGW CRT's globbingMarcel Raad2017-08-221-0/+9
* makefile.m32: add support for libidn2Viktor Szakats2017-08-221-8/+8
* metalink: adjust source code styleJohannes Schindelin2017-08-181-1/+1
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-7/+7
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-1/+1
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-174-0/+11
* zsh.pl: produce a working completion script againKamil Dudka2017-08-151-1/+1
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-142-5/+16
* mkhelp.pl: allow executing this script directlyJay Satiro2017-08-101-1/+1
* metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg2017-08-101-1/+1
* curl: do bounds check using a double comparisonAdam Sampson2017-08-091-1/+1
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-082-2/+2
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-075-14/+36
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-071-1/+4
* getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg2017-08-052-3/+3
* tool_help: clarify --include is only for response headersJay Satiro2017-07-291-1/+1
* make: fix docs build on OpenBSDRyan Winograd2017-07-101-0/+3
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-102-3/+3
* tool_getparam: fix potentially uninitialized errJay Satiro2017-07-091-1/+2
* tool_cb_wrt: fix variable shadowing warningMarcel Raad2017-07-091-3/+3
* tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg2017-07-041-2/+2
* make: build the docs subdir only from within srcDaniel Stenberg2017-06-301-4/+2
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-286-0/+30
* tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro2017-06-261-1/+3
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-215-14/+13
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-194-1/+11
* automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta2017-06-191-1/+1