summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Build and test fixes for released Qt 5.0Chris Craig2013-03-0872-11874/+0
* handle naming changes in qtjsonstreamChris Craig2013-03-086-20/+18
* Updated to work with BionicAndrew Christian2012-07-1110-23/+34
* GCC 4.7 compilation fixesJani Uusi-Rantala2012-06-113-0/+3
* Security enablersmae2012-06-056-14/+74
* Decode base64 in LauncherClientChris Craig2012-05-301-1/+1
* Support umaskmae2012-05-306-6/+42
* Fix crash on exitmae2012-05-221-6/+8
* Fix waitchildren abort conditionmae2012-05-211-1/+1
* Minor fixes to fork-launchingmae2012-05-142-13/+10
* Added some threadcount reading for Mac OSAndrew Christian2012-04-251-0/+28
* Do not destroy prelaunch runtimes on disableMartin Zielinski2012-04-121-7/+0
* Added a test to verify that thread priorities are being setAndrew Christian2012-04-122-0/+46
* Priority changes are applied to childprocesses as wellMartin Zielinski2012-04-113-13/+26
* Always set parent death signal to SIGTERM under LinuxAndrew Christian2012-03-303-1/+16
* Updated setting UID and GID values in child processesAndrew Christian2012-03-301-12/+84
* Added internalProcessError signalAndrew Christian2012-03-2913-4/+89
* Added IO IdleDelegateAndrew Christian2012-03-283-0/+382
* Updated a few compiler warnings and forklauncher docAndrew Christian2012-03-263-6/+72
* Update remote processes to support idle and memory restrictedAndrew Christian2012-03-2624-119/+472
* Fix property typeLasse Holmstedt2012-03-241-1/+1
* Updated declarative interfacesAndrew Christian2012-03-222-33/+133
* Exposed IdleDelegates to ProcessManager and added declarative test caseAndrew Christian2012-03-222-0/+36
* Updated idle delegate classes and testsAndrew Christian2012-03-217-38/+93
* Added idle CPU resource allocation for prelaunchingAndrew Christian2012-03-2113-75/+931
* Updated documentationAndrew Christian2012-03-166-41/+206
* don't schedule prelaunched instance while one existsMartin Aumüller2012-03-151-0/+9
* Revert "Cpu polling for prelaunch"Andrew Christian2012-03-095-290/+60
* Cpu polling for prelaunchAlexey Shilov2012-03-095-60/+290
* Added missing include fileAndrew Christian2012-03-081-0/+1
* Use JsonPipe functionality from QJsonStream libraryAndrew Christian2012-03-065-157/+27
* Added prefork library and factoryAndrew Christian2012-03-066-2/+622
* Update prelaunch to copy processinfo record.Andrew Christian2012-03-052-6/+45
* Add method to access the prelaunched backend from subclassesLasse Holmstedt2012-03-022-4/+14
* Add hasPrelaunchedProcess() to PrelaunchProcesBackendFactoryLasse Holmstedt2012-03-022-1/+11
* Add prelaunchEnabled property to PrelaunchProcessBackendFactoryLasse Holmstedt2012-03-022-7/+47
* Change the PrelaunchProcessBackendFactory constructor to defaultLasse Holmstedt2012-03-022-15/+55
* Removed dependencies on QtGui where possibleAndrew Christian2012-02-291-0/+1
* Fix test cases to always run under LinuxAndrew Christian2012-02-291-1/+1
* Move process group killing to common locationAndrew Christian2012-02-284-20/+26
* Added forklauncher code and test cases.Andrew Christian2012-02-276-8/+729
* Schema validation for remote socket protocol.Andrew Christian2012-02-172-0/+11
* Moved strings for remote protocol into common header.Andrew Christian2012-02-168-82/+165
* Updated METATYPE declarations, fixed tests, fixed sandboxAndrew Christian2012-02-1610-20/+53
* Remove compiler warningsHarald Fernengel2012-02-157-57/+57
* Fix broken metatype registration using namespace macrosChris Craig2012-02-144-4/+11
* Updated matching delegate and documentationAndrew Christian2012-02-1316-119/+159
* Added RewriteDelegate class and sample GdbRewriteDelegateAndrew Christian2012-02-138-6/+336
* Added MatchInfo class and renamed AbstractMatcher to MatchDelegateAndrew Christian2012-02-137-40/+236
* Added AbstractMatcherAndrew Christian2012-02-105-4/+188