Age | Commit message (Expand) | Author |
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 |
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: tests and examples. | Patrick Monnerat |
2017-09-02 | mime: use in curl cli tool instead of form API. | Patrick Monnerat |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-09-02 | test564: Add a warning comment about shell profile output. | Patrick Monnerat |
2017-09-02 | checksrc: disable SPACEBEFOREPAREN for case statement. | Patrick Monnerat |
2017-09-02 | runtests.pl: allow <file[1-4]> tags in client section. | Patrick Monnerat |
2017-09-02 | runtests.pl: Apply strippart to upload too. | Patrick Monnerat |
2017-09-02 | Curl_base64_encode: always call with a real data handle. | Patrick Monnerat |
2017-09-02 | non-ascii: allow conversion functions to be called with a NULL data handle. | Patrick Monnerat |
2017-09-02 | http: fix a memory leakage in checkrtspprefix(). | Patrick Monnerat |
2017-09-02 | ossfuzz: Move to C++ for curl_fuzzer. | Max Dymond |
2017-09-01 | curl_global_sslset: select backend by name case insensitively | Daniel Stenberg |
2017-09-01 | ossfuzz: additional seed corpora | Max Dymond |
2017-09-01 | ossfuzz: moving towards the ideal integration | Max Dymond |
2017-08-31 | strcase: corrected comment header for Curl_strcasecompare() | Daniel Stenberg |
2017-08-31 | unit1301: fix error message on first test | Daniel Stenberg |
2017-08-31 | curl_global_sslset.3: show the struct and enum too | Daniel Stenberg |
2017-08-31 | darwinssl: handle long strings in TLS certs (follow-up) | Jay Satiro |
2017-08-31 | cyassl: call it the "WolfSSL" backend | Daniel Stenberg |