Change socket access retry policy
[platform/core/appfw/pkgmgr-info.git] / src / common / database /
2021-03-29 Junghyun YeonFix minor coding rule 90/255990/2
2021-03-26 Changgyu ChoiRemove some logs 88/255988/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-24 Changgyu ChoiMerge "Add mutex in DBHandler" into tizen
2021-03-23 jusungFix 64-bit build error 34/255734/1 submit/tizen/20210323.055934
2021-03-23 Changgyu ChoiAdd mutex in DBHandler 59/255559/4
2021-03-22 Changgyu ChoiAdd to check to crash process 38/255438/8 submit/tizen/20210323.054210
2021-03-19 Changgyu ChoiMerge "Remove unnecessary mutex" into tizen
2021-03-19 jh9216.parkRefactor pkginfo 19/255419/3
2021-03-18 Changgyu ChoiRemove unnecessary mutex 86/255386/3
2021-03-17 Junghyun YeonFix cosmetic issues
2021-03-17 Changgyu ChoiFix white space
2021-03-17 Changgyu ChoiChange to get db path condition
2021-03-15 Junghyun YeonRemove TODOs
2021-03-15 Junghyun YeonFix coding rule for db handlers
2021-03-15 Ilho KimFix memory leak
2021-03-15 Junghyun YeonAdd convert uid logic
2021-03-12 Ilho KimRemove r-value return type function
2021-03-12 Ilho KimMove local variables
2021-03-12 Ilho KimFix memory leak
2021-03-12 Junghyun YeonChange logic of delivering db path and handle
2021-03-12 최창규/Tizen Platform... Fix implementation (#147)
2021-03-11 Junghyun YeonFix getting information
2021-03-11 Ilho KimChange GetParserDBPath logic
2021-03-11 Ilho KimAvoid setting duplicate db path
2021-03-11 Junghyun YeonRemove debugging log
2021-03-11 Junghyun YeonAdd initialization
2021-03-11 Junghyun YeonUpdate pkg get db handler implementation
2021-03-11 Junghyun YeonChange codes to extract appinfo nodes from hashtable
2021-03-11 Junghyun YeonMove initialization of hash table into db handlers
2021-03-11 Ilho KimFix query handler
2021-03-10 최창규/Tizen Platform... Refactor DBHandleProvider (#136)
2021-03-10 Junghyun YeonFix build warning
2021-03-10 Junghyun YeonFix build error
2021-03-09 연정현/Tizen Platform... Merge pull request #134 from jungh-yeon/deliver_pid
2021-03-09 Junghyun YeonFix delivering PID logic
2021-03-09 Junghyun YeonMake pid_list_ into non-static
2021-03-09 Junghyun YeonMerge remote-tracking branch 'origin/master' into deliv...
2021-03-09 Junghyun YeonChange pid related bahavior
2021-03-09 Junghyun YeonChange type of pid
2021-03-09 Junghyun YeonMove some internal APIs into internal files
2021-03-09 Junghyun YeonAdd pid as default parameter of dbhandler
2021-03-08 Ilho KimFix DepInfoGetDBHandler
2021-03-08 Junghyun YeonChange condition for returning proper dbpath
2021-03-08 Changgyu ChoiRemove cache_db_handler
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 Junghyun YeonAdd PID setter/getter at db 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 연정현/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 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 db handlers for debugging purpose
2021-03-05 최창규/Tizen Platform... Fix DBHandleProvider implementation (#118)
2021-03-05 김일호/Tizen Platform... Add Error handling in RequestHandler (#117)
2021-03-05 Changgyu ChoiFix wrong implementation
2021-03-05 Changgyu ChoiFix memory leak
2021-03-05 Changgyu ChoiAdd DBHandleProvider
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 pkgmgrinfo_pkginfo_set_installed_storage
2021-03-03 Ilho KimMove __open_db to AbstractDbHandler
2021-03-03 Ilho KimSet QueryHandler's operation,db type before use
2021-03-03 연정현/Tizen Platform... Merge pull request #82 from jungh-yeon/implement_api2
2021-02-26 Ilho KimImplement QueryHandler
2021-02-24 Junghyun YeonMerge remote-tracking branch 'origin/master' into imple...
2021-02-23 review-bot[Reform] Apply Coding Style
2021-02-23 손주성/Tizen Platform... Merge pull request #70 from jusung07-son/master
2021-02-19 jusungImplement request handler
2021-02-19 김일호/Tizen Platform... Merge pull request #63 from ilho159-kim/query_parcelable
2021-02-18 Junghyun YeonMatching implements and header's prototype
2021-02-17 연정현/Tizen Platform... Separate pkgmgr-info legacy library and implement dbhan...
2021-02-09 Junghyun YeonIntegrate pkgmgr-common with pkgmgr-info
2021-02-05 김일호/Tizen Platform... Fix namespace format (#29)
2021-02-04 Junghyun YeonRemove pkgmgrinfo_private from pkgmgr-info
2021-02-02 Junghyun YeonFix typo
2021-01-29 Junghyun YeonMove common directory into src/