summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpurl.cxx
AgeCommit message (Expand)Author
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-03-21cid#1473800 silence Unchecked return value from libraryCaolán McNamara
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2018-11-06convert some macros to local functionsNoel Grandin
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-06-07Make use of OUString::startsWithIgnoreAsciiCase rest parameterStephan Bergmann
2017-05-30FTPURL::parse doesn't need so much string conversionNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338236 Uncaught exceptionCaolán McNamara
2015-10-12loplugin:mergeclassesNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-02coverity#1309068 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308540 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308498 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308488 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308456 Uncaught exceptionCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-07-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-30ucb: sal_Bool->boolNoel Grandin
2014-04-08coverity#707425 Uncaught exceptionCaolán McNamara
2014-02-13coverity#707426 Uncaught exceptionCaolán McNamara
2014-02-13coverity#707424 Uncaught exceptionCaolán McNamara
2014-01-30coverity#705438, obey preconditions of OUString functionsStephan Bergmann
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin