summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv/serv.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: prserv: Ensure data is committedRichard Purdie2013-09-081-1/+2
* bitbake: prserv/serv: Settle on two threads for optimal performanceRichard Purdie2013-09-011-14/+34
* bitbake: prserv/serv: Multithread the serverRichard Purdie2013-08-291-9/+15
* bitbake: prserv/db: Threading fixesRichard Purdie2013-08-291-2/+2
* bitbake: serv.py: Fix regression from 972bc43e6d5bJason Wessel2013-08-281-1/+1
* bitbake: serv.py: Fix hang when spawned dynamically with bitbakeJason Wessel2013-08-281-0/+5
* bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie2013-08-261-3/+0
* bitbake: prserv/serv: Fix pid file removalRichard Purdie2013-08-231-1/+1
* bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie2013-06-141-2/+9
* bitbake: prserv: Unbreak after bb.server changesRichard Purdie2013-05-301-1/+1
* bitbake: prserv/cooker: Handle PRService errors cleanlyRichard Purdie2013-05-031-3/+6
* bitbake: prserv/serv.py: Fix logging in daemon modeRichard Purdie2013-02-061-4/+16
* bitbake: bitbake: Always use separate process for PR ServiceRichard Purdie2013-02-061-22/+7
* bitbake: prserv: use only PRSERV_HOSTConstantin Musca2013-01-251-4/+11
* prserv: Do not ping PRService if not requiredLianhao Lu2012-02-011-1/+1
* prserv: fix import of sqlite3Martin Jansa2012-01-201-1/+6
* bitbake: Automatically start local PR service.Lianhao Lu2012-01-111-35/+109
* bitbake/PRservice: Added no_hist mode and export/import.Lianhao Lu2012-01-111-37/+69
* make exception handling syntax consistentScott Garman2011-06-151-3/+3
* Add PR service deamon to bitbakeLianhao Lu2011-05-271-0/+198