Fix 64-bit build error
[platform/core/appfw/pkgmgr-info.git] / src / common / database / db_handle_provider.cc
2021-03-23 jusungFix 64-bit build error 34/255734/1 submit/tizen/20210323.055934
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-18 Changgyu ChoiRemove unnecessary mutex 86/255386/3
2021-03-17 Changgyu ChoiChange to get db path condition
2021-03-15 Junghyun YeonFix coding rule for db handlers
2021-03-12 Junghyun YeonChange logic of delivering db path and handle
2021-03-12 최창규/Tizen Platform... Fix implementation (#147)
2021-03-11 Ilho KimChange GetParserDBPath logic
2021-03-11 Ilho KimAvoid setting duplicate db path
2021-03-10 최창규/Tizen Platform... Refactor DBHandleProvider (#136)
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-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 연정현/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-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-05 최창규/Tizen Platform... Fix DBHandleProvider implementation (#118)
2021-03-05 Changgyu ChoiFix wrong implementation
2021-03-05 Changgyu ChoiFix memory leak
2021-03-05 Changgyu ChoiAdd DBHandleProvider