aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-10cmake: Correctly include curl.rc in Windows builds (#2064)John Starks
2017-11-06src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats
2017-11-05Makefile.m32: allow to customize brotli libsViktor Szakats
2017-11-05Makefile.m32: add brotli supportViktor Szakats
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-04curl: speed up handling of many URLsDaniel Stenberg
2017-11-04curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg
2017-10-30mkhelp.pl: support reproducible buildJuro Bystricky
2017-10-29cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat
2017-10-29cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat
2017-10-28cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski
2017-10-15makefile.m32: allow to override gcc, ar and ranlibViktor Szakats
2017-10-12cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat
2017-10-12cli tool: reimplement stdin buffering in -F option.Patrick Monnerat
2017-10-09curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-22metalink: fix NSS issue in MultiSSL buildsViktor Szakats
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-20curl: check fseek() return code and bail on errorDaniel Stenberg
2017-09-18curl: make str2udouble not return values on errorDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-06mime: drop internal FILE * support.Patrick Monnerat
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-03mime: fix signed/unsigned conversions.Patrick Monnerat
2017-09-03tool_formparse: fix some trivial warningsJay Satiro
2017-09-03mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat
2017-09-03mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat
2017-09-03mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-08-30makefile.m32: add multissl supportViktor Szakats
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28metalink: allow compiling with multiple SSL backendsJohannes Schindelin
2017-08-22curl: shorten and clean up CA cert verification error messageDaniel Stenberg
2017-08-22tool_main: turn off MinGW CRT's globbingMarcel Raad
2017-08-22makefile.m32: add support for libidn2Viktor Szakats
2017-08-18metalink: adjust source code styleJohannes Schindelin
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-15zsh.pl: produce a working completion script againKamil Dudka
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-10mkhelp.pl: allow executing this script directlyJay Satiro
2017-08-10metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg
2017-08-09curl: do bounds check using a double comparisonAdam Sampson
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
2017-08-07curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-08-07glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg
2017-08-05getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg
2017-07-29tool_help: clarify --include is only for response headersJay Satiro