summaryrefslogtreecommitdiff
path: root/io/source/acceptor
AgeCommit message (Expand)AuthorFilesLines
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin1-11/+9
2017-12-19inline use-once typedefsNoel Grandin1-3/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: ioStephan Bergmann2-4/+4
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-20/+17
2017-07-31loplugin:oncevarNoel Grandin1-6/+2
2017-07-22loplugin:unusedfields in ioNoel Grandin1-2/+3
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-8/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann3-1/+5
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-16/+11
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-70/+24
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ioStephan Bergmann1-0/+1
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-9/+0
2016-12-05loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann2-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-4/+4
2016-04-07clean upStephan Bergmann1-2/+2
2016-04-07Revert "reduce unnecessary realloc'ing"Stephan Bergmann1-6/+4
2016-04-01reduce unnecessary realloc'ingNoel Grandin1-4/+6
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara3-4/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10Replaced for_each and algorithm include by range based loop and exception.Mario J. Rugiero1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-23com::sun::star->css in ioNoel Grandin3-52/+52
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-17/+17
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-10/+10
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-08-14loplugin: defaultparamsNoel Grandin2-4/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-3/+3
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin1-1/+5
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-4/+4
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-14/+10
2014-04-23io: sal_Bool->boolNoel Grandin4-24/+24
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1