Age | Commit message (Expand) | Author |
2017-10-02 | libcurl-tutorial: fix two typos. | Patrick Monnerat |
2017-10-01 | libcurl-tutorial: describe MIME API and deprecate form API. | Patrick Monnerat |
2017-09-28 | docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS | Michael Kaufmann |
2017-09-28 | docs: clarify the use of environment variables for proxy | Michael Kaufmann |
2017-09-23 | symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entry | Jay Satiro |
2017-09-22 | symbols-in-versions: add CURLSSLSET_NO_BACKENDS | 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-15 | docs: clarify the CURLOPT_INTERLEAVE* options behavior | Daniel Stenberg |
2017-09-10 | mbedtls: enable CA path processing | Jay Satiro |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-05 | docs/curl_mime_*.3: use correct variable types in examples | Daniel Stenberg |
2017-09-05 | examples/mime: minor example code fixes | Viktor Szakats |
2017-09-05 | docs/curl_mime_*.3: added examples | Daniel Stenberg |
2017-09-04 | mime: use CURL_ZERO_TERMINATED in examples | Viktor Szakats |
2017-09-04 | docs: curl_mime_*.3 man page formatting edits | Daniel Stenberg |
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-02 | mime: new MIME API. | Patrick Monnerat |
2017-09-01 | curl_global_sslset: select backend by name case insensitively | Daniel Stenberg |
2017-08-31 | curl_global_sslset.3: show the struct and enum too | Daniel Stenberg |
2017-08-30 | curl_global_sslset.3: clarify | Daniel Stenberg |
2017-08-28 | curl_global_init.3: mention curl_global_sslset(3) | Daniel Stenberg |
2017-08-28 | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin |
2017-08-28 | Add a man page for curl_global_sslset() | Johannes Schindelin |
2017-08-28 | vtls: introduce curl_global_sslset() | Johannes Schindelin |
2017-08-24 | CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD | Daniel Stenberg |
2017-08-17 | CURLOPT_SSH_COMPRESSION.3: enable with 1L | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-12 | docs: fix typo funtion -> function | Alessandro Ghedini |
2017-08-12 | docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT description | Alessandro Ghedini |
2017-08-12 | docs: fix typo stuct -> struct | Alessandro Ghedini |
2017-08-09 | make install: add 8 missing man pages to the installation | Daniel Stenberg |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-02 | CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2 | Daniel Stenberg |
2017-08-02 | CURLOPT_NETRC.3: mention the file name on windows | Daniel Stenberg |
2017-07-07 | CURLOPT_POSTFIELDS.3: explain the 100-continue magic better | Daniel Stenberg |
2017-07-07 | curl_easy_escape.3: mention the (lack of) encoding | Daniel Stenberg |
2017-06-29 | curl_strequal.3: fix typo in SYNOPSIS | Daniel Stenberg |
2017-06-28 | CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth | Kamil Dudka |
2017-06-24 | CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS case | Daniel Stenberg |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-19 | getinfo: return sizes as curl_off_t | Daniel Stenberg |
2017-06-18 | CURLOPT_PREQUOTE.3: spellfix man page reference | Daniel Stenberg |
2017-06-18 | TODO: implement support for CURLOPT_PREQUOTE with SFTP | Daniel Stenberg |
2017-06-14 | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg |
2017-06-01 | typecheck-gcc.h: separate getinfo slist checks from other pointers | Daniel Stenberg |
2017-05-31 | CURLOPT_SSH_KEY*.3: typos | Daniel Stenberg |
2017-05-31 | CURLOPT_STREAM_DEPENDS.3: typo | Daniel Stenberg |