Separate pkgid and pkg manifest
[platform/core/appfw/pkgmgr-info.git] / src / common / parcel /
2022-01-05 Changgyu ChoiAdd to cache pkg & appinfo 23/261023/48
2021-07-02 Junghyun YeonCleanup code 67/260767/1
2021-06-28 Ilho KimMerge branch 'master' of github.sec.samsung.net:appfw...
2021-06-24 Ilho KimFix QueryParcelable 52/260152/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-17 Ilho KimAdd api for resource package 70/251170/22
2021-06-02 Junghyun YeonMerge branch 'tizen' of ssh://review.tizen.org:29418...
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-04-06 Junghyun YeonRefactor query construction logic of query handler 83/256483/4
2021-03-29 Junghyun YeonFix minor coding rule 90/255990/2
2021-03-25 jh9216.parkRefactor pkgmgr-info 34/255834/15
2021-03-19 Changgyu ChoiMerge "Remove unnecessary mutex" into tizen
2021-03-19 jh9216.parkFix parcel factroy 65/255465/1
2021-03-17 Junghyun YeonFix cosmetic issues
2021-03-15 Junghyun YeonFix coding rule for parcelables
2021-03-15 Ilho KimFix memory leak
2021-03-12 Ilho KimChange Extract function's return type
2021-03-12 Ilho KimSet auto_release's default parameter value
2021-03-12 Ilho KimFix memory leak in Parcelable
2021-03-10 Ilho KimImplement clear cache memory
2021-03-08 Junghyun YeonMerge remote-tracking branch 'origin/master' into deliv...
2021-03-08 Ilho KimAdd Missing implement in PkgInfoParcel
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 Junghyun YeonRemove IFactory innerclass from parcelable classes
2021-03-04 연정현/Tizen Platform... Implement dependency handler, parcelable, dbhandler...
2021-03-04 Junghyun YeonFix static analysis issue
2021-03-03 Ilho KimImplement pkgmgr_parser_insert_manifest_info_in_usr_db
2021-03-03 Ilho KimImplement pkgmgrinfo_pkginfo_set_installed_storage
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 KimHandle locale in InfoParcleable
2021-03-03 김일호/Tizen Platform... Fix Parcelable (#87)
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 Changgyu ChoiFix static issues
2021-02-24 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-23 Junghyun YeonChange usage of functions
2021-02-23 Junghyun YeonChange CertInfoParcelable
2021-02-19 김일호/Tizen Platform... Merge pull request #63 from ilho159-kim/query_parcelable
2021-02-18 Ilho KimFix ResultParcelable
2021-02-18 Ilho KimMerge branch 'master' into query_parcelable
2021-02-18 김일호/Tizen Platform... Add ResultParcelable (#59)
2021-02-18 Ilho KimAdd ParcelableFactory
2021-02-17 Ilho KimAdd QueryParcelable
2021-02-17 Junghyun YeonDelete includes of removed file
2021-02-17 Junghyun YeonRemove unnecessary parcelable and req handlers
2021-02-16 Ilho KimFix static analysis issue
2021-02-16 Ilho KimImplement CertInfoParcelable
2021-02-16 Ilho KimImplement FilterParcelable
2021-02-16 Ilho KimHandle allocated memory
2021-02-16 Ilho KimChange parcel to inherit Parcelable class
2021-02-16 Ilho KimFix potential defect
2021-02-16 Ilho KimImplement PkgInfoParcel, AppInfoParcel
2021-02-09 Changgyu ChoiAdd ParcelFactory skeleton code
2021-02-08 Ilho KimAdd GetRequestType method
2021-02-04 Ilho KimAdd public keywork
2021-02-04 Junghyun YeonRemove pkgmgrinfo_private from pkgmgr-info
2021-02-02 Junghyun YeonAdd skeleton codes of parcle factory
2021-02-02 Junghyun YeonAdd IFactory inner class
2021-02-01 최창규/Tizen Platform... Merge pull request #16 from review-bot/reform/appfw...
2021-01-29 review-bot[Reform] Apply Coding Style
2021-01-29 Junghyun YeonMove common directory into src/