aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-18travis: add build for "configure --disable-verbose"Daniel Stenberg
2018-10-17tool_cb_hdr: handle failure of rename()Kamil Dudka
2018-10-17RELEASE-NOTES: syncedDaniel Stenberg
2018-10-17docs/SECURITY-PROCESS: the hackerone IBB program drops curlDaniel Stenberg
2018-10-16x509asn1: Fix SAN IP address verificationMatthew Whitehead
2018-10-15INSTALL: mention mesalink in TLS sectionDaniel Gustafsson
2018-10-14nonblock: fix unused parameter warningMarcel Raad
2018-10-13Curl_follow: Always free the passed new URLMichael Kaufmann
2018-10-12replace rawgit links [ci skip]Viktor Szakats
2018-10-12docs/BUG-BOUNTY.md: for vulns published since Aug 1st 2018Daniel Stenberg
2018-10-12travis: make distcheck scan for BOM markersDaniel Stenberg
2018-10-11CMake: remove BOMMarcel Raad
2018-10-10transfer: fix typo in commentDaniel Gustafsson
2018-10-10docs: add "see also" links for SSL optionsMichael Kaufmann
2018-10-10AppVeyor: remove BDIR variable that sneaked in againMarcel Raad
2018-10-10CMake: disable -Wpedantic-ms-formatMarcel Raad
2018-10-09ldap: show precise LDAP call in error message on WindowsViktor Szakats
2018-10-09docs/DEPRECATE: minor reformat to render nicer on webDaniel Stenberg
2018-10-09CURLOPT_SSL_VERIFYSTATUS: Fix typoDaniel Gustafsson
2018-10-09curl_setup: define NOGDI on WindowsMarcel Raad
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-10-08TODO: fixed 'API for URL parsing/splitting'Daniel Stenberg
2018-10-08KNOWN_BUGS: Fix various typosDaniel Gustafsson
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-08RELEASE-NOTES: syncedDaniel Stenberg
2018-10-08curl_ntlm_wb: check aprintf() return codesDaniel Stenberg
2018-10-08docs/BUG-BOUNTY: proposed additional docsDaniel Stenberg
2018-10-08hostip: fix check on Curl_shuffle_addr return valueRick Deist
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-10-07gskit: make sure to terminate version stringDaniel Gustafsson
2018-10-07TODO: add LD_PRELOAD support on macOSDaniel Gustafsson
2018-10-07runtests: skip ld_preload tests on macOSDaniel Gustafsson
2018-10-07AppVeyor: use Debug builds to run testsMarcel Raad
2018-10-07AppVeyor: add HTTP_ONLY buildMarcel Raad
2018-10-07AppVeyor: add WinSSL buildsMarcel Raad
2018-10-07AppVeyor: add remaining Visual Studio versionsMarcel Raad
2018-10-07AppVeyor: break long lineMarcel Raad
2018-10-07AppVeyor: remove unused BDIR variableMarcel Raad
2018-10-06test2100: test DoH using IPv4-onlyDaniel Stenberg
2018-10-06tests/FILEFORMAT: mention how to use <fileN> and <stripfileN> tooDaniel Stenberg
2018-10-05RELEASE-NOTES: syncedDaniel Stenberg
2018-10-05timeval: fix use of weak symbol clock_gettime() on Apple platformsdmitrykos
2018-10-05doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg
2018-10-05INTERNALS.md: wrap lines longer than 79Jay Satiro
2018-10-05INTERNALS: escape reference to parameterDaniel Gustafsson
2018-10-05checksrc: handle zero scoped ignore commandsDaniel Gustafsson
2018-10-05checksrc: enable strict mode and warningsDaniel Gustafsson
2018-10-05CMake: suppress MSVC warning C4127 for libtestMarcel Raad
2018-10-05Merge branch 'dmitrykos-fix_missing_CMake_defines'Sergei Nikulov
2018-10-05cmake: test and set missed defines during configurationdmitrykos