summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-217/+217
2015-10-12loplugin:mergeclassesNoel Grandin2-38/+20
2015-10-12loplugin:mergeclassesNoel Grandin2-46/+28
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-26/+26
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe16-45/+40
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann1-9/+7
2015-08-14loplugin: defaultparamsNoel Grandin4-8/+4
2015-08-03inline some use-once typedefsNoel Grandin2-6/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+0
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+1
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin2-14/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann9-14/+14
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin14-187/+187
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin2-2/+8
2015-01-20Some more loplugin:cstylecast: ioStephan Bergmann3-33/+22
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara3-7/+7
2014-12-16io: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-11-26Fix C4716: 'anonymous namespace'::Input::readBytes : must return a valueTor Lillqvist1-1/+1
2014-11-24Unit test for fdo#79941 (handle short reads)Stephan Bergmann3-0/+179
2014-11-21fdo#79941: Properly handle short readsStephan Bergmann1-1/+1
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 Stahl2-0/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin19-19/+0
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin2-2/+2
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-30fix . in #defineNoel Grandin1-3/+3
2014-05-30fdo#68849: Add header guards to all include filesJens Carl3-2/+16
2014-05-29remove more unnecesary OUString constructor useNoel Grandin3-21/+17
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin2-8/+8
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-4/+4
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin5-22/+15
2014-04-23io: sal_Bool->boolNoel Grandin12-82/+82
2014-04-22second test should be DataOutputStreamStephan Bergmann1-1/+1
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann7-11/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann12-222/+222
2014-03-12coverity#707937 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-03-12coverity#707936 Uninitialized pointer fieldCaolán McNamara1-3/+8
2014-03-08coverity#707939 Uninitialized scalar fieldCaolán McNamara1-2/+3