aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-26cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg
2018-04-26configure: provide --with-wolfssl as an alias for --with-cyasslDaniel Stenberg
2018-04-25RELEASE-NOTES: syncedDaniel Stenberg
2018-04-25os400.c: fix ASSIGNWITHINCONDITION checksrc warningsDaniel Gustafsson
2018-04-25cookies: ensure that we have cookies before writing jarDaniel Gustafsson
2018-04-25strcpy_url: only %-encode values >= 0x80Daniel Stenberg
2018-04-24mime: avoid NULL pointer dereference riskDaniel Stenberg
2018-04-24ctype: restore character classification for non-ASCII platformsStephan Mühlstrasser
2018-04-24ftplistparser: keep state between invokesDaniel Stenberg
2018-04-24examples/http2-upload: expand buffer to avoid silly warningDaniel Stenberg
2018-04-24examples/sftpuploadresume: typecast fseek argument to longDaniel Stenberg
2018-04-24Revert "ftplistparser: keep state between invokes"Daniel Stenberg
2018-04-24Curl_memchr: zero length input can't matchDaniel Stenberg
2018-04-23ftplistparser: keep state between invokesDaniel Stenberg
2018-04-23ftplistparser: renamed some members and variablesDaniel Stenberg
2018-04-23RELEASE-NOTES: syncedDaniel Stenberg
2018-04-23curl_global_sslset: always provide available backendsChristian Schmitz
2018-04-23http2: convert an assert to run-time checkDaniel Stenberg
2018-04-23curl.1: clarify that options and URLs can be mixedDaniel Stenberg
2018-04-23CURLOPT_SSLCERT.3: improve WinSSL-specific usage infoArchangel_SDY
2018-04-23schannel: fix build error on targets <= XPArchangel_SDY
2018-04-23Revert "ftplistparser: keep state between invokes"Daniel Stenberg