summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_HSTS.3: document the file formatbagder/docs-hsts-fileformatDaniel 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
* examples: fix comment syntaxDaniel Gustafsson2020-11-051-1/+1
* hsts: Remove pointless call to free in errorpathDaniel Gustafsson2020-11-051-1/+0
* docs: Fix various typos in documentationDaniel Gustafsson2020-11-055-6/+6
* copyright: fix year rangesDaniel Stenberg2020-11-05394-395/+398
* HISTORY: the new domainDaniel Stenberg2020-11-041-2/+5
* curl.se: new homeDaniel Stenberg2020-11-041453-1669/+1669
* KNOWN_BUGS: FTPS with Schannel times out file list operationDaniel Stenberg2020-11-041-0/+7
* KNOWN_BUGS: SMB tests fail with Python 2Daniel Stenberg2020-11-041-0/+7
* KNOWN_BUGS: LDAPS with NSS is slowDaniel Stenberg2020-11-041-0/+5
* travis: use ninja-build for CMake buildsSergei Nikulov2020-11-042-16/+13
* rtsp: error out on empty Session ID, unified the codeHarry Sintonen2020-11-041-18/+18
* rtsp: fixed the RTST Session ID mismatch in test 570Harry Sintonen2020-11-041-1/+5
* rtsp: fixed Session ID comparison to refuse prefixHarry Sintonen2020-11-041-2/+11
* RELEASE-NOTES: syncedDaniel Stenberg2020-11-031-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2020-11-031-4/+24
* curlver: bumped to 7.74.0Daniel Stenberg2020-11-032-5/+5
* hsts: add read/write callbacksDaniel Stenberg2020-11-0327-22/+652
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-0338-21/+1122
* CI/tests: enable test target on TravisCI for CMake buildsSergei Nikulov2020-11-031-0/+1
* tool_debug_cb: do not assume zero-terminated dataDaniel Stenberg2020-11-031-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-0211-138/+103
* travis: use valgrind when running tests for debug buildsDaniel Stenberg2020-11-022-5/+5
* header.d: fix syntax mistakeDaniel Stenberg2020-11-021-1/+1
* gnutls: fix memory leaks (certfields memory wasn't released)Harry Sintonen2020-11-021-1/+6