summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)Author
2021-11-01ucb: webdav-curl: loplugin:unuseddefaultparam in ucbNoel Grandin
2021-11-01ucb: webdav-curl: Related tdf#95217: Force HEAD method in Web access if PROPF...Giuseppe Castagno
2021-11-01ucb: webdav-curl: Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno
2021-11-01ucb: webdav-curl: Related tdf#90700 Add configuration for web connection time...Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#95792: fix saving file the first time on some WebDAV se...Giuseppe Castagno
2021-11-01ucb: webdav-curl: Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno
2021-11-01ucb: webdav-curl: Add/change some logs in WebDAV ucb.ucp layer.Michael Stahl
2021-11-01ucb: webdav-curl: tdf#83531 Opening WebDAV URL WebDav fails if write is restr...Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno
2021-11-01ucb: webdav-curl: Remove redundant comparisons, copy properties unconditionallyMichael Stahl
2021-11-01ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 1Giuseppe Castagno
2021-11-01ucb: webdav-curl: remove unused LOCK() overloadMichael 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: adjust some trivialities to match...Michael Stahl
2021-11-01ucb: webdav-curl: use std::unqiue_ptr in ResultListMichael Stahl
2021-11-01ucb: webdav-curl: fix exception in Content::queryInterface()Michael Stahl
2021-11-01ucb: webdav-curl: add documentation from "rhbz#678440: Always ...Michael Stahl
2021-11-01ucb: webdav-curl: Adapted TickerThread to safer-to-use salhelper::ThreadStephan Bergmann
2021-11-01ucb: webdav-curl: add OpenCommandArg3 "KeepAlive" supportMichael Stahl
2021-11-01ucb: webdav-curl: callcatcher: remove unused methodsMichael Stahl
2021-11-01ucb: webdav-curl: catch exception by constant referenceMichael Stahl
2021-11-01ucb: webdav-curl: fix init of SimpleAuthenticationRequestMichael Stahl
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: implement CurlSessionMichael Stahl
2021-11-01ucb: webdav-curl: add CurlSession boilerplateMichael Stahl
2021-11-01ucb: webdav-curl: implement CurlUri, partially based on SerfUriMichael Stahl
2021-11-01ucb: copy SerfLockStore class to webdav-curlMichael Stahl
2021-11-01ucb: webdav-curl: fix [loplugin:*]Michael Stahl
2021-11-01ucb: copy upper level code of serf webdav ucp to webdav-curlMichael Stahl
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski
2021-10-19Related: tdf#145169 missing path separator in gio create folderCaolán McNamara
2021-10-19Related: tdf#145169 use of freed pointer in gio create folderCaolán McNamara
2021-10-19Related: tdf#145169 append null on unknown propertyCaolán McNamara
2021-10-19related tdf#145190 gio_mount: show username when requesting passwordJustin Luth
2021-10-16Simplify vector initialization in ucbJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Finish merging two identical conditional branchesMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11loplugin:moveparam in ucbNoel Grandin
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet
2021-10-01loplugin:constmethodNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: ucbStephan Bergmann
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03cid#1490899 Unchecked return valueCaolán McNamara