Age | Commit message (Expand) | Author |
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 |
2018-05-14 | http2: use easy handle of stream for logging | steini2000 |
2018-05-14 | gcc: disable picky gcc-8 function pointer warnings in two places | Daniel Stenberg |
2018-05-14 | http2: use the correct function pointer typedef | Daniel Stenberg |
2018-05-14 | ntlm: Fix format specifiers | Rikard Falkeborn |
2018-05-14 | lib: Fix format specifiers | Rikard Falkeborn |
2018-05-14 | http2: getsock fix for uploads | Daniel Stenberg |
2018-05-14 | pingpong: fix response cache memcpy overflow | Daniel Stenberg |
2018-05-14 | http: restore buffer pointer when bad response-line is parsed | Daniel Stenberg |
2018-05-13 | cookies: do not take cookie name as a parameter | Patrick Monnerat |