Fix wrong CommandType
[platform/core/appfw/pkgmgr-info.git] / src /
2023-10-31 ilho kimFix wrong CommandType 71/300671/1
2023-10-30 ilho kimAdd api to update cache using pkgid 59/300559/4
2023-10-16 ilho kimHandle abnormally terminated installer process 76/299976/2
2023-10-12 ilho kimRemove lock when getting the path of the database 18/299918/1
2023-10-12 ilho kimRemove the memory database for the cache 84/299884/4
2023-10-11 Sangyoon JangAdd some logs for debugging 91/299391/2
2023-10-11 Sangyoon JangFix buffer size for getting library path 70/280570/2
2023-09-06 Sangyoon JangSet client socket timeout from env if exists 36/298336/1
2023-08-07 ilho kimFix static analysis issue 81/296881/1
2023-05-22 Sangyoon JangFix log format 77/293177/1
2023-04-21 Sangyoon JangAdd missing include 54/291754/1
2023-03-30 ilho kimDecrease timeout of client socket 55/290655/1
2023-03-21 ilho kimFix "_APPINFO_PROP_PKG_DISABLE" filter check logic 16/290216/1
2023-03-21 ilho kimFix Typo 13/290213/1
2023-03-15 ilho kimFix static analysis issue 69/289869/2
2023-03-09 ilho kimAdd debugging log for disabled pkg/app for db 08/289508/3
2023-03-08 Hwankyu JhunModify package ID comparison 78/289478/1
2023-03-07 ilho kimAdd debugging log for disabled pkg/app for cache 87/289387/2
2023-03-06 ilho kimFix 'PMINFO_APPINFO_PROP_PKG_DISABLE' filter for cache 99/289299/1
2023-03-06 ilho kimAdd package paremeter to application filter 98/289298/1
2023-02-13 ilho kimFix static analysis issues 68/288168/1
2023-02-09 ilho kimDelay Creation of cache if backup database is exist 47/287947/3
2023-01-31 Hwankyu JhunSupport multiple instance launch 30/287130/2
2023-01-13 Sangyoon JangAdd metadata to pkginfo 35/286635/8
2023-01-12 jh9216.parkRefactor pkgmgr-info 91/286191/23
2023-01-10 ilho kimFix ResTypePkgFilterChecker 61/286561/2
2022-11-24 Sangyoon JangFix handling pending pkgs 98/284698/1
2022-10-31 Sangyoon JangIncrease timeout of client socket 79/283279/2 accepted/tizen/unified/20221104.082302
2022-10-28 Changgyu ChoiFix to wrong free filter list 04/283504/4
2022-10-25 Ilho KimImprove handling of cache 63/283163/15
2022-10-20 Ilho KimFix get_filter_query 97/283197/2
2022-10-17 Sangyoon JangFix static analysis issue 40/283040/1
2022-10-11 Ilho KimFix to return errno 53/282753/1
2022-10-11 Ilho KimAdd log in case of failure of recv due to interrupt 52/282752/1
2022-10-11 Ilho KimSet the timeout to 60 for write query request 44/282744/3
2022-10-04 Sangyoon JangFix logging.hh 27/281427/6
2022-09-30 Hwankyu JhunFix wrong type size 28/282328/1
2022-09-27 Hwankyu JhunFix static analysis issues 01/282101/3
2022-09-27 Hwankyu JhunUse modified tizen_base::Parcel 47/281947/4
2022-09-26 Ilho KimAdd log about client's tid for debug 43/281943/3
2022-09-23 Hwankyu JhunRemove build warning messages 35/281935/1
2022-09-23 Ilho KimRemove unnecessary call of copy constructor 78/281878/5
2022-09-23 Ilho KimFix missing semicolon 23/281923/1
2022-09-23 Ilho KimAdd log to client side after receiving the result 88/281888/1
2022-09-21 Ilho KimRemove unnecessary unique_lock from read operation 32/281632/4
2022-09-21 Ilho KimRemove unused code 33/281633/3
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-26 Ilho KimAdd lock while opening direct access library 50/278750/1
2022-07-12 Ilho KimSet nice value -10 when making cache 96/277696/3
2022-07-07 Ilho KimFix UpdateCache related with storage check 14/277314/5
2022-07-04 Ilho KimFix static analysis issues 37/277237/1
2022-07-01 Ilho KimApply cpu priority inheritance 29/276829/4
2022-06-27 Ilho KimIncrease timeout value in case of db write request 60/276860/5
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-06-02 Ilho KimAdd calling usleep() to avoid busy wating 44/275744/3
2022-05-25 Changgyu ChoiAdd missing filter checker 67/275367/8
2022-05-12 Junghyun YeonRemove TODOs 45/274945/1
2022-05-12 Changgyu ChoiMerge "Refactor WorkerThread" into tizen
2022-05-12 Changgyu ChoiRefactor WorkerThread 99/274699/8
2022-05-12 Ilho KimCheck map data in cache has key before access 14/274914/1
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 YeonAdd lightuser feature 13/274013/1
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-04-06 Ilho KimFix metadata filter when using cached app info 58/273458/2
2022-03-21 Ilho KimTrim cache after set query request 98/272598/3
2022-03-21 Junghyun YeonMerge "Add parameters for offline mode" into tizen
2022-03-18 Junghyun YeonSeparate pkgid and pkg manifest 17/272517/1
2022-03-17 Junghyun YeonAdd parameters for offline mode 51/272451/1
2022-02-17 Ilho KimFix static analysis issue 22/271222/1
2022-01-16 Hwankyu JhunFix crash issue 80/269480/1
2022-01-12 Junghoon ParkMerge "Revert "Replace mock API"" into tizen
2022-01-12 jh9216.parkRefactor pkgmgr-info 66/269166/3
2022-01-10 Junghyun YeonMinor refactor 66/269066/3
2022-01-10 jh9216.parkChange method name 04/269104/1
2022-01-06 Ilho KimSkip SetMemoryMode in offline mode 86/268986/3
2022-01-06 HwanKyu JhunMerge "Add boot-sequence to manifest.xsd" into tizen
2022-01-06 Ilho KimFix memory leak 83/268983/1
2022-01-05 Ilho KimCreate cache on a separate thread 30/265930/18
2022-01-05 Changgyu ChoiAdd to cache pkg & appinfo 23/261023/48
2022-01-04 Junghyun YeonFix static analysis issues 79/268879/1
2021-12-15 Changgyu ChoiRemove macro for supporting old glib 29/268029/1
2021-11-19 Ilho KimFix thread synchronization when clear cache 36/266836/2
2021-11-15 Changgyu ChoiFix to set locale 51/266451/5
2021-11-09 Junghyun YeonFix minor coding rule 74/265774/3
2021-10-28 Ilho KimFix memory leak 50/265750/2
2021-10-21 Hwankyu JhunAdd pkgmgr-info-server pkgconfig file 96/265496/1
2021-10-13 Changgyu ChoiFix wrong parameter 26/265226/2
2021-09-30 Changgyu ChoiFix some API's request type checked 91/264791/2
2021-09-13 Junghyun YeonChange codes for readability 92/261792/10
2021-07-22 Junghyun YeonStore global uid as static variable 73/260873/3
2021-07-16 Junghyun YeonChange log format 74/261274/4
2021-07-06 Ilho KimFix static analysis issue 59/260859/3
2021-07-02 Junghyun YeonCleanup code 67/260767/1
2021-06-29 Ilho KimUse LIB_INSTALL_DIR to get library path 43/260543/3
2021-06-28 Ilho KimMerge branch 'master' of github.sec.samsung.net:appfw...
2021-06-24 Ilho KimFix query request's behavior 53/260153/4
next