summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv/db.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-1/+1
* bitbake: prserv: Add dump_db()Haris Okanovic2016-02-261-0/+8
* bitbake: prserv/serv: Close the DB connection out of class destructorLeonardo Sandoval2015-09-281-1/+1
* bitbake: prserv/db: Document history modesRichard Purdie2015-07-121-0/+10
* bitbake: prserv: Use WAL modeRichard Purdie2014-11-061-0/+1
* bitbake: prserv: don't wait until exit to syncBen Shelton2014-10-281-0/+14
* bitbake: prserv/db: Avoid fsync() callsRichard Purdie2014-05-031-0/+1
* bitbake: prserv: Ensure data is committedRichard Purdie2013-09-081-0/+4
* bitbake: serv/db: Don't use BEGIN/COMMITRichard Purdie2013-09-011-13/+3
* bitbake: serv/db: Take an excluside lock on the databaseRichard Purdie2013-09-011-1/+1
* bitbake: serv/db: Fix looping upon database locked issuesRichard Purdie2013-09-011-3/+4
* bitbake: prserv: Allow 'table is locked' matching for retry loopRichard Purdie2013-08-301-1/+1
* bitbake: prserv/db: Threading fixesRichard Purdie2013-08-291-2/+2
* bitbake: Automatically start local PR service.Lianhao Lu2012-01-111-5/+7
* bitbake/PRservice: Added no_hist mode and export/import.Lianhao Lu2012-01-111-32/+177
* Add PR service deamon to bitbakeLianhao Lu2011-05-271-0/+100