Change how to check pkginfo server ready flag
[platform/core/appfw/pkgmgr-info.git] / src / client / pkginfo_client.cc
2023-12-14 Ilho KimChange how to check pkginfo server ready flag 23/302823/4
2023-12-14 Ilho KimPrint the request type when trying direct access 18/302818/2
2022-09-30 Hwankyu JhunFix wrong type size 28/282328/1
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 Ilho KimFix missing semicolon 23/281923/1
2022-09-23 Ilho KimAdd log to client side after receiving the result 88/281888/1
2022-07-26 Ilho KimAdd lock while opening direct access library 50/278750/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-03 Ilho KimReceive client's request at each thread 22/275822/4
2022-03-21 Junghyun YeonMerge "Add parameters for offline mode" into tizen
2022-03-17 Junghyun YeonAdd parameters for offline mode 51/272451/1
2022-01-05 Changgyu ChoiAdd to cache pkg & appinfo 23/261023/48
2021-09-13 Junghyun YeonChange codes for readability 92/261792/10
2021-07-16 Junghyun YeonChange log format 74/261274/4
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-02 Junghyun YeonMerge branch 'tizen' of ssh://review.tizen.org:29418...
2021-05-31 Changgyu ChoiImprove performance 24/258924/10
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-05-25 Changgyu ChoiAdd to make ready file 56/258756/4
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-04-26 김일호/Tizen Platform... Remove sqlite dependency from pkgmgr_parser_db (#167)
2021-04-22 Ilho KimChange to use dlopen for direct access
2021-03-19 Junghyun YeonFix minor issues 78/255578/1
2021-03-19 Changgyu ChoiMerge "Remove unnecessary mutex" into tizen
2021-03-19 jh9216.parkRefactor pkginfo 19/255419/3
2021-03-17 Junghyun YeonFix cosmetic issues
2021-03-15 Junghyun YeonFix coding rule
2021-03-15 Ilho KimUse unique_ptr at allocated char*
2021-03-15 jusungFix memory leak in request handler
2021-03-15 Ilho KimFix memory leak
2021-03-08 연정현/Tizen Platform... Merge branch 'master' into add_parser_dbpath
2021-03-08 연정현/Tizen Platform... Merge pull request #120 from jungh-yeon/fix_log
2021-03-08 연정현/Tizen Platform... Merge branch 'master' into fix_log
2021-03-06 Junghyun YeonMerge remote-tracking branch 'origin/master' into fix_log
2021-03-06 Junghyun YeonAdd logs at pkginfo_client for debugging purpose
2021-03-04 연정현/Tizen Platform... Implement dependency handler, parcelable, dbhandler...
2021-03-03 Junghyun YeonRemove unused local variable
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-25 김일호/Tizen Platform... Disconnect client socket after all use in PkgInfoClient...
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-25 review-bot[Reform] Apply Coding Style
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-25 Changgyu ChoiFix static issues
2021-02-24 Ilho KimImplement offline mode in PkgInfoClient
2021-02-24 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-24 김일호/Tizen Platform... Implement PkgInfoClient (#79)
2021-02-23 Ilho KimModify PkgInfoClient constructor
2021-02-22 Junghyun YeonRemove factory from pkginfoclient
2021-02-16 Ilho KimChange parcel to inherit Parcelable class
2021-02-04 review-bot[Reform] Apply Coding Style
2021-02-04 손주성/Tizen Platform... Merge pull request #21 from jusung07-son/master
2021-02-03 Changgyu ChoiFix build error
2021-02-03 Junghyun YeonAdd PkgInfoClient skeleton class
2021-02-03 Junghyun YeonBasic implement pkginfo_client