Age | Commit message (Expand) | Author |
2018-07-02 | docs/DEPRECATE.md: spelling and minor formatting | Daniel Stenberg |
2018-07-02 | DEPRECATE: new doc describing planned item removals | Daniel Stenberg |
2018-07-01 | telnet: fix clang warnings | Gisle Vanem |
2018-06-30 | docs: fix missed option name markups | Daniel Stenberg |
2018-06-29 | openssl: Remove some dead code | Gaurav Malhotra |
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg |
2018-06-29 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-06-29 | openssl: allow TLS 1.3 by default | Daniel Stenberg |
2018-06-28 | CURLINFO_TLS_SSL_PTR.3: improve the example | Adrian Peniak |
2018-06-27 | travis: add a build using the synchronous name resolver | Daniel Stenberg |
2018-06-27 | configure: remove CURL_CHECK_NI_WITHSCOPEID too | Daniel Stenberg |
2018-06-27 | getnameinfo: not used | Daniel Stenberg |
2018-06-27 | easy_perform: use *multi_timeout() to get wait times | Daniel Stenberg |
2018-06-27 | configure: Add dependent libraries after crypto | Max Dymond |
2018-06-27 | GOVERNANCE: linkify, changed some titles | Daniel Stenberg |
2018-06-27 | GOVERNANCE: add maintainer details/duties | Daniel Stenberg |
2018-06-25 | url: check Curl_conncache_add_conn return code | Daniel Stenberg |
2018-06-25 | include/README: remove "hacking" advice, not the right place | Daniel Stenberg |
2018-06-24 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-06-24 | CURLOPT_SSL_VERIFYPEER.3: fix syntax mistake | Daniel Stenberg |
2018-06-23 | netrc: use a larger buffer | Daniel Stenberg |
2018-06-23 | CURLOPT_SSL_VERIFYPEER.3: Add performance note | Patrick Schlangen |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-22 | ConnectionExists: make sure conn->data is set when "taking" a connection | Daniel Stenberg |
2018-06-22 | system.h: fix for gcc on 32 bit OpenServer | Kevin R. Bulgrien |
2018-06-21 | cmake: allow multiple SSL backends | Raphael Gozzo |
2018-06-21 | url: fix dangling conn->data pointer | Daniel Stenberg |
2018-06-18 | CURLOPT_INTERFACE.3: interface names not supported on Windows | Daniel Stenberg |
2018-06-17 | travis: run more tests for coverage check | Daniel Stenberg |
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg |
2018-06-15 | maketgz: delete .bak files, fix indentation | Viktor Szakats |
2018-06-15 | runtests.pl: remove debug leftover from bb9a340c73f3 | Daniel Stenberg |
2018-06-15 | curl-confopts.m4: fix typo from ed224f23d5beb | Daniel Stenberg |
2018-06-15 | docs/RELEASE-PROCEDURE.md: renamed to use .md extension | Daniel Stenberg |
2018-06-15 | RELEASE-PROCEDURE: gpg sign the tags | Daniel Stenberg |
2018-06-15 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-06-15 | CURLOPT_HTTPAUTH.3: CURLAUTH_BEARER was added in 7.61.0 | Daniel Stenberg |
2018-06-14 | maketgz: fix sed issues on OSX | Mamta Upadhyay |
2018-06-14 | configure: enhance ability to detect/build with static openssl | Daniel Stenberg |
2018-06-14 | configure: use pkg-config for c-ares detection | Daniel Stenberg |
2018-06-14 | GOVERNANCE.md: explains how this project is run | Daniel Stenberg |
2018-06-14 | KNOWN_BUGS: NTLM doen't support password with ยง character | Daniel Stenberg |
2018-06-14 | KNOWN_BUGS: slow connect to localhost on Windows | Daniel Stenberg |
2018-06-14 | mk-ca-bundle.pl: make -u delete certdata.txt if found not changed | Matteo Bignotti |
2018-06-13 | progress: remove a set of unused defines | Daniel Stenberg |
2018-06-13 | TODO: "Option to refuse usernames in URLs" done | Daniel Stenberg |
2018-06-13 | Curl_init_do: handle NULL connection pointer passed in | Lyman Epp |
2018-06-12 | runtests: support variables in <strippart> | Daniel Stenberg |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-12 | schannel: avoid incompatible pointer warning | Viktor Szakats |