summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/plugincontainer.cpp
Commit message (Expand)AuthorAgeFilesLines
* bwrap: move the DBus and Wayland socket parsing to ContainerHelpersRobert Griebl2025-06-061-0/+26
* Make watchdog kills use a distinct Unix signal and ExitStatusRobert Griebl2025-06-061-7/+8
* Disable watchdog when a debug-wrapper is usedRobert Griebl2024-12-021-2/+9
* Modernize string literalsRobert Griebl2024-01-081-1/+3
* Allow container plugins to check if we have root privilegesRobert Griebl2023-06-251-2/+8
* Extend the new container helpers with a way to bind mount file systemsRobert Griebl2023-06-231-0/+11
* Add a new helper class for all container pluginsRobert Griebl2023-06-231-2/+28
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-2/+6
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-2/+2
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix: software-container plugin is not able to connect to the P2P busRobert Griebl2018-10-121-2/+3
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-6/+14
* Refactor the Application objectDaniel d'Andrada2018-05-141-4/+4
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-2/+4
* Add the missing "is quick-launcher" information to the ContainerInterfaceRobert Griebl2017-05-051-1/+1
* Added support for debug-wrappers and io redirection to container pluginsRobert Griebl2017-02-201-11/+3
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Extended the container interface to make it aware of the app it is executingRobert Griebl2016-12-201-16/+13
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+3
* Added support for stdin/-out/-err redirection to the debug wrappersRobert Griebl2016-08-301-2/+11
* Added a plugin mechanism - currently for startup and containersRobert Griebl2016-08-231-0/+176