summaryrefslogtreecommitdiffstats
path: root/io/source/connector/connector.cxx
Commit message (Expand)AuthorAgeFilesLines
* io: create instances with uno constructorsNoel Grandin2020-07-141-101/+89
* Make it more obvious that the error message is composedStephan Bergmann2020-06-051-2/+2
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-8/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann2019-07-311-1/+1
* tdf#42949 Fix IWYU warnings in io/Gabor Kelemen2019-04-251-6/+0
* use unique_ptr in ioNoel Grandin2018-12-191-6/+4
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:includeform: ioStephan Bergmann2017-10-231-4/+4
* remove type decorations on char literalsJochen Nitschke2017-03-301-1/+1
* io: warn if OConnector can't connect to pipeMichael Stahl2017-02-101-5/+4
* Add missing #includesStephan Bergmann2017-02-061-0/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-9/+7
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-131-11/+1
* loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann2016-12-051-3/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-041-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-191-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-3/+3
* Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann2015-05-081-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* enable tcpNoDelay for loopback connections automaticallyNoel Grandin2015-01-201-1/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-5/+4
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-4/+4
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-8/+8
* fdo#60698: Merge all libs of io...Marcos Paulo de Souza2013-11-051-17/+1
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-8/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* Mark as constTakeshi Abe2013-08-121-1/+1
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-10/+3
* remove unused component_canUnload functionsMatúš Kukan2013-04-191-13/+1
* Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz2012-12-011-24/+16
* Use prefixTor Lillqvist2012-10-021-1/+1
* re-base on ALv2 code.Michael Meeks2012-07-041-23/+14
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
* function component_canUnload is exportedDavid Tardon2011-12-271-1/+1
* catch exception by constant referenceTakeshi Abe2011-12-151-1/+1
* remove include of pch header from ioNorbert Thiebaud2011-11-271-2/+0
* sb140: #i117292# use ImplInheritanceHelperStephan Bergmann2011-09-091-1/+0
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-6/+0
* this is overly static + double check lock for little gainCaolán McNamara2011-06-011-12/+3
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-081-6/+0
|\