summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
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-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-27flatten EventList data a littleNoel Grandin
2021-05-27no need to allocate ListenerMap on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22handle properly missing URI components for webdav/serfLuboš Luňák
2021-04-22fix component handling for ucpdav1 when --with-webdav=serfLuboš Luňák
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-03-21cid#1474207 silence Unchecked return value from libraryCaolán McNamara
2021-03-21cid#1473800 silence Unchecked return value from libraryCaolán McNamara
2021-03-19cid#1473830 Resource leakCaolán McNamara
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-08tdf#75280 Convert some sal_uIntPtr in ucb to more appropriate typesAditya Pratap Singh
2021-02-27loplugin:refcounting in ucbNoel
2021-02-19loplugin:refcounting in ucbNoel
2021-02-18More verbose GIO transfer failure informationStephan Bergmann
2021-02-15loplugin:referencecasting in ucbNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-02-08tdf#124176: Use pragma once instead of include guardsShobhit
2021-02-07Remove unneeded breaksAndrea Gelmini
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28simplify code, use more subView()Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-25ucp: fix call to getComponentContextAndrew Udvare
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-06Avoid relying on OString(char const *) ctor's undocumented behaviorStephan Bergmann
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module ucb with clang-formatPhilipp Hofer
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-10-29Revert questionable tools::Long in commented-out codeStephan Bergmann