summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* asyn: use 'struct thread_data *' instead of 'void *'bagder/asyn-tdataDaniel Stenberg2020-11-233-25/+24
* winbuild: remove docs from Makefiles and refer to README.mdDaniel Stenberg2020-11-223-56/+13
* http3: use the master branch of GnuTLS for testingDaiki Ueno2020-11-222-5/+5
* KNOWN_BUGS: curl with wolfSSL lacks support for renegotiationDaniel Stenberg2020-11-221-0/+9
* KNOWN_BUGS: wakeup socket disconnect causes havocDaniel Stenberg2020-11-221-0/+13
* RELEASE-NOTES: syncedDaniel Stenberg2020-11-211-4/+23
* curl: add compatibility for Amiga and GCC 6.5Oliver Urbann2020-11-205-14/+21
* tests/server/tftpd.c: close upload file right after transferMarc Hoersken2020-11-201-5/+4
* CI/cirrus: simplify logic for disabled testsMarc Hoersken2020-11-201-10/+3
* mailmap: Daniel HwangDaniel Gustafsson2020-11-201-0/+1
* openssl: guard against OOM on context creationDaniel Gustafsson2020-11-191-2/+6
* cmake: use libcurl.rc in all Windows buildsVincent Torri2020-11-191-1/+1
* cmake: make CURL_ZLIB a tri-state variableCristian Morales Vega2020-11-193-27/+30
* quiche: remove 'static' from local bufferDaniel Stenberg2020-11-191-1/+1
* KNOWN_BUGS: cmake: libspsl is not supportedDaniel Stenberg2020-11-181-0/+5
* KNOWN_BUGS: cmake autodetects cert paths when cross-compilingDaniel Stenberg2020-11-181-0/+8
* KNOWN_BUGS: cmake build doesn't fail if zlib not foundDaniel Stenberg2020-11-181-0/+5
* KNOWN_BUGS: cmake libcurl.pc uses absolute library pathsDaniel Stenberg2020-11-181-0/+9
* KNOWN_BUGS: cmake: generated .pc file contains strange entriesDaniel Stenberg2020-11-181-0/+8
* KNOWN_BUGS: cmake uses -lpthread instead of Threads::ThreadsDaniel Stenberg2020-11-181-0/+5
* KNOWN_BUGS: cmake build in Linux links libcurl to libdlDaniel Stenberg2020-11-181-2/+9
* KNOWN_BUGS: make a new section for cmake topicsDaniel Stenberg2020-11-181-26/+30
* cirrus: build with FreeBSD 12.2 in CirrusCIEmil Engler2020-11-171-0/+1
* tests/*server.py: close log file after each log lineMarc Hoersken2020-11-145-18/+41
* CURLOPT_HSTS.3: document the file formatDaniel Stenberg2020-11-131-0/+15
* RELEASE-NOTES: syncedDaniel Stenberg2020-11-131-10/+27
* release-notes.pl: detect #[number] better for Ref: etcDaniel Stenberg2020-11-131-1/+1
* curl: only warn not fail, if not finding the home dirDaniel Stenberg2020-11-131-20/+15
* httpput-postfields.c: new example doing PUT with POSTFIELDSDaniel Stenberg2020-11-132-1/+102
* cmake: correctly handle linker flags for static libsTobias Hieta2020-11-102-4/+1
* cmake: don't pass -fvisibility=hidden to clang-cl on WindowsTobias Hieta2020-11-101-1/+1
* http_proxy: use enum with state names for 'keepon'bagder/http-proxy-keeponDaniel Stenberg2020-11-102-11/+15
* curl_easy_escape: limit output string length to 3 * max inputDaniel Stenberg2020-11-091-1/+1
* docs: document the 8MB input string limitDaniel Stenberg2020-11-092-2/+4
* mqttd: fclose test file when doneDaniel Stenberg2020-11-091-2/+5
* RELEASE-NOTES: syncedDaniel Stenberg2020-11-091-8/+32
* THANKS-filter: ignore autobuild linksDaniel Stenberg2020-11-091-0/+1
* Revert "libcurl.pc: make it relocatable"Daniel Stenberg2020-11-097-363/+5
* examples/httpput: remove use of CURLOPT_PUTDaniel Stenberg2020-11-091-4/+1
* Curl_pgrsStartNow: init speed limit time stamps at startDaniel Stenberg2020-11-091-4/+2
* ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg2020-11-091-0/+1
* configure: pass -pthread to Libs.private for pkg-configDaniel Stenberg2020-11-071-1/+3
* altsvc: minimize variable scope and avoid "DEAD_STORE"Daniel Stenberg2020-11-071-2/+1
* FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?"Daniel Stenberg2020-11-061-12/+0
* FAQ: refresh "Why do I get "certificate verify failed"Daniel Stenberg2020-11-061-21/+26
* test493: verify --hsts upgrade and that %{url_effective} reflects thatDaniel Stenberg2020-11-062-1/+62
* url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg2020-11-061-2/+20
* tool_operate: set HSTS with CURLOPT_HSTS to pass on filenameDaniel Stenberg2020-11-061-1/+1
* hsts: remove debug code leftoversDaniel Stenberg2020-11-061-2/+0
* FAQ: refreshedDaniel Stenberg2020-11-051-95/+48