Age | Commit message (Expand) | Author |
2018-09-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg |
2018-09-19 | todo: Update reference to already done item | Daniel Gustafsson |
2018-09-18 | examples/http2-pushinmemory: receive HTTP/2 pushed files in memory | Daniel Stenberg |
2018-09-17 | examples: Fix memory leaks from realloc errors | Kruzya |
2018-09-16 | curl: update --tlsv* descriptions in --help output | Si |
2018-09-14 | secure Openwall URLs | Viktor Szakats |
2018-09-13 | curl_url_set.3: properly escape \n in example code | Dave Reisner |
2018-09-13 | curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY | Dave Reisner |
2018-09-12 | TODO: fix typo in item | Daniel Gustafsson |
2018-09-12 | anyauthput: fix compiler warning on 64-bit Windows | Marcel Raad |
2018-09-10 | libcurl-url.3: overview man page for the URL API | Daniel Stenberg |
2018-09-10 | example/asiohiper: insert warning comment about its status | Daniel Stenberg |
2018-09-10 | docs/cmdline-opts: update the documentation of --tlsv1.0 | Kamil Dudka |
2018-09-10 | docs/examples: do not wait when no transfers are running | Kamil Dudka |
2018-09-08 | curl_url_set.3: correct description | Daniel Stenberg |
2018-09-08 | curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 | Daniel Stenberg |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-06 | curl: --doh-url added | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-09-06 | CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated | Daniel Stenberg |
2018-09-05 | url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled | Daniel Stenberg |
2018-09-05 | multiplex: enable by default | Daniel Stenberg |
2018-09-05 | pipelining: deprecated | Daniel Stenberg |
2018-09-04 | THANKS: 7.61.1 status | Daniel Stenberg |
2018-09-03 | tool_operate: Add http code 408 to transient list for --retry | Jay Satiro |
2018-08-29 | CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warning | Jay Satiro |
2018-08-28 | THANKS-filter: dedup Daniel Jeliński | Daniel Stenberg |
2018-08-27 | CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip] | Daniel Stenberg |
2018-08-27 | CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip] | Daniel Stenberg |
2018-08-25 | cmdline-opts/page-footer: fix edit mistake | Daniel Stenberg |
2018-08-24 | docs: clarify NO_PROXY env variable functionality | Daniel Stenberg |
2018-08-23 | libcurl-thread.3: expand somewhat on the NO_SIGNAL motivation | Daniel Stenberg |
2018-08-21 | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad |
2018-08-21 | INTERNALS: require GnuTLS >= 2.11.3 | Daniel Stenberg |
2018-08-20 | SSLCERTS: improve the openssl command line | Daniel Stenberg |
2018-08-20 | docs/SECURITY-PROCESS: now we name the files after the CVE id | Daniel Stenberg |
2018-08-15 | TODO: host name sections in config files | Daniel Stenberg |
2018-08-13 | docs: add disallow-username-in-url.d and haproxy-protocol.d on the list | Kamil Dudka |
2018-08-11 | docs: Improve the manual pages of some callbacks | Michael Kaufmann |
2018-08-10 | Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bug | Daniel Jelinski |
2018-08-10 | docs: mention NULL is fine input to several functions | Daniel Stenberg |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-08-04 | DEPRECATE: remove release date from 7.62.0 | Daniel Stenberg |
2018-07-29 | examples/ephiperfifo: checksrc compliance | Jay Satiro |