summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv/db.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: prserv: remove unnecessary codeMichael Opdenacker2024-04-141-5/+1
* bitbake: prserv: add extra requestsMichael Opdenacker2024-04-141-0/+46
* bitbake: prserv: capitalization and spacing improvementsMichael Opdenacker2024-04-141-28/+28
* bitbake: prserv: use double quotes by defaultMichael Opdenacker2024-04-141-16/+16
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-121-0/+2
* bitbake: prserv: Add read-only modePaul Barker2021-08-231-14/+51
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-7/+7
* bitbake: prserv: Use a memory journalRichard Purdie2019-08-061-1/+1
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-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