summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/processcontainer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-151-0/+1
* Fix ProcessContainer::setControlGroup not working with cgroups v2Robert Griebl2025-02-171-3/+27
* Disable watchdog when a debug-wrapper is usedRobert Griebl2024-12-021-0/+5
* Modernize string literalsRobert Griebl2024-01-081-6/+9
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-1/+1
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-25/+26
* Clazy: fix srcRobert Griebl2021-08-201-0/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Remove legacy functionality: headless, pssdp and pshellserverRobert Griebl2020-11-281-0/+3
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-21/+11
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Fix 5.14 warningsRobert Griebl2020-01-221-2/+1
* 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
* Port benchmark code to new 5.12 APIBernd Weimer2019-03-251-1/+3
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix: software-container plugin is not able to connect to the P2P busRobert Griebl2018-10-121-1/+4
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-241-37/+48
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-5/+12
* Refactor the Application objectDaniel d'Andrada2018-05-141-2/+2
* Preserve the PID of apps when they crash for better error outputRobert Griebl2018-02-201-2/+6
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-9/+28
* Move all monitor related classes to the monitor-libNedim Hadzic2017-04-251-1/+1
* Fix crash on shutdownRobert Griebl2017-03-281-0/+5
* common-lib cleanupRobert Griebl2017-03-131-0/+1
* Code and debug output cleanup for application startsRobert Griebl2017-02-231-1/+1
* Added support for debug-wrappers and io redirection to container pluginsRobert Griebl2017-02-201-26/+15
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Fixed stdin/out/err redirected file-descriptor handlingRobert Griebl2017-01-111-11/+27
* Extended the container interface to make it aware of the app it is executingRobert Griebl2016-12-201-8/+9
* Emit application specific memory warningsBernd Weimer2016-12-151-0/+12
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Another round of fixing clazy findingsRobert Griebl2016-09-231-1/+1
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+4
* Added support for stdin/-out/-err redirection to the debug wrappersRobert Griebl2016-08-301-28/+49
* Added a plugin mechanism - currently for startup and containersRobert Griebl2016-08-231-1/+5
* Added support for 'debug wrappers' (gdbserver, valgrind, etc.)Robert Griebl2016-08-101-4/+31
* Added console color output support when running inside QtCreatorRobert Griebl2016-08-101-0/+1
* Made it possible to specify $QT_IM_MODULES for applicationsRobert Griebl2016-07-141-4/+3
* Another round of fixes for clazy warnings.Robert Griebl2016-06-211-1/+1
* Added cgroup support to the default process container solution.Robert Griebl2016-06-091-0/+46
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Add support for virtual keyboardJan Arne Petersen2016-04-181-0/+2
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Added configurability via YAML to the containers sub-system.Robert Griebl2016-03-161-0/+22
* Fixed all relevant clazy warnings - especially QString related ones.Robert Griebl2016-01-141-1/+1
* Refactored the runtime and container APIRobert Griebl2015-12-081-0/+126