summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv/db.py
AgeCommit message (Expand)Author
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-02-26bitbake: prserv: Add dump_db()Haris Okanovic
2015-09-28bitbake: prserv/serv: Close the DB connection out of class destructorLeonardo Sandoval
2015-07-12bitbake: prserv/db: Document history modesRichard Purdie
2014-11-06bitbake: prserv: Use WAL modeRichard Purdie
2014-10-28bitbake: prserv: don't wait until exit to syncBen Shelton
2014-05-03bitbake: prserv/db: Avoid fsync() callsRichard Purdie
2013-09-08bitbake: prserv: Ensure data is committedRichard Purdie
2013-09-01bitbake: serv/db: Don't use BEGIN/COMMITRichard Purdie
2013-09-01bitbake: serv/db: Take an excluside lock on the databaseRichard Purdie
2013-09-01bitbake: serv/db: Fix looping upon database locked issuesRichard Purdie
2013-08-30bitbake: prserv: Allow 'table is locked' matching for retry loopRichard Purdie
2013-08-29bitbake: prserv/db: Threading fixesRichard Purdie
2012-01-11bitbake: Automatically start local PR service.Lianhao Lu
2012-01-11bitbake/PRservice: Added no_hist mode and export/import.Lianhao Lu
2011-05-27Add PR service deamon to bitbakeLianhao Lu