summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg2017-11-241-3/+24
* cmake: Correctly include curl.rc in Windows builds (#2064)John Starks2017-11-101-1/+1
* src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats2017-11-061-1/+1
* Makefile.m32: allow to customize brotli libsViktor Szakats2017-11-051-1/+6
* Makefile.m32: add brotli supportViktor Szakats2017-11-051-1/+14
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+1
* curl: speed up handling of many URLsDaniel Stenberg2017-11-042-10/+11
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-041-3/+5
* mkhelp.pl: support reproducible buildJuro Bystricky2017-10-301-2/+0
* cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat2017-10-291-20/+16
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-291-17/+18
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-1/+12
* 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