summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: mention HAproxy protocol "version 1"Aleks2018-05-181-1/+1
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-0/+22
* openssl: acknowledge --tls-max for default version tooDaniel Stenberg2018-05-171-2/+1
* schannel_verify: fix build for non-schannelDaniel Stenberg2018-05-161-2/+1
* rand: fix typoJay Satiro2018-05-161-1/+1
* schannel: disable manual verify if APIs not availableJay Satiro2018-05-163-4/+37
* schannel: disable client cert option if APIs not availableArchangel_SDY2018-05-161-0/+15
* http2: remove unused variablesteini20002018-05-141-4/+0
* http2: use easy handle of stream for loggingsteini20002018-05-141-2/+2
* gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg2018-05-141-1/+6
* http2: use the correct function pointer typedefDaniel Stenberg2018-05-143-22/+18
* ntlm: Fix format specifiersRikard Falkeborn2018-05-141-3/+3
* lib: Fix format specifiersRikard Falkeborn2018-05-145-8/+8
* http2: getsock fix for uploadsDaniel Stenberg2018-05-141-1/+4
* pingpong: fix response cache memcpy overflowDaniel Stenberg2018-05-141-1/+4