Age | Commit message (Expand) | Author |
2015-05-08 | Clean up passing Boolean value to osl::Socket::setOption | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-01-20 | enable tcpNoDelay for loopback connections automatically | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: io | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-16 | io: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-26 | Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value | Tor Lillqvist |
2014-11-24 | Unit test for fdo#79941 (handle short reads) | Stephan Bergmann |
2014-11-21 | fdo#79941: Properly handle short reads | Stephan Bergmann |
2014-11-18 | cppu: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-08-25 | set names on a bunch more threads... | Michael Stahl |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-06-02 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-30 | fix . in #define | Noel Grandin |
2014-05-30 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-27 | remove unnecessary use of Reference constructor in throw | Noel Grandin |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-04-23 | io: sal_Bool->bool | Noel Grandin |
2014-04-22 | second test should be DataOutputStream | Stephan Bergmann |
2014-04-18 | Typo: s/shure/sure | Tor Lillqvist |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-12 | coverity#707937 Uninitialized pointer field | Caolán McNamara |
2014-03-12 | coverity#707936 Uninitialized pointer field | Caolán McNamara |
2014-03-08 | coverity#707939 Uninitialized scalar field | Caolán McNamara |
2014-03-08 | coverity#707938 Uninitialized scalar field | Caolán McNamara |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from io | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-01-21 | bool improvements | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-09 | fdo#54938: Convert io to use cppu::supportsService | Marcos Paulo de Souza |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-11-11 | convert OUString 0==compareToAscii to equalsAscii | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-05 | fdo#60698: Merge all libs of io... | Marcos Paulo de Souza |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-22 | Resolves: #i75731# check output stream and... | Jürgen Schmidt |