summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/persist_data.py
Commit message (Expand)AuthorAgeFilesLines
* persist_data: survive if sqlite3 couldn't enable the shared cacheChristopher Larson2012-02-221-1/+4
* bitbake/persist_data: Reconnect when DB is lockedLianhao Lu2012-01-191-5/+7
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+3
* bitbake/persist_data: Sync file with upstream bitbakeRichard Purdie2011-05-061-12/+24
* persist_data: implement comparison, same as dictChris Larson2011-05-061-31/+17
* persist_data: don't allow non-string keys/valuesChris Larson2011-05-061-0/+5
* persist_data: add has_keyChris Larson2011-05-061-0/+3
* persist_data: raise KeyError on missing elementsChris Larson2011-05-061-0/+3
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-0/+2
* persist_data: kill unreachable break lineChris Larson2011-02-101-1/+0
* persist_data: loop on database lock for table creationChris Larson2011-02-101-2/+2
* persist_data: resurrect the lock wait for selectsChris Larson2011-01-051-7/+7
* Rework the persist_data APIChris Larson2011-01-051-72/+137
* Revert "persist_data: cache connection and use cursor"Chris Larson2011-01-051-8/+3
* persist_data: handle locked db for SELECTChris Larson2011-01-041-3/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-2/+6
* bitbake/persist_data: Attempt to fix locking issuesRichard Purdie2010-08-201-8/+17
* persist_data: cache connection and use cursorBernhard Reutner-Fischer2010-07-021-8/+13
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-2/+2
* Switch some references to moved functionsChris Larson2010-07-021-1/+2
* Formatting cleanupsChris Larson2010-07-021-8/+5
* bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie2009-07-301-10/+0
* bitbake: Make sure tables exist when renamingRichard Purdie2009-07-301-0/+1
* bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie2009-07-291-0/+20
* bitbake: Sync with 1.8 branchRichard Purdie2008-05-131-2/+2
* bitbake: Update to 1.8.10 releaseRichard Purdie2008-01-201-1/+5
* bitbake persist_data: Fix for python 2.4Richard Purdie2007-08-041-2/+2
* bitbake persist_data: Fix for python 2.4Richard Purdie2007-08-041-1/+1
* bitbake persist_data: Fix module referenceRichard Purdie2007-08-041-1/+1
* bitbake persist_data: Add own retry logicRichard Purdie2007-08-041-5/+16
* bitbake persist_data: Use immediate connection modeRichard Purdie2007-08-041-1/+2
* bitbake: Update along 1.8 branchRichard Purdie2007-08-031-0/+94