summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2021-12-22ucb: webdav-curl: update READMEThorsten Behrens1-1/+50
2021-12-19use more cppu::BaseMutexNoel Grandin1-7/+3
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin2-2/+0
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin3-52/+9
2021-12-15ucb: remove --with-webdav=neonMichael Stahl55-16255/+0
2021-12-15ucb: remove --with-webdav=serfMichael Stahl75-16405/+2
2021-12-14find-unneeded-includes: add exception for boost/shared_ptr.hppGabor Kelemen1-4/+0
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann14-16/+16
2021-12-07loplugin:unusedmethodsNoel Grandin4-35/+1
2021-12-07loplugin:unusedfieldsNoel Grandin3-53/+26
2021-12-07loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2021-12-05remove OMultiTypeInterfaceContainerHelperVar2Noel Grandin1-1/+0
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in ContentResultSetWrapperNoel Grandin2-16/+18
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in PersistentPropertySetNoel Grandin2-10/+9
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in SortedResultSetNoel Grandin2-21/+10
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