summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libssh: goto DISCONNECT state on error, not SSH_SESSION_FREEDaniel Stenberg2018-07-061-1/+1
* libssh: include line number in state change debug messagesDaniel Stenberg2018-07-061-3/+14
* telnet: fix clang warningsGisle Vanem2018-07-011-2/+3
* openssl: Remove some dead codeGaurav Malhotra2018-06-291-10/+0
* openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg2018-06-291-9/+5
* openssl: allow TLS 1.3 by defaultDaniel Stenberg2018-06-291-1/+1
* getnameinfo: not usedDaniel Stenberg2018-06-272-42/+2
* easy_perform: use *multi_timeout() to get wait timesDaniel Stenberg2018-06-272-20/+9
* url: check Curl_conncache_add_conn return codeDaniel Stenberg2018-06-253-15/+12
* netrc: use a larger bufferDaniel Stenberg2018-06-231-2/+2
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-231-0/+5
* ConnectionExists: make sure conn->data is set when "taking" a connectionDaniel Stenberg2018-06-221-0/+1
* cmake: allow multiple SSL backendsRaphael Gozzo2018-06-211-0/+3
* url: fix dangling conn->data pointerDaniel Stenberg2018-06-213-4/+7
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-163-21/+38
* mk-ca-bundle.pl: make -u delete certdata.txt if found not changedMatteo Bignotti2018-06-141-0/+3
* progress: remove a set of unused definesDaniel Stenberg2018-06-131-13/+0
* Curl_init_do: handle NULL connection pointer passed inLyman Epp2018-06-131-6/+8
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-1212-74/+30
* schannel: avoid incompatible pointer warningViktor Szakats2018-06-121-1/+1
* schannel: support selecting ciphersRobert Prag2018-06-121-0/+121
* cppcheck: fix warningsMarian Klymov2018-06-1132-163/+130
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-112-12/+15
* boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem2018-06-082-9/+19
* mk-ca-bundle.pl: leave certificate name untouched in decode()Vladimir Kotal2018-06-081-1/+3
* spelling fixesViktor Szakats2018-06-037-9/+9
* axtls: follow-up spell fix of commentDaniel Stenberg2018-06-021-1/+1
* axTLS: not considered fit for useDaniel Stenberg2018-06-021-0/+5
* build: remove the Borland specific makefilesDaniel Stenberg2018-06-022-187/+2
* curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg2018-06-011-1/+2
* multi: remove a DEBUGF()Daniel Stenberg2018-06-011-2/+0
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-011-15/+19
* fnmatch: use the system one if availableDaniel Stenberg2018-06-011-0/+37
* configure: check for declaration of getpwuid_rBernhard Walle2018-05-311-0/+7
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-3111-35/+31
* option: disallow username in URLBjörn Stenberg2018-05-313-0/+12
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-295-1/+58
* fnmatch: insist on escaped bracket to matchDaniel Stenberg2018-05-281-2/+2
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-2810-28/+240
* cmake: check for getpwuid_rBernhard Walle2018-05-281-0/+3
* schannel: add failf calls for client certificate failuresralcock2018-05-271-0/+4
* content_encoding: handle zlib versions too old for Z_BLOCKAlejandro R. Sedeño2018-05-251-0/+6
* multi: provide a socket to wait for in Curl_protocol_getsockDaniel Stenberg2018-05-241-1/+5
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-241-1/+54
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-7/+0
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-221-13/+10
* tftp: make sure error is zero terminated before printfing itDaniel Stenberg2018-05-221-1/+4
* schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin2018-05-221-2/+6
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-2115-44/+57
* curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg2018-05-181-1/+1