summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25cid#1371326 Misused comma operatorNoel Grandin
2016-08-18experiment with renaming for bogus coverity#1371326 Misused comma operatorCaolán McNamara
2016-07-15Related tdf#37531: --convert-to output relative to caller's CWDStephan Bergmann
2016-07-15Related tdf#37531: Handle conversion args sent over pipeStephan Bergmann
2016-07-15Log PipeIpcThread communicationStephan Bergmann
2016-06-03A slightly better DbusIpcThreadStephan Bergmann
2016-05-30Convert ApplicationEvent::Type to scoped enumNoel Grandin
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-11xdg-app got renamed to FlatpakStephan Bergmann
2016-04-05RequestHandler::Disable(join = false) is problematicStephan Bergmann
2016-04-05Consistently use "desktop.app" log area hereStephan Bergmann
2016-04-05Remove whitespace randomly insertedStephan Bergmann
2016-04-04No DBUS_TIMEOUT_INFINITE before D-Bus 1.4.12Stephan Bergmann
2016-04-04...and MSVC "warning C4701: potentially uninitialized local variable used"Stephan Bergmann
2016-04-04Try silence bogus -Werror,-Wsometimes-uninitializedStephan Bergmann
2016-04-04-Werror=shadowStephan Bergmann
2016-04-04Add DBus-based IPC mechanism for xdg-appStephan Bergmann
2016-04-04Prepare for using other IPC mechanisms besides an osl::PipeStephan Bergmann
2016-04-01Remove dead -tofront processingStephan Bergmann
2016-04-01Clean upStephan Bergmann
2016-04-01Rename ipc_ -> handler_Stephan Bergmann
2016-04-01Unused includeStephan Bergmann
2016-04-01No need to #if this codeStephan Bergmann
2016-03-31Clean upStephan Bergmann
2016-03-31HAVE_FEATURE_MACOSX_SANDBOX doesn't want to launch the PipeReaderThreadStephan Bergmann
2016-03-30Remove undocumented perftune.ini FastPipeCommunicationStephan Bergmann
2016-03-30Fix Android buildMiklos Vajna
2016-03-29LOK shouldn't reach this code anymoreStephan Bergmann
2016-03-29Don't launch the PipeReaderThread from LOKStephan Bergmann
2016-03-29Rename OfficeIPCThread to RequestHandlerStephan Bergmann
2016-03-29Extract PipeReaderThread from OfficeIPCThread (a misnomer, now)Stephan Bergmann
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier
2016-03-22Closing is implicitly done in the osl::Pipe dtor, anywayStephan Bergmann
2016-03-22~OfficeIPCThread can only be reached with pGlobalOfficeIPCThread clearedStephan Bergmann
2016-03-22Only access pGlobalOfficeIPCThread & mpDispatchWatcher with GetMutex lockedStephan Bergmann
2016-03-22No need for a static Security instance hereStephan Bergmann
2016-03-21No need to wrap SAL_WARN in #ifStephan Bergmann
2016-03-13quieten debugging soffice startupCaolán McNamara
2016-03-12tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar
2016-03-11Thread safetyStephan Bergmann
2016-03-11No need for a complicated arg to SetReadyStephan Bergmann
2016-03-11Turn static s_bInEnableRequests into an ExecuteCmdLineRequests argStephan Bergmann
2016-03-11Combine mbDowning, mbRequestsEnabled as mStateStephan Bergmann
2016-03-11pDocsRequest cannot be nullStephan Bergmann
2016-03-11Create DispatchRequest via list-initializationStephan Bergmann
2016-03-11Resolve trivial DispatchList typedefStephan Bergmann
2016-03-10mpDispatchWatcher is a natural place to hold the DispatchWatcher singletonStephan Bergmann
2016-03-10Hold DispatchWatcher by rtl::ReferenceStephan Bergmann
2016-03-04tdf#92191: Don't use any IPC pipe in a sandboxed OS X appTor Lillqvist