summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-133-2/+62
* smb: reject negative file sizesDaniel Stenberg2018-05-121-4/+10
* setup_transfer: deal with both sockets being -1Daniel Stenberg2018-05-111-1/+2
* travis: add build using NSSDaniel Stenberg2018-05-101-1/+8
* openssl: change FILE ops to BIO opsSunny Purushe2018-05-101-15/+41
* travis: add a build using WolfSSLDaniel Stenberg2018-05-091-1/+27
* RELEASE-NOTES: typoDaniel Stenberg2018-05-071-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-05-071-5/+24
* URLs: fix one more http urlDaniel Gustafsson2018-05-051-1/+1
* github/lock: auto-lock closed issues after 90 days of inactivityDaniel Stenberg2018-05-051-0/+8
* 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
* configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.hFrank Gevaerts2018-05-042-10/+4
* http: don't set the "rewind" flag when not uploading anythingDaniel Stenberg2018-05-041-1/+1
* travis: add an mbedtls buildbagder/travis-mbedtlsDaniel Stenberg2018-05-041-0/+17
* configure: only check for CA bundle for file-using SSL backendsDaniel Stenberg2018-05-031-3/+9
* 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
* docs: remove extraneous commas in man pagesDenis Ollier2018-05-033-4/+4
* RELEASE-NOTES: syncedDaniel Stenberg2018-05-031-13/+31
* Revert "TODO: remove configure --disable-pthreads"Daniel Stenberg2018-05-031-11/+6
* vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg2018-05-021-1/+3
* TODO: remove configure --disable-pthreadsDaniel Stenberg2018-05-021-6/+11
* wolfssl: Fix non-blocking connectDavid Garske2018-05-021-1/+1
* CURLOPT_URL.3: add ENCODING section [ci skip]Daniel Stenberg2018-04-301-1/+11
* KNOWN_BUGS: Client cert with Issuer DN differs between backendsDaniel Stenberg2018-04-301-0/+8
* KNOWN_BUGS: Passive transfer tries only one IP addressDaniel Stenberg2018-04-301-0/+13
* KNOWN_BUGS: --upload-file . hang if delay in STDINDaniel Stenberg2018-04-301-0/+8
* KNOWN_BUGS: Connection information when using TCP Fast OpenDaniel Stenberg2018-04-301-0/+8
* travis: enable libssh2 on both macos and LinuxDaniel Stenberg2018-04-301-2/+2
* TODO: Support the clienthello extensionDaniel Stenberg2018-04-301-0/+11
* TODO: CLOEXECDaniel Stenberg2018-04-301-0/+9
* tests: provide 'manual' as a feature to optionally requireDaniel Stenberg2018-04-293-0/+21
* CURLINFO_PROTOCOL.3: mention the existing defined namesDaniel Stenberg2018-04-271-3/+12
* cookies: remove unused macroDaniel Gustafsson2018-04-271-1/+0
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-277-17/+11
* 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
* configure: provide --with-wolfssl as an alias for --with-cyasslDaniel Stenberg2018-04-261-0/+6
* RELEASE-NOTES: syncedDaniel Stenberg2018-04-251-4/+17
* os400.c: fix ASSIGNWITHINCONDITION checksrc warningsDaniel Gustafsson2018-04-251-57/+93
* 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