Remove internal api related with memory database
[platform/core/appfw/pkgmgr-info.git] / src / manager / pkginfo_manager.cc
2023-11-10 ilho kimRemove internal api related with memory database 71/301171/1
2023-10-31 ilho kimFix wrong CommandType 71/300671/1
2023-10-30 ilho kimAdd api to update cache using pkgid 59/300559/4
2022-10-11 Ilho KimSet the timeout to 60 for write query request 44/282744/3
2022-09-27 Hwankyu JhunFix static analysis issues 01/282101/3
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 Changgyu ChoiAdd to cache pkg & appinfo 23/261023/48
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-16 Junghyun YeonChange log format 74/261274/4
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
2021-06-24 Ilho KimFix ResultParcelable to handle null char pointer 77/259877/5
2021-06-24 Ilho KimFix QueryParcelable to handle null char pointer 04/259804/9
2021-06-10 Ilho KimFix static analysis issues 74/259574/5
2021-06-02 Junghyun YeonMerge branch 'tizen' of ssh://review.tizen.org:29418...
2021-05-31 Changgyu ChoiImprove performance 24/258924/10
2021-04-30 Changgyu ChoiMerge branch 'master' of github.sec.samsung.net:appfw...
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-29 Junghyun YeonFix minor coding rule 90/255990/2
2021-03-25 jh9216.parkRefactor pkgmgr-info 34/255834/15
2021-03-24 Junghyun YeonFix uid behavior on appinfo related functions 60/255660/3
2021-03-19 Junghyun YeonFix comparing pkg certinfo API 27/255527/4
2021-03-17 Junghyun YeonFix cosmetic issues
2021-03-15 Junghyun YeonFix spelling
2021-03-15 Junghyun YeonRemove TODOs
2021-03-15 Junghyun YeonFIx coding rule of pkginfo_manager.cc
2021-03-12 Ilho KimFix memory leak in Parcelable
2021-03-10 Ilho KimImplement clear cache memory
2021-03-10 Ilho KimFix pkgmgrinfo_pkginfo_load_certinfo
2021-03-08 연정현/Tizen Platform... Merge branch 'master' into add_parser_dbpath
2021-03-08 Ilho KimFix build error
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-08 Ilho KimHandle error usecase of PkgInfoClient
2021-03-06 Junghyun YeonMerge remote-tracking branch 'origin/master' into fix_log
2021-03-05 Junghyun YeonChange log level
2021-03-05 김일호/Tizen Platform... Add Error handling in RequestHandler (#117)
2021-03-05 Junghyun YeonImplement app cert compare internal API
2021-03-05 Junghyun YeonChange API name
2021-03-05 Junghyun YeonImplement compare cert API using server-client architecture
2021-03-05 Junghyun YeonImplement pkgmgrinfo_pkginfo_load_certinfo
2021-03-05 Junghyun YeonImplement pkgmgrinfo_save_certinfo using client-server...
2021-03-05 Junghyun YeonImplement pkgmgrinfo_delete_certinfo
2021-03-04 연정현/Tizen Platform... Implement dependency handler, parcelable, dbhandler...
2021-03-03 Ilho KimFix minor issue
2021-03-03 Ilho KimImplement pkgmgr_parser_insert_manifest_info_in_usr_db
2021-03-03 Ilho KimImplement parser_db's api using PkgInfoClient
2021-03-03 Ilho KimImplement pkgmgrinfo_pkginfo_set_installed_storage
2021-03-03 Ilho KimSet QueryHandler's operation,db type before use
2021-03-03 Ilho KimChange get_updateinfo to use PkgInfoClient
2021-03-03 Ilho KimChange pkgmgrinfo_plugininfo_foreach_plugininfo to...
2021-03-03 연정현/Tizen Platform... Merge pull request #82 from jungh-yeon/implement_api2
2021-03-02 Junghyun YeonAdd return code while traversing result list
2021-02-25 Junghyun YeonFix static analysis issue
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-25 Junghyun YeonFix static analysis issue
2021-02-25 Junghyun YeonRemove unnecessary codes
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-24 Junghyun YeonFix build error
2021-02-24 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-24 Junghyun YeonImplement foreach appcontrol API
2021-02-23 Junghyun YeonImplement getting datacontrol privilege API
2021-02-23 Junghyun YeonImplement getting datacontrol trusted info API
2021-02-23 Junghyun YeonImplement getting datacontrol appid API
2021-02-23 Junghyun YeonUpdate pkgmgr-info APIs
2021-02-23 Junghyun YeonImplement localed label API
2021-02-23 Junghyun YeonImplement basic pkgmgrinfo_appinfo_ APIs using newly...
2021-02-22 Junghyun YeonImplement _pkginfo_get_packages
2021-02-22 Junghyun YeonAdd logger class
2021-02-22 Junghyun YeonAdd pkginfo manager for adaptor class between C and C++