summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-245-33/+43
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-245-43/+32
* Curl_memchr: zero length input can't matchDaniel Stenberg2018-04-241-9/+10
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-235-32/+43
* ftplistparser: renamed some members and variablesDaniel Stenberg2018-04-235-47/+47
* curl_global_sslset: always provide available backendsChristian Schmitz2018-04-231-2/+3
* http2: convert an assert to run-time checkDaniel Stenberg2018-04-231-2/+4
* schannel: fix build error on targets <= XPArchangel_SDY2018-04-231-1/+1
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-231-2/+1
* http2: handle GOAWAY properlyDaniel Stenberg2018-04-204-9/+31
* http2: clear the "drain counter" when a stream is closedDaniel Stenberg2018-04-201-0/+1
* http2: avoid strstr() on data not zero terminatedDaniel Stenberg2018-04-201-2/+5