summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-22winbuild: remove docs from Makefiles and refer to README.mdDaniel Stenberg
2020-11-22http3: use the master branch of GnuTLS for testingDaiki Ueno
2020-11-22KNOWN_BUGS: curl with wolfSSL lacks support for renegotiationDaniel Stenberg
2020-11-22KNOWN_BUGS: wakeup socket disconnect causes havocDaniel Stenberg
2020-11-21RELEASE-NOTES: syncedDaniel Stenberg
2020-11-20curl: add compatibility for Amiga and GCC 6.5Oliver Urbann
2020-11-20tests/server/tftpd.c: close upload file right after transferMarc Hoersken
2020-11-20CI/cirrus: simplify logic for disabled testsMarc Hoersken
2020-11-20mailmap: Daniel HwangDaniel Gustafsson
2020-11-19openssl: guard against OOM on context creationDaniel Gustafsson
2020-11-19cmake: use libcurl.rc in all Windows buildsVincent Torri
2020-11-19cmake: make CURL_ZLIB a tri-state variableCristian Morales Vega
2020-11-19quiche: remove 'static' from local bufferDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake: libspsl is not supportedDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake autodetects cert paths when cross-compilingDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake build doesn't fail if zlib not foundDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake libcurl.pc uses absolute library pathsDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake: generated .pc file contains strange entriesDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake uses -lpthread instead of Threads::ThreadsDaniel Stenberg
2020-11-18KNOWN_BUGS: cmake build in Linux links libcurl to libdlDaniel Stenberg
2020-11-18KNOWN_BUGS: make a new section for cmake topicsDaniel Stenberg
2020-11-17cirrus: build with FreeBSD 12.2 in CirrusCIEmil Engler
2020-11-14tests/*server.py: close log file after each log lineMarc Hoersken
2020-11-13CURLOPT_HSTS.3: document the file formatDaniel Stenberg
2020-11-13RELEASE-NOTES: syncedDaniel Stenberg
2020-11-13release-notes.pl: detect #[number] better for Ref: etcDaniel Stenberg
2020-11-13curl: only warn not fail, if not finding the home dirDaniel Stenberg
2020-11-13httpput-postfields.c: new example doing PUT with POSTFIELDSDaniel Stenberg
2020-11-10cmake: correctly handle linker flags for static libsTobias Hieta
2020-11-10cmake: don't pass -fvisibility=hidden to clang-cl on WindowsTobias Hieta
2020-11-10http_proxy: use enum with state names for 'keepon'Daniel Stenberg
2020-11-09curl_easy_escape: limit output string length to 3 * max inputDaniel Stenberg
2020-11-09docs: document the 8MB input string limitDaniel Stenberg
2020-11-09mqttd: fclose test file when doneDaniel Stenberg
2020-11-09RELEASE-NOTES: syncedDaniel Stenberg
2020-11-09THANKS-filter: ignore autobuild linksDaniel Stenberg
2020-11-09Revert "libcurl.pc: make it relocatable"Daniel Stenberg
2020-11-09examples/httpput: remove use of CURLOPT_PUTDaniel Stenberg
2020-11-09Curl_pgrsStartNow: init speed limit time stamps at startDaniel Stenberg
2020-11-09ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg
2020-11-07configure: pass -pthread to Libs.private for pkg-configDaniel Stenberg
2020-11-07altsvc: minimize variable scope and avoid "DEAD_STORE"Daniel Stenberg
2020-11-06FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?"Daniel Stenberg
2020-11-06FAQ: refresh "Why do I get "certificate verify failed"Daniel Stenberg
2020-11-06test493: verify --hsts upgrade and that %{url_effective} reflects thatDaniel Stenberg
2020-11-06url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg
2020-11-06tool_operate: set HSTS with CURLOPT_HSTS to pass on filenameDaniel Stenberg
2020-11-06hsts: remove debug code leftoversDaniel Stenberg
2020-11-05FAQ: refreshedDaniel Stenberg
2020-11-05examples: fix comment syntaxDaniel Gustafsson