215 Commits (39405e35332fa49b762db5d0db2d4500e9d01df3)
 

Author SHA1 Message Date
Nimika Keshri 39405e3533 Changes: Refactored the performance test to use xresponse for startup times
RevBy: TrustMe
15 years ago
Alexey Shilov 3b703d091e Fixes: Bug 178610 - applauncherd/boosters potential optimizations 15 years ago
Pertti Kellomäki 5f640a58af Changes: Link fala_gettime statically and get rid of redundant
meegotouch libraries linked with it. Reduces startup time
         considerably.
15 years ago
Alexey Shilov 21b57bed7e Fixes: Bug 196289 - applauncher.bin adds 3-28 extra file descriptors for nothing 15 years ago
Alexey Shilov 9c4572eff3 Merge remote branch 'origin/master' 15 years ago
Alexey Shilov 864c5beca0 Changes: add event loop to m-booster 15 years ago
Nimika Keshri 165771ed6f Changes: New stable version 0.14.3 created
RevBy: TrustMe
15 years ago
Alexey Shilov dfac5b0f10 Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary 15 years ago
Alexey Shilov bfc47222b1 Changes: remove -rdynamic linker parameter 15 years ago
Nimika Keshri 776866d4c5 Changes: package dependency changed from testrunner -> testrunner-lite
RevBy: TrustMe
15 years ago
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