Age | Commit message (Expand) | Author |
2017-09-19 | cookies: use lock when using CURLINFO_COOKIELIST | Pavel P |
2017-09-18 | ossfuzz: changes before merging the generated corpora | Max Dymond |
2017-09-18 | mime:escape_string minor clarification change | Daniel Stenberg |
2017-09-18 | ossfuzz: don't write out to stdout | Max Dymond |
2017-09-18 | cookies: reject oversized cookies | Daniel Stenberg |
2017-09-18 | travis: on mac, don't install openssl or libidn | Daniel Stenberg |
2017-09-18 | curl: make str2udouble not return values on error | Daniel Stenberg |
2017-09-18 | socks: fix incorrect port number in SOCKS4 error message | Jay Satiro |
2017-09-16 | schannel: Support partial send for when data is too large | Marc Aldorasi |
2017-09-16 | openssl: add missing includes | David Benjamin |
2017-09-15 | conversions: fix several compiler warnings | Daniel Stenberg |
2017-09-15 | server/getpart: provide dummy function to build conversion enabled | Daniel Stenberg |
2017-09-15 | non-ascii: use iconv() with 'char **' argument | Daniel Stenberg |
2017-09-15 | escape.c: error: pointer targets differ in signedness | Daniel Stenberg |
2017-09-15 | docs: clarify the CURLOPT_INTERLEAVE* options behavior | Daniel Stenberg |
2017-09-15 | rtsp: Segfault in rtsp.c when using WRITEDATA | Max Dymond |
2017-09-15 | tests: enable gssapi in travis-ci linux build | Isaac Boukris |
2017-09-15 | tests: add initial gssapi test using stub implementation | Isaac Boukris |
2017-09-15 | test1150: verify same host fetch using different ports over proxy | Daniel Stenberg |
2017-09-14 | URL: on connection re-use, still pick the new remote port | Daniel Stenberg |
2017-09-12 | RELEASE-NOTES: synced with 87501e57f | Daniel Stenberg |
2017-09-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |
2017-09-12 | checksrc: detect and warn for multiple spaces | Daniel Stenberg |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |
2017-09-12 | checksrc: verify space after semicolons | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | checksrc: detect and warn for lack of spaces next to plus signs | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-11 | checksrc: verify spaces around equals signs | Daniel Stenberg |
2017-09-11 | Curl_checkheaders: make it available for IMAP and SMTP too | Daniel Stenberg |
2017-09-11 | travis: add build without HTTP/SMTP/IMAP | Daniel Stenberg |
2017-09-10 | mbedtls: enable CA path processing | Jay Satiro |
2017-09-08 | rtsp: do not call fwrite() with NULL pointer FILE * | Daniel Stenberg |
2017-09-08 | configure: use -Wno-varargs on clang 3.9[.X] debug builds | Daniel Stenberg |
2017-09-08 | ossfuzz: add some more handled CURL options | Max Dymond |
2017-09-07 | configure: check for C++ compiler after C, to make it non-fatal | Daniel Stenberg |
2017-09-07 | form API: add new test 650. | Patrick Monnerat |
2017-09-07 | configure: fix curl_off_t check's include order | Jay Satiro |
2017-09-07 | KNOWN_BUGS: Remove CMake symbol hiding issue | Jakub Zakrzewski |
2017-09-07 | http-proxy: when not doing CONNECT, that phase is done immediately | Daniel Stenberg |
2017-09-07 | OpenSSL: fix yet another mistake while encapsulating SSL backend data | Johannes Schindelin |
2017-09-07 | OpenSSL: fix erroneous SSL backend encapsulation | Johannes Schindelin |
2017-09-07 | vtls: fix memory corruption | Jay Satiro |
2017-09-07 | vtls: switch to CURL_SHA256_DIGEST_LENGTH define | Daniel Stenberg |
2017-09-07 | travis: add c-ares enabled builds linux + osx | Daniel Stenberg |
2017-09-07 | HISTORY: added some recent items | Daniel Stenberg |
2017-09-06 | SSL: fix unused parameter warnings | Jay Satiro |
2017-09-06 | mime: drop internal FILE * support. | Patrick Monnerat |
2017-09-06 | configure: remove --enable-soname-bump and SONAME_BUMP | Daniel Stenberg |
2017-09-06 | vtls: select ssl backend case-insensitive (follow-up) | Gisle Vanem |