Change pid related bahavior
[platform/core/appfw/pkgmgr-info.git] / src /
2021-03-09 Junghyun YeonChange pid related bahavior
2021-03-09 Junghyun YeonChange type of pid
2021-03-09 Junghyun YeonAdd pid as default parameter of dbhandler
2021-03-08 Junghyun YeonChange condition for returning proper dbpath
2021-03-08 Junghyun YeonMerge remote-tracking branch 'origin/master' into deliv...
2021-03-08 Junghyun YeonAdd pid set logic at request handlers
2021-03-08 Junghyun YeonAdd pid handling logic at db handle provider
2021-03-08 Ilho KimAdd Missing implement in PkgInfoParcel
2021-03-08 Junghyun YeonAdd PID setter/getter at db handler
2021-03-08 Junghyun YeonAdd PID related functions into abstract request handler
2021-03-08 Changgyu ChoiFix some crash issues
2021-03-08 연정현/Tizen Platform... Merge pull request #121 from jungh-yeon/add_parser_dbpath
2021-03-08 연정현/Tizen Platform... Merge branch 'master' into add_parser_dbpath
2021-03-08 Junghyun YeonAdd global parser memory db handle code
2021-03-08 Ilho KimFix build error
2021-03-08 Junghyun YeonAdd functions to get sender pid
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 YeonFix db handlers
2021-03-06 Junghyun YeonChange db handler implementation to receive list when...
2021-03-06 Junghyun YeonChange db handle provider to store parser dbpath
2021-03-06 Junghyun YeonMerge remote-tracking branch 'origin/master' into fix_log
2021-03-06 Junghyun YeonAdd logs into request handlers for debugging purpose
2021-03-06 Junghyun YeonAdd logs into db handlers for debugging purpose
2021-03-06 Junghyun YeonAdd logs at pkginfo_client for debugging purpose
2021-03-05 Junghyun YeonChange log level
2021-03-05 최창규/Tizen Platform... Fix DBHandleProvider implementation (#118)
2021-03-05 Junghyun YeonAdd default log tag
2021-03-05 Junghyun YeonFix logging classes
2021-03-05 김일호/Tizen Platform... Add Error handling in RequestHandler (#117)
2021-03-05 손주성/Tizen Platform... Merge pull request #116 from jusung07-son/master
2021-03-05 jusungAdd constructor of CommandParcelable
2021-03-05 jusungAdd request handler
2021-03-05 Changgyu ChoiFix wrong implementation
2021-03-05 Changgyu ChoiFix memory leak
2021-03-05 Changgyu ChoiAdd DBHandleProvider
2021-03-05 Junghyun YeonReplace implementation of app cert compare API
2021-03-05 Junghyun YeonImplement app cert compare internal API
2021-03-05 Junghyun YeonChange API name
2021-03-05 Junghyun YeonReplace implementation of comparing pkg certinfo
2021-03-05 Junghyun YeonImplement compare cert API using server-client architecture
2021-03-05 Junghyun YeonRemove IFactory innerclass from parcelable classes
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 Junghyun YeonFix build warnings
2021-03-04 연정현/Tizen Platform... Implement dependency handler, parcelable, dbhandler...
2021-03-04 Junghyun YeonFix static analysis issue
2021-03-03 Ilho KimFix minor issue
2021-03-03 Ilho KimFix static analysis 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 KimMove __open_db to AbstractDbHandler
2021-03-03 Ilho KimChange to use bundle parcel's WriteString
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 Ilho KimHandle locale in InfoParcleable
2021-03-03 김일호/Tizen Platform... Fix Parcelable (#87)
2021-03-03 Junghyun YeonFix build warning
2021-03-03 Junghyun YeonRemove unused local variable
2021-03-03 Junghyun YeonSeparate null check routine
2021-03-03 연정현/Tizen Platform... Merge pull request #82 from jungh-yeon/implement_api2
2021-03-02 최창규/Tizen Platform... Update src/pkgmgrinfo_appinfo.c
2021-03-02 Junghyun YeonAdd return code while traversing result list
2021-02-26 Ilho KimImplemant QueryRequestHandler
2021-02-26 Ilho KimImplement QueryHandler
2021-02-25 Junghyun YeonFix static analysis issue
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 YeonChange include filepaths
2021-02-25 Junghyun YeonRemove unnecessary codes
2021-02-25 Junghyun YeonAdd locale setter at pkginfo, appinfo function
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 review-bot[Reform] Apply Coding Style
2021-02-25 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-25 Ilho KimFix CertInfoParcelable
2021-02-25 Ilho KimFix double free
2021-02-25 Changgyu ChoiFix static issues
2021-02-24 Ilho KimImplement offline mode in PkgInfoClient
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-24 김일호/Tizen Platform... Implement PkgInfoClient (#79)
2021-02-23 손주성/Tizen Platform... Merge pull request #78 from jusung07-son/master
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 jusungSet pkgid for cert db
2021-02-23 Junghyun YeonImplement basic pkgmgrinfo_appinfo_ APIs using newly...
2021-02-23 최창규/Tizen Platform... Add SharedObject util (#73)
2021-02-23 Ilho KimModify PkgInfoClient constructor
2021-02-23 Junghyun YeonChange usage of functions
next