Age | Commit message (Expand) | Author |
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 |
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 | runtests.pl: support attribute "nonewline" in part verify/upload. | Patrick Monnerat |
2017-09-05 | fixup data/test1135 | Daniel Stenberg |
2017-09-05 | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg |
2017-09-05 | curl.h: use lower case curl_mime* as for all public symbols | Daniel Stenberg |
2017-09-05 | docs/curl_mime_*.3: use correct variable types in examples | Daniel Stenberg |
2017-09-05 | openssl: use OpenSSL's default ciphers by default | Kamil Dudka |
2017-09-05 | examples/mime: minor example code fixes | Viktor Szakats |
2017-09-05 | docs/curl_mime_*.3: added examples | Daniel Stenberg |
2017-09-05 | configure: add MultiSSL to FEATURES when enabled | Daniel Stenberg |
2017-09-05 | http-proxy: treat all 2xx as CONNECT success | Daniel Stenberg |
2017-09-05 | MAIL-ETIQUETTE: added "1.9 Your emails are public" | Daniel Stenberg |
2017-09-04 | curl.h: fix "unused checksrc ignore", remove dangling reference | Daniel Stenberg |