aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-05-14pingpong: fix response cache memcpy overflowDaniel Stenberg
2018-05-14http: restore buffer pointer when bad response-line is parsedDaniel Stenberg
2018-05-13cookies: do not take cookie name as a parameterPatrick Monnerat
2018-05-12smb: reject negative file sizesDaniel Stenberg
2018-05-11setup_transfer: deal with both sockets being -1Daniel Stenberg
2018-05-10openssl: change FILE ops to BIO opsSunny Purushe
2018-05-04vtls: fix missing commasDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-05-04transfer: don't unset writesockfd on setup of multiplexed connsDaniel Stenberg
2018-05-04http: don't set the "rewind" flag when not uploading anythingDaniel Stenberg
2018-05-03ssh-libssh.c: fix left shift compiler warningDaniel Stenberg
2018-05-03URL: fix ASCII dependency in strcpy_url and strlen_urlStephan Mühlstrasser
2018-05-02vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg
2018-05-02wolfssl: Fix non-blocking connectDavid Garske
2018-04-27cookies: remove unused macroDaniel Gustafsson
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-26http2: fix null pointer dereference in http2_connisdeadDaniel Stenberg
2018-04-26http2: get rid of another strstr()Daniel Stenberg
2018-04-26cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg
2018-04-25cookies: ensure that we have cookies before writing jarDaniel Gustafsson
2018-04-25strcpy_url: only %-encode values >= 0x80Daniel Stenberg
2018-04-24mime: avoid NULL pointer dereference riskDaniel Stenberg