summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv/serv.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-7/+7
* bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie2016-05-131-5/+5
* bitbake: prserv: Add dump_db()Haris Okanovic2016-02-261-0/+25
* bitbake: bitbake: prserv: do not clear umask when daemonizingDiego Santa Cruz2016-02-041-1/+0
* bitbake: bitbake: prserv: SIGTERM handling hung processDiego Santa Cruz2016-02-041-1/+1
* bitbake: bitbake: prserv: -wal and -shm sqlite lost when daemonizingDiego Santa Cruz2016-02-041-5/+8
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+4
* bitbake: prserv/serv.py: Better messaging when starting/stopping the server w...Leonardo Sandoval2015-09-281-2/+21
* bitbake: prserv/serv: Close the DB connection out of class destructorLeonardo Sandoval2015-09-281-1/+1
* bitbake: prserv/serv: Start/Stop daemon using ip instead of hostLeonardo Sandoval2015-09-241-5/+8
* bitbake: prserv: SIGTERM and deamonization fixesRichard Purdie2015-09-091-3/+31
* bitbake: prserv: serv.py: remove unused and duplicate importsMaxin B. John2015-05-081-2/+1
* bitbake: prserv/serv: Improve exit handlingRichard Purdie2015-01-231-5/+9
* bitbake: prserv/serv: Ensure sync happens in the correct threadRichard Purdie2014-11-041-7/+8
* bitbake: prserv: don't wait until exit to syncBen Shelton2014-10-281-0/+7
* bitbake: prserv/serv: Improve error message when prserver cannot bind to supp...Konrad Scherer2014-09-291-2/+11
* bitbake: prserv: Fix exit race issuesRichard Purdie2014-03-301-7/+6
* bitbake: serv.py: Give pr-server up to 5 seconds to commit dataKonrad Scherer2013-11-181-2/+21
* 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