summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2021-12-01CURLE_QUIC_CONNECT_ERROR requires curl >= 7.69.0Jan-Marek Glogowski
2021-11-29ucb: webdav-curl: don't read from XInputStream during uploadMichael Stahl
2021-11-27ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute()Michael Stahl
2021-11-27ucb: webdav-curl: don't use chunked encoding for PROPPATCHMichael Stahl
2021-11-26ucb: webdav-curl: remove useless assert in getLockTokenForURI()Michael Stahl
2021-11-26ucb: webdav-curl: don't use chunked encoding for LOCKMichael Stahl
2021-11-26ucb: webdav-curl: avoid pointless HEAD requests for DAV resourcesMichael Stahl
2021-11-26ucb: webdav-curl: don't use chunked encoding for PROPFINDMichael Stahl
2021-11-26cid#1494447 ucb: webdav-curl: Logically dead codeMichael Stahl
2021-11-26cid#1494446 Uninitialized scalar fieldCaolán McNamara
2021-11-25ucb: webdav-curl: NTLM is both system and not-system authenticationMichael Stahl
2021-11-25ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parseMichael Stahl
2021-11-24Remove break; after returnAndrea Gelmini
2021-11-24ucb: webdav-curl: properly reset CURLOPT_INFILESIZE_LARGEMichael Stahl
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-23tdf#145769 ucb: webdav-curl: stop returning IsDocument=true if it doesn't existMichael Stahl
2021-11-23ucb: webdav-curl: fix some issues caused by missing authenticationMichael Stahl
2021-11-22ucb: webdav-curl: don't use chunked encoding for PUTMichael Stahl
2021-11-22ucb: webdav-curl: log headers in debug_callbackMichael Stahl
2021-11-22Revert "The CurlOption curl_off_t case appears to be unused"Michael Stahl
2021-11-18ucb: webdav-curl: don't assert on valid URLMichael Stahl
2021-11-15fix typo in commentStephan Bergmann
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-10Fix typoAndrea Gelmini
2021-11-09The CurlOption curl_off_t case appears to be unusedStephan Bergmann
2021-11-09Address of dllimport function isn't considered constant expression by clang-clStephan Bergmann
2021-11-08Fix typosAndrea Gelmini
2021-11-07Typo: implemnented->implementedJulien Nabet
2021-11-05webdav-curl: there's no non-const Sequence::operator[]Mike Kaganski
2021-11-03Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann
2021-11-03ucb: webdav-curl: consolidate unit testsMichael Stahl
2021-11-03ucb: webdav-curl: convert webdav unit tests to curlMichael Stahl
2021-11-03Fix typosAndrea Gelmini
2021-11-01ucb: webdav-curl: remove SerfLockStore::getLockToken()Michael Stahl
2021-11-01ucb: webdav-curl: fix MOVE/COPY/DELETE crashMichael Stahl
2021-11-01ucb: webdav-curl: rewrite authentication loop for reentrancyMichael Stahl
2021-11-01ucb: webdav-curl: implement CurlSession::abort()Michael Stahl
2021-11-01ucb: webdav-curl: escape broken SharePoint 2016 URIsMichael Stahl
2021-11-01ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 4Michael Stahl
2021-11-01ucb: webdav-curl: use curl_multi API to support read timeoutMichael Stahl
2021-11-01ucb: webdav-curl: remove locks from LockStore after AUTH errorMichael Stahl
2021-11-01ucb: webdav-curl: convert hrefs in PROPFIND response to URIMichael Stahl
2021-11-01ucb: webdav-curl: implement dead properties in PROPFIND/PROPPATCHMichael Stahl
2021-11-01ucb: webdav-curl: clean up CurlUri m_Path messMichael Stahl
2021-11-01ucb: webdav-curl: convert URI reference to URI as early as possibleMichael Stahl
2021-11-01ucb: webdav-curl: handle "depth" in WebDAVResponseParserMichael Stahl
2021-11-01ucb: webdav-curl: Don't crash when accessing WebDAV resource after auth failedMichael Stahl
2021-11-01ucb: webdav-curl: loplugin:constfields in ucbMichael Stahl
2021-11-01ucb: webdav-curl: tdf#106955: Open WebDAV resources on which PROPFIND failsMike Kaganski