aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-16multi: fix memory leak when stopped during name resolveDaniel Stenberg
2018-06-14mk-ca-bundle.pl: make -u delete certdata.txt if found not changedMatteo Bignotti
2018-06-13progress: remove a set of unused definesDaniel Stenberg
2018-06-13Curl_init_do: handle NULL connection pointer passed inLyman Epp
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-12schannel: avoid incompatible pointer warningViktor Szakats
2018-06-12schannel: support selecting ciphersRobert Prag
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-11openssl: assume engine support in 1.0.1 or laterDaniel Stenberg
2018-06-08boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem
2018-06-08mk-ca-bundle.pl: leave certificate name untouched in decode()Vladimir Kotal
2018-06-03spelling fixesViktor Szakats
2018-06-02axtls: follow-up spell fix of commentDaniel Stenberg
2018-06-02axTLS: not considered fit for useDaniel Stenberg
2018-06-02build: remove the Borland specific makefilesDaniel Stenberg
2018-06-01curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg
2018-06-01multi: remove a DEBUGF()Daniel Stenberg
2018-06-01CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-31configure: check for declaration of getpwuid_rBernhard Walle
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-28fnmatch: insist on escaped bracket to matchDaniel Stenberg
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-05-28cmake: check for getpwuid_rBernhard Walle
2018-05-27schannel: add failf calls for client certificate failuresralcock
2018-05-25content_encoding: handle zlib versions too old for Z_BLOCKAlejandro R. Sedeño
2018-05-24multi: provide a socket to wait for in Curl_protocol_getsockDaniel Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat
2018-05-22tftp: make sure error is zero terminated before printfing itDaniel Stenberg
2018-05-22schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-18curl_fnmatch: only allow two asterisks for matchingDaniel Stenberg
2018-05-18docs: mention HAproxy protocol "version 1"Aleks
2018-05-17getinfo: add microsecond precise timers for various intervalsPhilip Prindeville
2018-05-17openssl: acknowledge --tls-max for default version tooDaniel Stenberg
2018-05-16schannel_verify: fix build for non-schannelDaniel Stenberg
2018-05-16rand: fix typoJay Satiro
2018-05-16schannel: disable manual verify if APIs not availableJay Satiro
2018-05-16schannel: disable client cert option if APIs not availableArchangel_SDY
2018-05-14http2: remove unused variablesteini2000
2018-05-14http2: use easy handle of stream for loggingsteini2000
2018-05-14gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg
2018-05-14http2: use the correct function pointer typedefDaniel Stenberg
2018-05-14ntlm: Fix format specifiersRikard Falkeborn
2018-05-14lib: Fix format specifiersRikard Falkeborn
2018-05-14http2: getsock fix for uploadsDaniel Stenberg