Age | Commit message (Expand) | Author |
2018-01-07 | mail-rcpt.d: fix short-text description | Jay Satiro |
2017-12-26 | tool_getparam: Support size modifiers for --max-filesize | Gisle Vanem |
2017-12-12 | curl: support >256 bytes warning messsages | Daniel Stenberg |
2017-12-11 | Revert "curl: don't set CURLOPT_INTERLEAVEDATA" | Daniel Stenberg |
2017-12-08 | curl: remove __EMX__ #ifdefs | Daniel Stenberg |
2017-12-08 | curl: don't set CURLOPT_INTERLEAVEDATA | Daniel Stenberg |
2017-12-07 | curl: limit -# update frequency for unknown total size | Daniel Stenberg |
2017-11-24 | metalink: fix memory-leak and NULL pointer dereference | Daniel Stenberg |
2017-11-10 | cmake: Correctly include curl.rc in Windows builds (#2064) | John Starks |
2017-11-06 | src/Makefile.m32: fix typo in brotli lib customization | Viktor Szakats |
2017-11-05 | Makefile.m32: allow to customize brotli libs | Viktor Szakats |
2017-11-05 | Makefile.m32: add brotli support | Viktor Szakats |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-11-04 | curl: speed up handling of many URLs | Daniel Stenberg |
2017-11-04 | curl: pass through [] in URLs instead of calling globbing error | Daniel Stenberg |
2017-10-30 | mkhelp.pl: support reproducible build | Juro Bystricky |
2017-10-29 | cli tool: improve ";type=" handling in -F option arguments | Patrick Monnerat |
2017-10-29 | cli tool: in -F option arg, comma is a delimiter for files only | Patrick Monnerat |
2017-10-28 | cmake: Export libcurl and curl targets to use by other cmake projects | Jakub Zakrzewski |
2017-10-15 | makefile.m32: allow to override gcc, ar and ranlib | Viktor Szakats |
2017-10-12 | cli tool: use file2memory() to buffer stdin in -F option. | Patrick Monnerat |
2017-10-12 | cli tool: reimplement stdin buffering in -F option. | Patrick Monnerat |
2017-10-09 | curl: don't pass semicolons when parsing Content-Disposition | Kristiyan Tsaklev |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-22 | metalink: fix NSS issue in MultiSSL builds | Viktor Szakats |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-20 | curl: check fseek() return code and bail on error | Daniel Stenberg |
2017-09-18 | curl: make str2udouble not return values on error | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-06 | mime: drop internal FILE * support. | Patrick Monnerat |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-03 | mime: fix signed/unsigned conversions. | Patrick Monnerat |
2017-09-03 | tool_formparse: fix some trivial warnings | Jay Satiro |
2017-09-03 | mime: use size_t instead of ssize_t in public API interface. | Patrick Monnerat |
2017-09-03 | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat |
2017-09-03 | mime: fix some implicit curl_off_t --> size_t conversion warnings. | Patrick Monnerat |
2017-09-02 | mime: use in curl cli tool instead of form API. | Patrick Monnerat |
2017-08-30 | makefile.m32: add multissl support | Viktor Szakats |
2017-08-28 | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin |
2017-08-28 | metalink: allow compiling with multiple SSL backends | Johannes Schindelin |
2017-08-22 | curl: shorten and clean up CA cert verification error message | Daniel Stenberg |
2017-08-22 | tool_main: turn off MinGW CRT's globbing | Marcel Raad |
2017-08-22 | makefile.m32: add support for libidn2 | Viktor Szakats |
2017-08-18 | metalink: adjust source code style | Johannes Schindelin |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-15 | zsh.pl: produce a working completion script again | Kamil Dudka |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |