summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/SerfLockStore.cxx
AgeCommit message (Expand)Author
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-02-08ucb: webdav-curl: fix deadlock in SerfLockStore::refreshLocks()Michael Stahl
2022-02-08ucb: webdav: fix "__lll_lock_wait () "Henry Castro
2022-01-02loplugin:unusedfieldsNoel Grandin
2021-12-27osl::Mutex->std::mutex in SerfLockStoreNoel Grandin
2021-12-07loplugin:unusedmethodsNoel Grandin
2021-11-26ucb: webdav-curl: remove useless assert in getLockTokenForURI()Michael Stahl
2021-11-01ucb: webdav-curl: remove SerfLockStore::getLockToken()Michael Stahl
2021-11-01ucb: webdav-curl: remove locks from LockStore after AUTH errorMichael Stahl
2021-11-01ucb: webdav-curl: convert URI reference to URI as early as possibleMichael Stahl
2021-11-01ucb: webdav-curl: NeonLockStore::stopTicker(): really avoid deadlockMichael Stahl
2021-11-01ucb: webdav-curl: NeonLockStore::stopTicker(): avoid deadlockMichael Stahl
2021-11-01ucb: webdav-curl: Adapted TickerThread to safer-to-use salhelper::ThreadStephan Bergmann
2021-11-01ucb: webdav-curl: handle additional HTTP status codesMichael Stahl
2021-11-01ucb: webdav-curl: try to prevent acquiring a lock that we already haveMichael Stahl
2021-11-01ucb: webdav-curl: add CurlSession boilerplateMichael Stahl
2021-11-01ucb: copy SerfLockStore class to webdav-curlMichael Stahl