summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon
AgeCommit message (Expand)Author
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-08-09Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann
2019-07-21loplugin:referencecasting in ucbNoel Grandin
2019-07-09Use constexpr ctor to simplify TimeValue initializationMike Kaganski
2019-07-08tdf#126279 related: remove locks from NeonLockStore after NE_AUTH errorMike Kaganski
2019-07-08tdf#126279: reinitialize session after NE_AUTH errors in (UN)LOCKMike Kaganski
2019-07-08Simplify lastChanceToSendRefreshRequest calculationMike Kaganski
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-04-19optimise find/insert patternNoel Grandin
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-08Don't crash when accessing WebDAV resource after auth failedMike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-04crashtesting: kde124742-1.html cannot trust header to be valid asciiCaolán McNamara
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-23Remove redundant comparisons, copy properties unconditionallyArkadiy Illarionov
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-09-26loplugin:constfields in ucbNoel Grandin
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin
2018-09-10wrap GlobalNeonMutex as local staticCaolán McNamara
2018-09-10add mutex guard to new methodsCaolán McNamara
2018-09-10suspicious MutexGuard placementCaolán McNamara
2018-09-10bounce callback functions back into class methodsCaolán McNamara
2018-09-08clang bugprone-unused-return-valueNoel Grandin