summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2021-12-01webdav-curl: just mask CURLE_QUIC_CONNECT_ERRORJan-Marek Glogowski1-1/+1
2021-12-01CURLE_QUIC_CONNECT_ERROR requires curl >= 7.69.0Jan-Marek Glogowski1-0/+3
2021-11-30use more OInterfaceContainerHelper3 in PropertyListenersNoel Grandin3-23/+65
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin22-120/+76
2021-11-29ucb: webdav-curl: don't read from XInputStream during uploadMichael Stahl1-16/+57
2021-11-29loplugin:stringliteraldefine in ucbNoel Grandin14-42/+43
2021-11-26ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute()Michael Stahl2-15/+58
2021-11-26ucb: webdav-curl: don't use chunked encoding for PROPPATCHMichael Stahl1-13/+17
2021-11-26cid#1494447 ucb: webdav-curl: Logically dead codeMichael Stahl1-3/+0
2021-11-26ucb: webdav-curl: remove useless assert in getLockTokenForURI()Michael Stahl1-1/+4
2021-11-26ucb: webdav-curl: don't use chunked encoding for LOCKMichael Stahl1-13/+22
2021-11-26ucb: webdav-curl: avoid pointless HEAD requests for DAV resourcesMichael Stahl1-3/+6
2021-11-26ucb: webdav-curl: don't use chunked encoding for PROPFINDMichael Stahl1-14/+19
2021-11-26cid#1494446 Uninitialized scalar fieldCaolán McNamara1-1/+1
2021-11-26Removed break; after returnAndrea Gelmini1-2/+0
2021-11-25ucb: webdav-curl: NTLM is both system and not-system authenticationMichael Stahl1-4/+14
2021-11-25ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parseMichael Stahl1-4/+8
2021-11-24Remove break; after returnAndrea Gelmini1-2/+0
2021-11-24ucb: webdav-curl: properly reset CURLOPT_INFILESIZE_LARGEMichael Stahl1-60/+21
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-23tdf#145769 ucb: webdav-curl: stop returning IsDocument=true if it doesn't existMichael Stahl1-16/+20
2021-11-23ucb: webdav-curl: fix some issues caused by missing authenticationMichael Stahl1-5/+30
2021-11-22ucb: webdav-curl: don't use chunked encoding for PUTMichael Stahl1-6/+8
2021-11-22ucb: webdav-curl: log headers in debug_callbackMichael Stahl1-4/+12
2021-11-22Revert "The CurlOption curl_off_t case appears to be unused"Michael Stahl1-6/+39
2021-11-18ucb: webdav-curl: don't assert on valid URLMichael Stahl1-1/+1
2021-11-15fix typo in commentStephan Bergmann1-1/+1
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann2-4/+12
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-2/+2
2021-11-10Fix typoAndrea Gelmini1-1/+1
2021-11-09The CurlOption curl_off_t case appears to be unusedStephan Bergmann1-39/+6
2021-11-09Address of dllimport function isn't considered constant expression by clang-clStephan Bergmann4-22/+29
2021-11-08Fix typosAndrea Gelmini1-1/+1
2021-11-07Typo: implemnented->implementedJulien Nabet1-2/+2
2021-11-05webdav-curl: there's no non-const Sequence::operator[]Mike Kaganski3-69/+56
2021-11-03Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann1-7/+5
2021-11-03ucb: webdav-curl: consolidate unit testsMichael Stahl9-189/+16
2021-11-03ucb: webdav-curl: convert webdav unit tests to curlMichael Stahl10-28/+37
2021-11-03Fix typosAndrea Gelmini1-2/+2
2021-11-01ucb: webdav-curl: remove SerfLockStore::getLockToken()Michael Stahl4-28/+15
2021-11-01ucb: webdav-curl: fix MOVE/COPY/DELETE crashMichael Stahl1-5/+8
2021-11-01ucb: webdav-curl: rewrite authentication loop for reentrancyMichael Stahl1-581/+616
2021-11-01ucb: webdav-curl: implement CurlSession::abort()Michael Stahl5-12/+34
2021-11-01ucb: webdav-curl: escape broken SharePoint 2016 URIsMichael Stahl1-1/+8
2021-11-01ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 4Michael Stahl1-2/+9
2021-11-01ucb: webdav-curl: use curl_multi API to support read timeoutMichael Stahl2-4/+84
2021-11-01ucb: webdav-curl: remove locks from LockStore after AUTH errorMichael Stahl3-5/+35
2021-11-01ucb: webdav-curl: convert hrefs in PROPFIND response to URIMichael Stahl1-0/+16
2021-11-01ucb: webdav-curl: implement dead properties in PROPFIND/PROPPATCHMichael Stahl4-357/+126
2021-11-01ucb: webdav-curl: clean up CurlUri m_Path messMichael Stahl5-21/+13