Age | Commit message (Expand) | Author |
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 |
2017-09-04 | docs: Update to secure URL versions | Viktor Szakats |
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 |
2017-09-04 | test1135: fixed after bd8070085f9 | Daniel Stenberg |
2017-09-04 | examples/post-callback: stop returning one byte at a time | Daniel Stenberg |
2017-09-04 | RELEASE-NOTES: fixed the function counter script | Daniel Stenberg |
2017-09-04 | curl.h: make the curl_strequal() protos use the same style | Daniel Stenberg |
2017-09-04 | docs: curl_mime_*.3 man page formatting edits | Daniel Stenberg |
2017-09-04 | RELEASE-NOTES: synced with 1ab9e9b50 | Daniel Stenberg |
2017-09-04 | lib: bump version info (soname). Adapt and reenable test 1135. | Patrick Monnerat |
2017-09-03 | headers: move the global_sslset() proto from multi.h to curl.h | Daniel Stenberg |
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 |