Age | Commit message (Expand) | Author |
2018-06-25 | url: check Curl_conncache_add_conn return code | Daniel Stenberg |
2018-06-23 | netrc: use a larger buffer | Daniel Stenberg |
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-21 | cmake: allow multiple SSL backends | Raphael Gozzo |
2018-06-21 | url: fix dangling conn->data pointer | Daniel Stenberg |
2018-06-16 | multi: fix memory leak when stopped during name resolve | 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 | Curl_init_do: handle NULL connection pointer passed in | Lyman Epp |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-12 | schannel: avoid incompatible pointer warning | Viktor Szakats |
2018-06-12 | schannel: support selecting ciphers | Robert Prag |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-11 | openssl: assume engine support in 1.0.1 or later | Daniel Stenberg |
2018-06-08 | boringssl + schannel: undef X509_NAME in lib/schannel.h | Gisle Vanem |
2018-06-08 | mk-ca-bundle.pl: leave certificate name untouched in decode() | Vladimir Kotal |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-06-02 | axtls: follow-up spell fix of comment | Daniel Stenberg |
2018-06-02 | axTLS: not considered fit for use | Daniel Stenberg |
2018-06-02 | build: remove the Borland specific makefiles | Daniel Stenberg |
2018-06-01 | curl_addrinfo: use same #ifdef conditions in source as header | Daniel Stenberg |
2018-06-01 | multi: remove a DEBUGF() | Daniel Stenberg |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-06-01 | fnmatch: use the system one if available | Daniel Stenberg |
2018-05-31 | configure: check for declaration of getpwuid_r | Bernhard Walle |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-28 | fnmatch: insist on escaped bracket to match | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-05-28 | cmake: check for getpwuid_r | Bernhard Walle |
2018-05-27 | schannel: add failf calls for client certificate failures | ralcock |
2018-05-25 | content_encoding: handle zlib versions too old for Z_BLOCK | Alejandro R. Sedeño |
2018-05-24 | multi: provide a socket to wait for in Curl_protocol_getsock | Daniel Stenberg |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-24 | cmake: set -d postfix for debug builds if not specified | Sergei Nikulov |
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat |
2018-05-22 | tftp: make sure error is zero terminated before printfing it | Daniel Stenberg |
2018-05-22 | schannel: make CAinfo parsing resilient to CR/LF | Johannes Schindelin |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | Daniel Stenberg |
2018-05-18 | docs: mention HAproxy protocol "version 1" | Aleks |
2018-05-17 | getinfo: add microsecond precise timers for various intervals | Philip Prindeville |
2018-05-17 | openssl: acknowledge --tls-max for default version too | Daniel Stenberg |
2018-05-16 | schannel_verify: fix build for non-schannel | Daniel Stenberg |
2018-05-16 | rand: fix typo | Jay Satiro |
2018-05-16 | schannel: disable manual verify if APIs not available | Jay Satiro |
2018-05-16 | schannel: disable client cert option if APIs not available | Archangel_SDY |
2018-05-14 | http2: remove unused variable | steini2000 |