summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: restore buffer pointer when bad response-line is parsedDaniel Stenberg2018-05-141-1/+5
* cookies: do not take cookie name as a parameterPatrick Monnerat2018-05-131-1/+7
* smb: reject negative file sizesDaniel Stenberg2018-05-121-4/+10
* setup_transfer: deal with both sockets being -1Daniel Stenberg2018-05-111-1/+2
* openssl: change FILE ops to BIO opsSunny Purushe2018-05-101-15/+41
* vtls: fix missing commasDaniel Stenberg2018-05-043-3/+3
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-0415-89/+53
* transfer: don't unset writesockfd on setup of multiplexed connsDaniel Stenberg2018-05-041-6/+13
* http: don't set the "rewind" flag when not uploading anythingDaniel Stenberg2018-05-041-1/+1
* ssh-libssh.c: fix left shift compiler warningDaniel Stenberg2018-05-031-2/+1
* URL: fix ASCII dependency in strcpy_url and strlen_urlStephan Mühlstrasser2018-05-033-2/+22
* vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg2018-05-021-1/+3
* wolfssl: Fix non-blocking connectDavid Garske2018-05-021-1/+1
* cookies: remove unused macroDaniel Gustafsson2018-04-271-1/+0
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-275-12/+8
* http2: fix null pointer dereference in http2_connisdeadDaniel Stenberg2018-04-261-2/+5
* http2: get rid of another strstr()Daniel Stenberg2018-04-261-2/+4
* cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg2018-04-261-1/+6
* cookies: ensure that we have cookies before writing jarDaniel Gustafsson2018-04-251-0/+4
* strcpy_url: only %-encode values >= 0x80Daniel Stenberg2018-04-251-1/+1
* mime: avoid NULL pointer dereference riskDaniel Stenberg2018-04-241-1/+1
* ctype: restore character classification for non-ASCII platformsStephan Mühlstrasser2018-04-244-2/+49