summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-08coverity#707938 Uninitialized scalar fieldCaolán McNamara1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann13-396/+396
2014-02-26Remove visual noise from ioAlexander Wilms4-12/+11
2014-02-23Remove unneccessary commentsAlexander Wilms5-17/+17
2014-01-21bool improvementsStephan Bergmann1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-09fdo#54938: Convert io to use cppu::supportsServiceMarcos Paulo de Souza3-46/+7
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-18/+18
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-29/+25
2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza24-481/+268
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist4-4/+4
2013-10-22Resolves: #i75731# check output stream and...Jürgen Schmidt1-0/+15
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza5-70/+13
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold2-14/+8
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák5-5/+5
2013-08-12Mark as constTakeshi Abe5-5/+5
2013-07-01Fix memory leak in OTextInputStream.Mark Wielaard1-0/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-49/+49
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2