summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon
AgeCommit message (Expand)AuthorFilesLines
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin4-4/+4
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-5/+2
2018-11-04crashtesting: kde124742-1.html cannot trust header to be valid asciiCaolán McNamara1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin3-8/+8
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin3-3/+3
2018-10-23Remove redundant comparisons, copy properties unconditionallyArkadiy Illarionov1-21/+2
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov9-312/+148
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin4-77/+63
2018-10-17loplugin:singlevalfieldsNoel Grandin2-7/+4
2018-09-26loplugin:constfields in ucbNoel Grandin5-8/+8
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann6-21/+49
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen4-0/+8
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin5-9/+8
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-1/+2
2018-09-10wrap GlobalNeonMutex as local staticCaolán McNamara4-20/+27
2018-09-10add mutex guard to new methodsCaolán McNamara1-0/+6
2018-09-10suspicious MutexGuard placementCaolán McNamara1-2/+2
2018-09-10bounce callback functions back into class methodsCaolán McNamara2-82/+124
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-09-07loplugin:useuniqueptr in NeonSessionNoel Grandin1-5/+3
2018-08-02Add missing sal/log.hxx headersGabor Kelemen8-0/+8
2018-07-31loplugin:returnconstant in ucbNoel Grandin3-6/+4
2018-07-26ucb: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann4-18/+0
2018-07-11clean up UNO available() implementationsNoel Grandin1-1/+1
2018-06-26tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski2-2/+2
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-5/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-3/+0
2018-03-04Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann2-4/+4
2018-03-04Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann2-2/+2
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann1-2/+2
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk3-93/+49
2018-01-15Fix typosAndrea Gelmini1-2/+2
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann1-2/+2
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-2/+2
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-101/+102
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-1/+1
2017-10-23loplugin:includeform: ucbStephan Bergmann11-30/+30
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-7/+1
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin2-39/+38
2017-09-14improve redundantcast lopluginNoel Grandin1-4/+4
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin3-22/+15
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-09-01Fix typosAndrea Gelmini1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-31loplugin:constparams in basctlNoel Grandin1-2/+2