Age | Commit message (Expand) | Author |
2018-09-13 | urlglob: improve error message | Daniel Stenberg |
2018-09-12 | tests/certs: rebuild certs with 2048-bit RSA keys | Yiming Jing |
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-12 | lib: fix gcc8 warning on Windows | Viktor Szakats |
2018-09-12 | openssl: fix gcc8 warning | Jay Satiro |
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-10 | cookies: Move failure case label to end of function | Daniel Gustafsson |
2018-09-10 | misc: fix typos in comments | Daniel Gustafsson |
2018-09-10 | cookies: fix leak when writing cookies to file | Daniel Gustafsson |
2018-09-10 | cookies: Remove redundant expired check | Daniel Gustafsson |
2018-09-09 | ntlm_wb: bail out if the response gets overly large | Daniel Stenberg |
2018-09-08 | url.c: fix comment typo and indentation | Daniel Gustafsson |
2018-09-08 | urlapi: avoid derefencing a possible NULL pointer | Daniel Stenberg |
2018-09-08 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-09-08 | test324: fix after 3f3b26d6feb0667714902e836af608094235fca2 | Marcel Raad |
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-07 | configure: add option to disable automatic OpenSSL config loading | Philipp Waehnert |
2018-09-07 | doh: minor edits to please Coverity | Daniel Stenberg |
2018-09-07 | schannel: avoid switch-cases that go to default anyway | Daniel Stenberg |
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 | travis: add the DOH tests to the torture testing | Daniel Stenberg |
2018-09-06 | DOH: add test case 1650 and 2100 | 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 | x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert | Han Han |
2018-09-06 | openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer | Han Han |
2018-09-06 | schannel: unified error code handling | Han Han |
2018-09-06 | darwinssl: more specific and unified error codes | 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 | tests: add unit tests for url.c | Jim Fuller |
2018-09-05 | test1452: mark as flaky | Daniel Stenberg |
2018-09-05 | pipelining: deprecated | Daniel Stenberg |
2018-09-05 | RELEASE-NOTES: start working on 7.62.0 | Daniel Stenberg |
2018-09-04 | THANKS: 7.61.1 status | Daniel Stenberg |
2018-09-04 | RELEASE-NOTES: 7.61.1 | Daniel Stenberg |
2018-09-04 | Curl_getoff_all_pipelines: ignore unused return values | Daniel Stenberg |
2018-09-04 | sftp: fix indentation | Viktor Szakats |
2018-09-04 | sftp: don't send post-qoute sequence when retrying a connection | Przemysław Tomaszewski |