| Commit message (Expand) | Author | Age | Files | Lines |
* | docs/examples: URL updates | Viktor Szakats | 2018-09-23 | 34 | -110/+112 |
* | examples/Makefile.m32: sync with core [ci skip] | Viktor Szakats | 2018-09-22 | 2 | -56/+127 |
* | examples/parseurl.c: show off the URL API a bit | Daniel Stenberg | 2018-09-22 | 2 | -1/+79 |
* | SECURITY-PROCESS: mention the bountygraph program [ci skip] | Daniel Stenberg | 2018-09-22 | 1 | -4/+21 |
* | URL and mailmap updates, remove an obsolete directory [ci skip] | Viktor Szakats | 2018-09-22 | 3 | -11/+11 |
* | TODO: c-ares and CURLOPT_OPENSOCKETFUNCTION | Daniel Stenberg | 2018-09-20 | 1 | -7/+8 |
* | urlapi: document the error codes, remove two unused ones | Daniel Stenberg | 2018-09-19 | 2 | -3/+36 |
* | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg | 2018-09-19 | 1 | -0/+10 |
* | todo: Update reference to already done item | Daniel Gustafsson | 2018-09-19 | 1 | -1/+2 |
* | examples/http2-pushinmemory: receive HTTP/2 pushed files in memory | Daniel Stenberg | 2018-09-18 | 2 | -1/+189 |
* | examples: Fix memory leaks from realloc errors | Kruzya | 2018-09-17 | 5 | -12/+29 |
* | curl: update --tlsv* descriptions in --help output | Si | 2018-09-16 | 4 | -4/+4 |
* | secure Openwall URLs | Viktor Szakats | 2018-09-14 | 1 | -1/+1 |
* | curl_url_set.3: properly escape \n in example code | Dave Reisner | 2018-09-13 | 1 | -1/+1 |
* | curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY | Dave Reisner | 2018-09-13 | 1 | -1/+1 |
* | TODO: fix typo in item | Daniel Gustafsson | 2018-09-12 | 1 | -1/+1 |
* | anyauthput: fix compiler warning on 64-bit Windows | Marcel Raad | 2018-09-12 | 1 | -5/+8 |
* | libcurl-url.3: overview man page for the URL API | Daniel Stenberg | 2018-09-10 | 2 | -0/+138 |
* | example/asiohiper: insert warning comment about its status | Daniel Stenberg | 2018-09-10 | 1 | -1/+11 |
* | docs/cmdline-opts: update the documentation of --tlsv1.0 | Kamil Dudka | 2018-09-10 | 1 | -1/+1 |
* | docs/examples: do not wait when no transfers are running | Kamil Dudka | 2018-09-10 | 8 | -24/+24 |
* | curl_url_set.3: correct description | Daniel Stenberg | 2018-09-08 | 1 | -1/+1 |
* | curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 | Daniel Stenberg | 2018-09-08 | 5 | -5/+5 |
* | URL-API | Daniel Stenberg | 2018-09-08 | 7 | -23/+497 |
* | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg | 2018-09-07 | 6 | -23/+23 |
* | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond | 2018-09-07 | 6 | -1/+157 |
* | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén | 2018-09-06 | 1 | -1/+4 |
* | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg | 2018-09-06 | 4 | -0/+73 |
* | curl: --doh-url added | Daniel Stenberg | 2018-09-06 | 2 | -1/+10 |
* | setopt: add CURLOPT_DOH_URL | Daniel Stenberg | 2018-09-06 | 4 | -0/+75 |
* | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han | 2018-09-06 | 1 | -1/+1 |
* | CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated | Daniel Stenberg | 2018-09-06 | 1 | -0/+21 |
* | url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled | Daniel Stenberg | 2018-09-05 | 1 | -2/+4 |
* | multiplex: enable by default | Daniel Stenberg | 2018-09-05 | 1 | -1/+3 |
* | pipelining: deprecated | Daniel Stenberg | 2018-09-05 | 1 | -1/+3 |
* | THANKS: 7.61.1 statuscurl-7_61_1 | Daniel Stenberg | 2018-09-04 | 1 | -0/+21 |
* | tool_operate: Add http code 408 to transient list for --retry | Jay Satiro | 2018-09-03 | 1 | -1/+1 |
* | CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warning | Jay Satiro | 2018-08-29 | 1 | -1/+2 |
* | THANKS-filter: dedup Daniel Jeliński | Daniel Stenberg | 2018-08-28 | 1 | -0/+1 |
* | CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip] | Daniel Stenberg | 2018-08-27 | 1 | -3/+11 |
* | CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip] | Daniel Stenberg | 2018-08-27 | 1 | -2/+7 |
* | cmdline-opts/page-footer: fix edit mistake | Daniel Stenberg | 2018-08-25 | 1 | -4/+4 |
* | docs: clarify NO_PROXY env variable functionality | Daniel Stenberg | 2018-08-24 | 3 | -9/+10 |
* | libcurl-thread.3: expand somewhat on the NO_SIGNAL motivation | Daniel Stenberg | 2018-08-23 | 1 | -3/+9 |
* | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad | 2018-08-21 | 1 | -2/+2 |
* | INTERNALS: require GnuTLS >= 2.11.3 | Daniel Stenberg | 2018-08-21 | 1 | -1/+1 |
* | SSLCERTS: improve the openssl command line | Daniel Stenberg | 2018-08-20 | 1 | -2/+2 |
* | docs/SECURITY-PROCESS: now we name the files after the CVE id | Daniel Stenberg | 2018-08-20 | 1 | -7/+2 |
* | TODO: host name sections in config files | Daniel Stenberg | 2018-08-15 | 1 | -0/+8 |
* | docs: add disallow-username-in-url.d and haproxy-protocol.d on the list | Kamil Dudka | 2018-08-13 | 1 | -1/+2 |