summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv
AgeCommit message (Expand)Author
2015-09-28bitbake: prserv/serv.py: Better messaging when starting/stopping the server w...Leonardo Sandoval
2015-09-28bitbake: prserv/serv: Close the DB connection out of class destructorLeonardo Sandoval
2015-09-24bitbake: prserv/serv: Start/Stop daemon using ip instead of hostLeonardo Sandoval
2015-09-09bitbake: prserv: SIGTERM and deamonization fixesRichard Purdie
2015-07-12bitbake: prserv/db: Document history modesRichard Purdie
2015-05-08bitbake: prserv: serv.py: remove unused and duplicate importsMaxin B. John
2015-01-23bitbake: prserv/serv: Improve exit handlingRichard Purdie
2014-11-06bitbake: prserv: Use WAL modeRichard Purdie
2014-11-04bitbake: prserv/serv: Ensure sync happens in the correct threadRichard Purdie
2014-10-28bitbake: prserv: don't wait until exit to syncBen Shelton
2014-09-29bitbake: prserv/serv: Improve error message when prserver cannot bind to supp...Konrad Scherer
2014-07-04bitbake: lib: fix no newline at end of fileRobert Yang
2014-05-03bitbake: prserv/db: Avoid fsync() callsRichard Purdie
2014-03-30bitbake: prserv: Fix exit race issuesRichard Purdie
2013-11-18bitbake: serv.py: Give pr-server up to 5 seconds to commit dataKonrad Scherer
2013-09-08bitbake: prserv: Ensure data is committedRichard Purdie
2013-09-01bitbake: prserv/serv: Settle on two threads for optimal performanceRichard 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/serv: Multithread the serverRichard Purdie
2013-08-29bitbake: prserv/db: Threading fixesRichard Purdie
2013-08-28bitbake: serv.py: Fix regression from 972bc43e6d5bJason Wessel
2013-08-28bitbake: serv.py: Fix hang when spawned dynamically with bitbakeJason Wessel
2013-08-26bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie
2013-08-23bitbake: prserv/serv: Fix pid file removalRichard Purdie
2013-06-14bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie
2013-05-30bitbake: prserv: Unbreak after bb.server changesRichard Purdie
2013-05-09bitbake: prserv: Drop StandardError usageRichard Purdie
2013-05-03bitbake: prserv/cooker: Handle PRService errors cleanlyRichard Purdie
2013-02-06bitbake: prserv/serv.py: Fix logging in daemon modeRichard Purdie
2013-02-06bitbake: bitbake: Always use separate process for PR ServiceRichard Purdie
2013-01-25bitbake: prserv: use only PRSERV_HOSTConstantin Musca
2012-02-01prserv: Do not ping PRService if not requiredLianhao Lu
2012-01-20prserv: fix import of sqlite3Martin Jansa
2012-01-11bitbake: Automatically start local PR service.Lianhao Lu
2012-01-11bitbake/PRservice: Added no_hist mode and export/import.Lianhao Lu
2011-06-15make exception handling syntax consistentScott Garman
2011-05-27Add PR service deamon to bitbakeLianhao Lu