Commit Graph

  • 3e124f3f2e Changes: Stoping sysuid in performance test script to unlock the device. RevBy: TrustMe Nimika Keshri 2010-10-04 15:44:22 +0300
  • 035c2d898a Changes: Fixed a failing testcase Oskari Timperi 2010-10-04 15:16:42 +0300
  • c543fb336e Changes: fixed a test utility function to get groups user belongs to Oskari Timperi 2010-10-04 12:50:23 +0300
  • 44299f9bf3 Changes: Fixed testcase signal-forwarding Oskari Timperi 2010-10-04 12:46:49 +0300
  • 8c97ee82b8 Changes: Fixed testcase invoker-wait-term Oskari Timperi 2010-10-04 11:41:50 +0300
  • 98758a08f7 Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets(). Jussi Lind 2010-10-01 15:38:06 +0300
  • 0d04c011a0 Changes: Logger refactored, #ifdef _DEBUG => #ifndef DEBUG_LOGGING_DISABLED Jussi Lind 2010-09-30 18:11:03 +0300
  • 3c41ee19ef Changes: New stable version 0.14.0 Jussi Lind 2010-09-30 17:42:02 +0300
  • 1fcca22670 Changes: Communication stuff moved from Booster::initialize() to a separate method sendDataToParent(). Jussi Lind 2010-09-30 16:56:51 +0300
  • 072d7e82f6 Changes: Compilation fixed. Jussi Lind 2010-09-30 16:44:17 +0300
  • 1d91fccf7f Changes: Minor refactoring. Jussi Lind 2010-09-30 16:36:43 +0300
  • f1871eeca2 Use WrtComponentCache Wellu Mäkinen 2010-09-29 13:54:50 +0300
  • 29f1fa2d5d Merge commit 'origin/master' into my-master Oskari Timperi 2010-09-29 14:52:58 +0300
  • 5495ec7130 Merge remote branch 'origin/master' Alexey Shilov 2010-09-29 14:29:47 +0300
  • e452bae599 Fixes: NB#194550 - applauncherd should have configurable delay when creating new booster process Alexey Shilov 2010-09-29 14:29:27 +0300
  • acb19d9c65 Changes: Misc. fixes to test scripts Oskari Timperi 2010-09-29 14:29:15 +0300
  • de45230d72 Changes: New util functions to testscripts, fixed one test to run as user Oskari Timperi 2010-09-29 14:18:44 +0300
  • 4f4d4f49ba Changes: Added -Wno-psabi to CXX_FLAGS in order to suppress va_list mangling warnings originating from Qt. Jussi Lind 2010-09-27 17:36:20 +0300
  • f0b46236db Changes: Comment regarding creds_confine2() improved. Jussi Lind 2010-09-27 15:10:29 +0300
  • 0fbedf04b8 Changes: Refactoring: Too long invoke() split into invoke_fallback() and invoke_remote(). invoked_pid renamed to g_invoked_pid as it's a global variable. Jussi Lind 2010-09-24 16:47:39 +0300
  • 21aade02a0 Changes: report(..) + usage(1) instead of just die() Jussi Lind 2010-09-24 15:51:48 +0300
  • e775b2d38c Changes: Invoker polished. Jussi Lind 2010-09-24 15:47:21 +0300
  • 07207ee76a Changes: Connection unit tests refactored, test mode added to Connection, comments added / improved. Jussi Lind 2010-09-22 14:51:29 +0300
  • 2959fb7b47 Changes: Logger::logErrorAndDie() prints also to stderr in order to help debugging. Jussi Lind 2010-09-22 14:47:03 +0300
  • 01dca440c5 Changes: MonitorBooster sends a message to Daemon, who kills MBooster and WRTBooster. Jussi Lind 2010-09-21 17:20:32 +0300
  • ba3776508b Changes: Made MonitorBooster to re-implement run() and initialize(). Jussi Lind 2010-09-21 16:02:54 +0300
  • 5d680f7d0c Changes: Daemon::initializeBooster(Booster *) moved to Booster::initialize(...). Jussi Lind 2010-09-21 13:53:21 +0300
  • f7146b065e Changes: Useless destructors removed. Jussi Lind 2010-09-21 12:31:34 +0300
  • e58092b95c Changes: New functional test for booster-killer added RevBy: TrustMe Nimika Keshri 2010-09-21 12:42:54 +0300
  • 1cfc067bb0 Changes: Polishing Jussi Lind 2010-09-21 12:02:57 +0300
  • aa42abe7a4 Changes: Hard-coded GConf key strings moved from monitorbooster.cpp to the top-level CMakeLists.txt Jussi Lind 2010-09-17 18:03:28 +0300
  • e17bf0c380 Changes: update unit tests for booster factory Alexey Shilov 2010-09-16 17:21:32 +0300
  • abe1df3fff Changes: merge with master Alexey Shilov 2010-09-16 15:52:47 +0300
  • ed132aee32 Changes: refactor boosterkiller to monitorbooster Alexey Shilov 2010-09-16 15:26:57 +0300
  • 933faa51ad Changes: Temporary booster process name defined and initialized in booster classes as a static variable. Getters added. Jussi Lind 2010-09-16 14:01:03 +0300
  • 4f8880ac0f Changes: performance test refactored. Nimika Keshri 2010-09-16 13:46:39 +0300
  • 0195e8b9b3 Changes: Comments in booster.h / booster.cpp improved. One useless method declaration removed. Jussi Lind 2010-09-15 20:25:03 +0300
  • e78012ffdb New: Unit test for getBoosterPidForType() added to ut_boosterfactory Jussi Lind 2010-09-15 15:23:48 +0300
  • 39474b47c4 Changes: Return values of forking methods in Daemon changed from bool to void Jussi Lind 2010-09-15 15:05:11 +0300
  • b4480b410b Changes: BoosterKiller polished Jussi Lind 2010-09-15 15:02:28 +0300
  • 77de29cbff Changes: Signal forwarding tests added for q-booster and w-booster RevBy: TrustMe Nimika Keshri 2010-09-15 13:15:59 +0300
  • 6c59077919 Changes: add copyrights to boosterkiller.* Alexey Shilov 2010-09-15 11:41:40 +0300
  • b8ece1dd78 Changes: debian/changelog updated Nimika Keshri 2010-09-15 10:24:03 +0300
  • 0fabaf4610 Changes: call dh_strip for test package Alexey Shilov 2010-09-14 17:34:13 +0300
  • 3b6e0ff5e2 Changes: ut_daemon and ut_connection compile and pass now with boosterkiller Antti Kervinen 2010-09-14 16:56:24 +0300
  • d8a62ab449 Changes: Stopping applifed in the prestart-launcherd test to prevent forced killing of applications RevBy: TrustMe Nimika Keshri 2010-09-14 16:36:54 +0300
  • ba085e6a5a Fixes: NB#191847 - First application launched with m-booster after theme change crashes Antti Kervinen 2010-09-14 16:14:20 +0300
  • 7c8c2decd1 Changes: more debian/control clean-up to avoid build system warnings Alexey Shilov 2010-09-14 14:29:16 +0300
  • 8c5f54324f Merge remote branch 'origin/master' Alexey Shilov 2010-09-14 11:44:52 +0300
  • 8d679ec269 Changes: debian/control file clean-up Alexey Shilov 2010-09-14 11:44:21 +0300
  • c90249e2c3 Merge commit 'origin/master' into my-master Oskari Timperi 2010-09-13 17:05:37 +0300
  • 03c2e05a49 Changes: Moved security related tests to test-security.py Oskari Timperi 2010-09-13 16:55:08 +0300
  • 5b57a3febe Changes: Moved some helper methods out from test-func-launcher to utils Oskari Timperi 2010-09-13 16:10:12 +0300
  • 53fc0a223f Changes: fix signal forwarding for wrt booster, code refactoring Alexey Shilov 2010-09-13 16:00:29 +0300
  • ae2ad85d91 Changes: CMake-specific info updated in README Jussi Lind 2010-09-09 17:28:42 +0300
  • c7b2bb3861 Changes: applauncherd-dev installs qt-boostable.prf and qt-boostable.pc for non-MeeGo Touch applications. Jussi Lind 2010-09-09 13:20:00 +0300
  • e050d6e5a1 Changes: README updated with info about qt-booster, some refactoring. Jussi Lind 2010-09-09 16:50:43 +0300
  • 42e567d4ca Changes: ruby1.8 changed to ruby in the tests scripts RevBy: TrustMe Nimika Keshri 2010-09-09 16:22:55 +0300
  • 6f3540afb5 Changes: Updated and improved MeeGo packaging. - Updated to 0.12.1 - Reorganized RPM packaging files. - Moved binaries from /usr/share to /usr/lib in MeeGo install. - Added installation of applauncherd.desktop so that applauncherd is started by default with the UI. Pertti Kellomäki 2010-08-31 15:02:49 +0300
  • 912a2fa8f1 Merge commit 'origin/master' into my-master Oskari Timperi 2010-09-08 16:18:13 +0300
  • 3229b27500 New: more tests for security, see NB#183566, NB#187583 Oskari Timperi 2010-09-08 15:57:09 +0300
  • 7ac867ab77 Changes: More changes to credential handling in the test script Oskari Timperi 2010-09-08 15:55:26 +0300
  • b005f2a87a Changes: Comment about preloading added to CMakelists.txt, needless explicit linking to Qt libs removed. Jussi Lind 2010-09-08 15:15:57 +0300
  • 70868075a8 New: Unit tests for BoosterFactory added. Jussi Lind 2010-09-08 14:28:06 +0300
  • 08a6880376 Changes: Changed socket names in a test script Oskari Timperi 2010-09-08 13:54:54 +0300
  • f25c3ac00e Changes: Small changes in test script to get credentials Oskari Timperi 2010-09-08 13:53:23 +0300
  • 992863a75f Changes: Missing ut_wrtbooster added to the debian package. Jussi Lind 2010-09-08 11:39:51 +0300
  • 630ebcd518 Changes: WRT booster documented in README Antti Kervinen 2010-09-08 10:04:49 +0300
  • 2f50113e02 Merge branch 'master' into my-master Jussi Lind 2010-09-07 16:24:45 +0300
  • 1437337fb7 Changes: New unit tests added to ut_mbooster. Jussi Lind 2010-09-07 16:08:00 +0300
  • 97120632e9 New: Unit tests for WRTBooster added. Cleaned up tests/unittests/tests.xml. Jussi Lind 2010-09-07 15:49:02 +0300
  • a6b7a681d3 Changes: logging messages update Alexey Shilov 2010-09-07 14:28:16 +0300
  • e1a75a7e27 Changes: remove duplicated library from preload list Alexey Shilov 2010-09-07 14:11:39 +0300
  • 30699360fc Changes: Added "not-inheritable" to invokers credential policy Oskari Timperi 2010-09-06 16:10:56 +0300
  • 63513efaa1 Changes: debian/changelog updated RevBy: TrustMe Nimika Keshri 2010-09-06 16:02:03 +0300
  • fc80023a9b Changes: minor code changes done in the tests RevBy: TrustMe Nimika Keshri 2010-09-06 15:40:19 +0300
  • f9f176b6ea Changes: Performance test modified to calculate startup time with wrt-booster RevBy: TrustMe Nimika Keshri 2010-09-06 15:08:33 +0300
  • 707457b879 Merge branch 'master' into my-master Jussi Lind 2010-09-03 14:14:14 +0300
  • d3a6eec634 Changes: Double check for mcomponentcache.h removed. Jussi Lind 2010-09-03 14:11:09 +0300
  • e9592725de Changes: cleaned up the initial set of dlopened libraries Antti Kervinen 2010-09-03 13:48:46 +0300
  • 8f8595b71b Changes: list of dlopened libraries updated. Antti Kervinen 2010-09-03 13:34:30 +0300
  • f6171930cd Changes: MComponentCache::populateForWRTApplication() enabled in WRTBooster. Jussi Lind 2010-09-02 15:05:45 +0300
  • 5c8f50a752 Changes: debian/changelog updated with a unstable version. Jussi Lind 2010-09-02 14:59:49 +0300
  • 8320d4f06a Changes: Minor invoker polishing Jussi Lind 2010-09-01 17:44:38 +0300
  • dac5e98bb7 Merge branch 'wrtbooster' into my-wrtbooster Jussi Lind 2010-09-01 17:22:27 +0300
  • 2e3e1d1932 Changes: invokers --help polished Jussi Lind 2010-09-01 17:21:48 +0300
  • a3cd37b678 Merge remote branch 'origin/wrtbooster' into wrtbooster Alexey Shilov 2010-09-01 17:15:27 +0300
  • 45dae49a0c Changes: copyright Alexey Shilov 2010-09-01 17:15:03 +0300
  • a6e86f68b1 Merge branch 'wrtbooster' into my-wrtbooster Jussi Lind 2010-09-01 17:07:14 +0300
  • 8b60efebe9 Merge branch 'master' into my-wrtbooster Jussi Lind 2010-09-01 17:05:56 +0300
  • 24941bea23 Changes: warning removal Alexey Shilov 2010-09-01 16:32:19 +0300
  • d1c73a4fc5 Changes: add include files Alexey Shilov 2010-09-01 16:29:28 +0300
  • 86720dbfdd Changes: preload meegotouch and qt libs Alexey Shilov 2010-09-01 16:25:47 +0300
  • f34c7215af Changes: Adding some debugs in performance test and adding the test to a new test set RevBy: TrustMe Nimika Keshri 2010-09-01 15:48:03 +0300
  • f360de70f4 Changes: BoosterFactory added, refactoring of Daemon. Jussi Lind 2010-09-01 15:29:27 +0300
  • 0bb7b2d39e Changes: Adding the results file to tests.xml for performance test RevBy: TrustMe Nimika Keshri 2010-09-01 14:36:48 +0300
  • da20938025 Changes: New Performance test added RevBy: TrustMe Nimika Keshri 2010-09-01 12:29:10 +0300
  • b2f8e0fd8d Changes: Test Application modifed for performance test. RevBy: TrustMe Nimika Keshri 2010-09-01 09:50:17 +0300
  • 488ecbbaf0 Merge remote branch 'origin/master' Alexey Shilov 2010-08-31 16:52:50 +0300
  • e326258213 Changes: wrong comment corrected Alexey Shilov 2010-08-31 16:52:08 +0300