summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)AuthorFilesLines
2022-01-31ucb: webdav-curl: suppress libcurl proxy detectionMichael Stahl1-8/+9
2022-01-20ucb: webdav-curl: fix the debug logging moreMichael Stahl1-41/+50
2022-01-18ucb: webdav-curl: add even more loggingMichael Stahl1-1/+38
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-4/+4
2022-01-14ucb: webdav-curl: build debug callback also in release buildsMichael Stahl1-5/+10
2022-01-02loplugin:unusedfieldsNoel Grandin2-3/+0
2021-12-27osl::Mutex->std::mutex in SerfLockStoreNoel Grandin2-14/+21
2021-12-27remove pImpl from DataSupplierNoel Grandin2-90/+67
2021-12-27osl::Mutex->std::mutex in DAVOptionsCacheNoel Grandin2-6/+6
2021-12-27osl::Mutex->std::mutex in PropertyNamesCacheNoel Grandin2-5/+5
2021-12-27use comphelper::WeakComponentImplHelper in UcbStoreNoel Grandin2-8/+6
2021-12-27osl::Mutex->std::mutex in DAVSessionFactoryNoel Grandin2-4/+4
2021-12-27use comphelper::WeakComponentImplHelper in ProviderNoel Grandin1-6/+5
2021-12-27use comphelper::WeakComponentImplHelper in ExpandContentProviderImplNoel Grandin1-13/+5
2021-12-27use comphelper::WeakComponentImplHelper in UcbCommandEnvironmentNoel Grandin2-5/+4
2021-12-27use comphelper::WeakComponentImplHelper in UcbContentProviderProxyFactoryNoel Grandin2-6/+4
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 Stahl52-16137/+0
2021-12-15ucb: remove --with-webdav=serfMichael Stahl72-16350/+0
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 Stahl1-15/+24
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