summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/proxydecider.cxx
AgeCommit message (Expand)Author
2019-06-28Simplify Sequence iterations in ucbhelperArkadiy Illarionov
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-27loplugin:constfields in ucbhelperNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-06-29tdf#114227 Add support for OS proxy to ucbhelper::InternetProxyDecider on UnixNoel Grandin
2018-06-26tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-01loplugin:unnecessaryoverride (dtors) in ucbhelperStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-12bug wrong order of test cause out of bound access.Norbert Thiebaud
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ucbhelperAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in UCBHELPER moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-22re-base on ALv2 code.Michael Meeks
2012-05-29targeted string re-workNorbert Thiebaud
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-21Bin declaration of nonexistent static methodTor Lillqvist
2012-01-19Fix for fdo43460 Part XLI getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from ucbhelperNorbert Thiebaud
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2010-12-24cppcheck: prefer prefix variantCaolán McNamara