summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann2015-05-082-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1514-187/+187
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-6/+6
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-292-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* enable tcpNoDelay for loopback connections automaticallyNoel Grandin2015-01-202-2/+8
* Some more loplugin:cstylecast: ioStephan Bergmann2015-01-203-33/+22
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-7/+7
* io: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-2/+1
* Fix C4716: 'anonymous namespace'::Input::readBytes : must return a valueTor Lillqvist2014-11-261-1/+1
* Unit test for fdo#79941 (handle short reads)Stephan Bergmann2014-11-243-0/+179
* fdo#79941: Properly handle short readsStephan Bergmann2014-11-211-1/+1
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-183-0/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2919-19/+0
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+1
* various: remove SAL_THROW macroNoel Grandin2014-06-052-2/+2
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6
* fix . in #defineNoel Grandin2014-05-301-3/+3
* fdo#68849: Add header guards to all include filesJens Carl2014-05-303-2/+16
* remove more unnecesary OUString constructor useNoel Grandin2014-05-293-21/+17
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-272-8/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-4/+4
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-235-22/+15
* io: sal_Bool->boolNoel Grandin2014-04-2312-82/+82
* second test should be DataOutputStreamStephan Bergmann2014-04-221-1/+1
* Typo: s/shure/sureTor Lillqvist2014-04-181-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-017-11/+11
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2612-222/+222
* coverity#707937 Uninitialized pointer fieldCaolán McNamara2014-03-121-1/+3
* coverity#707936 Uninitialized pointer fieldCaolán McNamara2014-03-121-3/+8
* coverity#707939 Uninitialized scalar fieldCaolán McNamara2014-03-081-2/+3
* coverity#707938 Uninitialized scalar fieldCaolán McNamara2014-03-081-3/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2613-396/+396
* Remove visual noise from ioAlexander Wilms2014-02-264-12/+11
* Remove unneccessary commentsAlexander Wilms2014-02-235-17/+17
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* fdo#54938: Convert io to use cppu::supportsServiceMarcos Paulo de Souza2013-12-093-46/+7
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-3/+2
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-2/+2
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-18/+18
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-29/+25
* fdo#60698: Merge all libs of io...Marcos Paulo de Souza2013-11-0524-481/+268
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-224-4/+4
* Resolves: #i75731# check output stream and...Jürgen Schmidt2013-10-221-0/+15