Age | Commit message (Expand) | Author |
2017-09-23 | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro |
2017-09-23 | file_range: avoid integer overflow when figuring out byte range | Daniel Stenberg |
2017-09-22 | ntlm: use strict order for SSL backend #if branches | Viktor Szakats |
2017-09-22 | imap: quote atoms properly when escaping characters | Daniel Stenberg |
2017-09-22 | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-21 | openssl: only verify RSA private key if supported | Dirk Feytons |
2017-09-20 | mime: rephrase the multipart output state machine (#1898) ... | Patrick Monnerat |
2017-09-20 | mime: fix an explicit null dereference (#1899) | Patrick Monnerat |
2017-09-20 | smtp: fix memory leak in OOM | Daniel Stenberg |
2017-09-19 | cookies: use lock when using CURLINFO_COOKIELIST | Pavel P |
2017-09-18 | mime:escape_string minor clarification change | Daniel Stenberg |
2017-09-18 | cookies: reject oversized cookies | 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 | 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 | rtsp: Segfault in rtsp.c when using WRITEDATA | Max Dymond |
2017-09-14 | URL: on connection re-use, still pick the new remote port | 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-10 | mbedtls: enable CA path processing | Jay Satiro |
2017-09-08 | rtsp: do not call fwrite() with NULL pointer FILE * | Daniel Stenberg |
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-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 |
2017-09-05 | openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation | Jay Satiro |
2017-09-05 | mime: fix a trivial warning. | Patrick Monnerat |
2017-09-05 | mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code. | Patrick Monnerat |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-05 | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg |
2017-09-05 | openssl: use OpenSSL's default ciphers by default | Kamil Dudka |
2017-09-05 | http-proxy: treat all 2xx as CONNECT success | Daniel Stenberg |
2017-09-04 | mime: use CURL_ZERO_TERMINATED in examples | Viktor Szakats |
2017-09-04 | schannel: return CURLE_SSL_CACERT on failed verification | Daniel Stenberg |