305 Commits (1f6e88aae14be21d510b6506718a3b8a6f347ecc)
 

Author SHA1 Message Date
Nimika Keshri 6347134f38 Changes: New stable version 0.14.2 created 15 years ago
Alexey Shilov a94dbc172d Merge remote branch 'origin/master' 15 years ago
Alexey Shilov 4672248569 Fixes: Bug 195903 - applauncherd-launcher manifest refers to non-existing tokens ReadUserData/WriteUserData 15 years ago
Alexey Shilov e90bb3b383 launcher aegis file clean-up 15 years ago
Alexey Shilov 8e2ed9a461 Changes: launcher aegis file updated 15 years ago
Nimika Keshri 9f881c5db6 Changes: New stable version 0.14.1 created 15 years ago
Juha Lintula fb6bd7dd44 Changes: Compilation flag -Wno-psabi removed
Details: Flag is not compliant with the older compilers.
15 years ago
Oskari Timperi a470856edf Changes: refactored testcase to test daemonized applauncherd 15 years ago
Oskari Timperi 2b9d3940a8 Changes: A small fix to file descriptor test
Details: Now the pgrep-line doesn't include booster-monitors
         pid in the command when querying fd's for booster-m.
15 years ago
Oskari Timperi 3147e5c5b7 Changes: Fixed a typo in theming test 15 years ago
Nimika Keshri 64904c9d17 Changes: mcetool command modified in perf-test
RevBy: TrustMe
15 years ago
Oskari Timperi e00824171e Changes: Made theming tests to run apps as user 15 years ago
Nimika Keshri 3e124f3f2e Changes: Stoping sysuid in performance test script to unlock the device.
RevBy: TrustMe
15 years ago
Oskari Timperi 035c2d898a Changes: Fixed a failing testcase 15 years ago
Oskari Timperi c543fb336e Changes: fixed a test utility function to get groups user belongs to 15 years ago
Oskari Timperi 44299f9bf3 Changes: Fixed testcase signal-forwarding 15 years ago
Oskari Timperi 8c97ee82b8 Changes: Fixed testcase invoker-wait-term 15 years ago
Jussi Lind 98758a08f7 Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets(). 15 years ago
Jussi Lind 0d04c011a0 Changes: Logger refactored, #ifdef _DEBUG => #ifndef DEBUG_LOGGING_DISABLED 15 years ago
Jussi Lind 3c41ee19ef Changes: New stable version 0.14.0 15 years ago
Jussi Lind 1fcca22670 Changes: Communication stuff moved from Booster::initialize() to a separate method sendDataToParent(). 15 years ago
Jussi Lind 072d7e82f6 Changes: Compilation fixed. 15 years ago
Jussi Lind 1d91fccf7f Changes: Minor refactoring.
Details: Error messages improved / added, useless variables removed.
15 years ago
Wellu Mäkinen f1871eeca2 Use WrtComponentCache
Signed-off-by: Wellu Mäkinen <wellu.makinen@nokia.com>
15 years ago
Oskari Timperi 29f1fa2d5d Merge commit 'origin/master' into my-master 15 years ago
Alexey Shilov 5495ec7130 Merge remote branch 'origin/master' 15 years ago
Alexey Shilov e452bae599 Fixes: NB#194550 - applauncherd should have configurable delay when creating new booster process 15 years ago
Oskari Timperi acb19d9c65 Changes: Misc. fixes to test scripts 15 years ago
Oskari Timperi de45230d72 Changes: New util functions to testscripts, fixed one test to run as user 15 years ago
Jussi Lind 4f4d4f49ba Changes: Added -Wno-psabi to CXX_FLAGS in order to suppress va_list mangling warnings
originating from Qt.
15 years ago
Jussi Lind f0b46236db Changes: Comment regarding creds_confine2() improved. 15 years ago
Jussi Lind 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.
15 years ago
Jussi Lind 21aade02a0 Changes: report(..) + usage(1) instead of just die() 15 years ago
Jussi Lind e775b2d38c Changes: Invoker polished. 15 years ago
Jussi Lind 07207ee76a Changes: Connection unit tests refactored, test mode added to
Connection, comments added / improved.

Details: Avoid creating useless sockets in the unit tests by using a
         dedicated test mode.
15 years ago
Jussi Lind 2959fb7b47 Changes: Logger::logErrorAndDie() prints also to stderr in order to help
debugging.
15 years ago
Jussi Lind 01dca440c5 Changes: MonitorBooster sends a message to Daemon, who kills MBooster
and WRTBooster.

Details: Fixes the issue where MonitorBooster killed wrong boosters with
         pkill. This functionality is now moved to Daemon since it knows
         the correct pid's.
15 years ago
Jussi Lind ba3776508b Changes: Made MonitorBooster to re-implement run() and initialize(). 15 years ago
Jussi Lind 5d680f7d0c Changes: Daemon::initializeBooster(Booster *) moved to Booster::initialize(...).
RevBy: Antti Kervinen
15 years ago
Jussi Lind f7146b065e Changes: Useless destructors removed. 15 years ago
Nimika Keshri e58092b95c Changes: New functional test for booster-killer added
RevBy: TrustMe
15 years ago
Jussi Lind 1cfc067bb0 Changes: Polishing
Details: Comments added, confusing variable name and log messages fixed in the Daemon class.
15 years ago
Jussi Lind aa42abe7a4 Changes: Hard-coded GConf key strings moved from monitorbooster.cpp to the top-level CMakeLists.txt 15 years ago
Alexey Shilov e17bf0c380 Changes: update unit tests for booster factory 15 years ago
Alexey Shilov abe1df3fff Changes: merge with master 15 years ago
Alexey Shilov ed132aee32 Changes: refactor boosterkiller to monitorbooster 15 years ago
Jussi Lind 933faa51ad Changes: Temporary booster process name defined and initialized in
booster classes as a static variable. Getters added.

RevBy: Antti Kervinen

Details: Temporary booster process name was previously generated from
the type char at the time process was renamed. This made it impossible
to use the temporary process name from other classes.
15 years ago
Nimika Keshri 4f8880ac0f Changes: performance test refactored. 15 years ago
Jussi Lind 0195e8b9b3 Changes: Comments in booster.h / booster.cpp improved. One useless
method declaration removed.
15 years ago
Jussi Lind e78012ffdb New: Unit test for getBoosterPidForType() added to ut_boosterfactory 15 years ago