summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin
2015-01-20Some more loplugin:cstylecast: ioStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-16io: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-26Fix C4716: 'anonymous namespace'::Input::readBytes : must return a valueTor Lillqvist
2014-11-24Unit test for fdo#79941 (handle short reads)Stephan Bergmann
2014-11-21fdo#79941: Properly handle short readsStephan Bergmann
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-08-25set names on a bunch more threads...Michael Stahl
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-05-30fix . in #defineNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-23io: sal_Bool->boolNoel Grandin
2014-04-22second test should be DataOutputStreamStephan Bergmann
2014-04-18Typo: s/shure/sureTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-12coverity#707937 Uninitialized pointer fieldCaolán McNamara
2014-03-12coverity#707936 Uninitialized pointer fieldCaolán McNamara
2014-03-08coverity#707939 Uninitialized scalar fieldCaolán McNamara
2014-03-08coverity#707938 Uninitialized scalar fieldCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ioAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21bool improvementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-09fdo#54938: Convert io to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22Resolves: #i75731# check output stream and...Jürgen Schmidt