summaryrefslogtreecommitdiff
path: root/src/service/logic.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-09-07Fix SVACE defect: improper comparison in < operator of PkgmgrEventsubmit/tizen_3.0/20170907.103734tizen_3.0Tomasz Swierczek1-1/+1
Change-Id: I4475dfd91a8ae0ffb734307c201927bd5d0cd2df Signed-off-by: Tomasz Swierczek <t.swierczek@samsung.com>
2017-02-08Fix svace defectssubmit/tizen_3.0/20170214.082223accepted/tizen/3.0/mobile/20170215.065142accepted/tizen_3.0_mobilesangwan.kwon1-3/+6
* Whole class member should be initialized. Change-Id: I3ed409d84e44f0f4cb90f89842d5b70334171fd2 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2016-10-05Replace pkgmgrinfo_cliet api to pkgmgr_clientsangwan.kwon1-42/+43
* pkgmgrinfo_client api will be deprecated. Change-Id: Ibb109a644f436c641257cba5ec3f36b6cb164241 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2016-07-22Replace popup architecture to systemd servicesangwan.kwon1-7/+6
[AS-IS] * popup used to pipe for IPC [TO-BE] * use to systemd service Change-Id: Ie203c8a4dbcb071fd3896e0c7af1bb8cd7280dbf Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2016-05-30Apply tizen coding rulesangwan.kwon1-522/+516
* It depends on cpp rule checker(version 160520) Change-Id: Ica308e1296be4f3567725fdb004f3bae8a456a0c
2016-05-20Seperate logic to thread for several client connectionsangwan.kwon1-3/+3
Change-Id: I8424f68e23f32cc8104c9c3987bc2054c6c034ad
2016-05-20Apply timeout at g_main_loopsangwan.kwon1-4/+27
* If no event since cchecker launched, cchecker should exit * timeout = 10 miniute Change-Id: Ie472171c597e6dc4ffda1674bc859e26a066d9ca
2016-05-18Add timer for remaining buffersangwan.kwon1-1/+19
* Timer's interval is 1 hour. * It works periodically until buffer is empty. Change-Id: I719c9addcedeb6f276d969a849c8374813857589
2016-05-16Add logic to deal remaining buffersangwan.kwon1-15/+26
* If process return OCSP_CHECK_AGAIN, don't exit. Change-Id: I3ddeed639cc854a22f3e88b6ab5f1f29935c7c30
2016-05-12Detach looping logic from setupsangwan.kwon1-2/+5
[AS-IS] * running g_main_loop is in setup * so, it can hard to test [TO-BE] * seperate setup and looping Change-Id: I591da58b93895e46adbd1262b11e0d7dd545c7c6
2016-05-12Move log system to common librarysangwan.kwon1-1/+1
Change-Id: I313b4b4d6019cca575996f7f3fd3f3254f4ce11a
2016-05-10Implement on-demand style about server-sidesangwan.kwon1-0/+647
[AS-IS] * cert-checker was daemon. [TO-BE] * Change to on-demand style. * cert-svc call cert-checker. * Add common library. Change-Id: Idab160e6103cf62299b97a5485a767de9831d614 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>