aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-14http2: use the correct function pointer typedefDaniel Stenberg
2018-05-14CODE_STYLE: mention return w/o parens, but sizeof withDaniel Stenberg
2018-05-14examples: Fix format specifiersRikard Falkeborn
2018-05-14tool: Fix format specifiersRikard Falkeborn
2018-05-14ntlm: Fix format specifiersRikard Falkeborn
2018-05-14tests: Fix format specifiersRikard Falkeborn
2018-05-14lib: Fix format specifiersRikard Falkeborn
2018-05-14contributors.sh: use "on github", not atDaniel Stenberg
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-10travis: add build using NSSDaniel Stenberg
2018-05-10openssl: change FILE ops to BIO opsSunny Purushe
2018-05-09travis: add a build using WolfSSLDaniel Stenberg
2018-05-07RELEASE-NOTES: typoDaniel Stenberg
2018-05-07RELEASE-NOTES: syncedDaniel Stenberg
2018-05-05URLs: fix one more http urlDaniel Gustafsson
2018-05-05github/lock: auto-lock closed issues after 90 days of inactivityDaniel Stenberg
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-04configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.hFrank Gevaerts
2018-05-04http: don't set the "rewind" flag when not uploading anythingDaniel Stenberg
2018-05-04travis: add an mbedtls buildDaniel Stenberg
2018-05-03configure: only check for CA bundle for file-using SSL backendsDaniel 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-03docs: remove extraneous commas in man pagesDenis Ollier
2018-05-03RELEASE-NOTES: syncedDaniel Stenberg
2018-05-03Revert "TODO: remove configure --disable-pthreads"Daniel Stenberg
2018-05-02vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg
2018-05-02TODO: remove configure --disable-pthreadsDaniel Stenberg
2018-05-02wolfssl: Fix non-blocking connectDavid Garske
2018-04-30CURLOPT_URL.3: add ENCODING section [ci skip]Daniel Stenberg
2018-04-30KNOWN_BUGS: Client cert with Issuer DN differs between backendsDaniel Stenberg
2018-04-30KNOWN_BUGS: Passive transfer tries only one IP addressDaniel Stenberg
2018-04-30KNOWN_BUGS: --upload-file . hang if delay in STDINDaniel Stenberg
2018-04-30KNOWN_BUGS: Connection information when using TCP Fast OpenDaniel Stenberg
2018-04-30travis: enable libssh2 on both macos and LinuxDaniel Stenberg
2018-04-30TODO: Support the clienthello extensionDaniel Stenberg
2018-04-30TODO: CLOEXECDaniel Stenberg
2018-04-29tests: provide 'manual' as a feature to optionally requireDaniel Stenberg
2018-04-27CURLINFO_PROTOCOL.3: mention the existing defined namesDaniel Stenberg
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