summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2022-01-20ucb: webdav-curl: fix the debug logging moreMichael Stahl
2022-01-18ucb: webdav-curl: add even more loggingMichael Stahl
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2022-01-14ucb: webdav-curl: build debug callback also in release buildsMichael Stahl
2022-01-02loplugin:unusedfieldsNoel Grandin
2021-12-27osl::Mutex->std::mutex in SerfLockStoreNoel Grandin
2021-12-27remove pImpl from DataSupplierNoel Grandin
2021-12-27osl::Mutex->std::mutex in DAVOptionsCacheNoel Grandin
2021-12-27osl::Mutex->std::mutex in PropertyNamesCacheNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in UcbStoreNoel Grandin
2021-12-27osl::Mutex->std::mutex in DAVSessionFactoryNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in ProviderNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in ExpandContentProviderImplNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in UcbCommandEnvironmentNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in UcbContentProviderProxyFactoryNoel Grandin
2021-12-22ucb: webdav-curl: update READMEThorsten Behrens
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin
2021-12-15ucb: remove --with-webdav=neonMichael Stahl
2021-12-15ucb: remove --with-webdav=serfMichael Stahl
2021-12-14find-unneeded-includes: add exception for boost/shared_ptr.hppGabor Kelemen
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-07loplugin:unusedmethodsNoel Grandin
2021-12-07loplugin:unusedfieldsNoel Grandin
2021-12-07loplugin:unnecessaryvirtualNoel Grandin
2021-12-05remove OMultiTypeInterfaceContainerHelperVar2Noel Grandin
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in ContentResultSetWrapperNoel Grandin
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in PersistentPropertySetNoel Grandin
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in SortedResultSetNoel Grandin
2021-12-01webdav-curl: just mask CURLE_QUIC_CONNECT_ERRORJan-Marek Glogowski
2021-12-01CURLE_QUIC_CONNECT_ERROR requires curl >= 7.69.0Jan-Marek Glogowski
2021-11-30use more OInterfaceContainerHelper3 in PropertyListenersNoel Grandin
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin
2021-11-29ucb: webdav-curl: don't read from XInputStream during uploadMichael Stahl
2021-11-29loplugin:stringliteraldefine in ucbNoel Grandin
2021-11-26ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute()Michael Stahl
2021-11-26ucb: webdav-curl: don't use chunked encoding for PROPPATCHMichael Stahl
2021-11-26cid#1494447 ucb: webdav-curl: Logically dead codeMichael 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#1494446 Uninitialized scalar fieldCaolán McNamara
2021-11-26Removed break; after returnAndrea Gelmini
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