summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gcc: disable picky gcc-8 function pointer warnings in two placesbagder/gcc8-cast-function-typeDaniel Stenberg2018-05-142-2/+12
* http2: use the correct function pointer typedefDaniel Stenberg2018-05-143-22/+18
* CODE_STYLE: mention return w/o parens, but sizeof withDaniel Stenberg2018-05-141-38/+46
* examples: Fix format specifiersRikard Falkeborn2018-05-147-20/+20
* tool: Fix format specifiersRikard Falkeborn2018-05-142-3/+3
* ntlm: Fix format specifiersRikard Falkeborn2018-05-141-3/+3
* tests: Fix format specifiersRikard Falkeborn2018-05-148-13/+13
* lib: Fix format specifiersRikard Falkeborn2018-05-145-8/+8
* contributors.sh: use "on github", not atDaniel Stenberg2018-05-141-1/+2
* 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