Fix ResultParcelable to handle null char pointer
[platform/core/appfw/pkgmgr-info.git] / test / unit_tests / test_parcel.cc
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-04-14 Ilho KimAdd unit test for parcelable 38/256838/1
2021-03-25 jh9216.parkRefactor pkgmgr-info 34/255834/15
2021-03-15 Junghyun YeonFix coding rule of test_parcel.cc
2021-03-12 Ilho KimSet auto_release's default parameter value
2021-03-12 Ilho KimFix memory leak in Parcelable
2021-03-05 김일호/Tizen Platform... Add Error handling in RequestHandler (#117)
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 KimSet QueryHandler's operation,db type before use
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 Ilho KimFix 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-16 Ilho KimFix static analysis issue
2021-02-16 Ilho KimImplement CertInfoParcelable
2021-02-16 Ilho KimImplement FilterParcelable
2021-02-16 Ilho KimChange parcel to inherit Parcelable class
2021-02-16 Ilho KimImplement PkgInfoParcel, AppInfoParcel
2021-02-05 김일호/Tizen Platform... Add unittest (#31)