Fix inconsistency between cache and database
[platform/core/appfw/pkgmgr-info.git] / src / server / runner.cc
2023-12-08 Ilho KimFix inconsistency between cache and database 81/302481/5
2023-12-07 Ilho KimRemove the cache when language change event occurs 48/302448/1
2022-08-19 Changgyu ChoiDelay server ready timing until creating cache 14/279914/6
2022-08-17 Ilho KimFix the use of cache if not the requested uid default 03/279703/3
2022-07-01 Ilho KimApply cpu priority inheritance 29/276829/4
2022-06-15 Ilho KimModify to listen only G_IO_IN event 29/276329/2
2022-06-03 Ilho KimReceive client's request at each thread 22/275822/4
2022-05-12 Changgyu ChoiMerge "Refactor WorkerThread" into tizen
2022-05-11 Ilho KimCheck if database is modified when making cache 53/274853/3
2022-04-29 Hwankyu JhunChange scheduling policy to a round-robin policy 09/274409/4
2022-04-20 Junghyun YeonRevert refactor patch and its release patch 04/274004/1
2022-04-08 Junghyun YeonRefactor pkgmgr-info 49/269349/14
2022-01-05 Ilho KimCreate cache on a separate thread 30/265930/18
2021-11-09 Junghyun YeonFix minor coding rule 74/265774/3
2021-07-16 Junghyun YeonChange log format 74/261274/4
2021-06-28 Ilho KimMerge branch 'master' of github.sec.samsung.net:appfw...
2021-06-02 Junghyun YeonMerge branch 'tizen' of ssh://review.tizen.org:29418...
2021-05-30 Junghoon ParkMerge "Use cache to get system locale" into tizen
2021-05-28 jh9216.parkUse cache to get system locale 59/258859/6
2021-04-30 Changgyu ChoiFix coding style
2021-04-30 Changgyu ChoiSeperate cynara module with runner
2021-04-30 Changgyu ChoiAdd to check uid
2021-04-30 Changgyu ChoiAdd to check Privilege
2021-04-30 Changgyu ChoiMerge branch 'master' of github.sec.samsung.net:appfw...
2021-04-29 Changgyu ChoiFix wrong response issues 43/257643/3
2021-03-26 Changgyu ChoiRemove some logs 88/255988/2
2021-03-16 최창규/Tizen Platform... Change trim logic (#158)
2021-03-15 Junghyun YeonFix coding rule
2021-03-15 Junghyun YeonRemove build warning
2021-03-15 최창규/Tizen Platform... Change to set thread number (#153)
2021-03-15 Ilho KimUse unique_ptr at allocated char*
2021-03-15 Ilho KimFix memory leak
2021-03-12 최창규/Tizen Platform... Fix implementation (#147)
2021-02-19 김일호/Tizen Platform... Merge pull request #63 from ilho159-kim/query_parcelable
2021-02-19 Changgyu ChoiAdd to destruct job for release callbacks
2021-02-18 Ilho KimMerge branch 'master' into query_parcelable
2021-02-17 Changgyu ChoiFix wrong implementation
2021-02-17 최창규/Tizen Platform... Server/runner (#54)
2021-02-05 김일호/Tizen Platform... Fix namespace format (#29)
2021-02-04 Changgyu ChoiAdd runner skeleton code