summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/prserv
Commit message (Expand)AuthorAgeFilesLines
* bitbake: prserv: make localhost workMingli Yu2021-09-021-2/+2
* bitbake: prserv: handle PRSERV_HOST = "127.0.0.1:0" the same as "localhost:0"Martin Jansa2021-09-011-6/+7
* bitbake: prserv: Add read-only modePaul Barker2021-08-233-31/+83
* bitbake: prserv: Replace XML RPC with modern asyncrpc implementationPaul Barker2021-08-232-128/+147
* bitbake: prserv: Handle requests in main threadPaul Barker2021-05-061-123/+36
* bitbake: prserv: Extract daemonization from PRServer classPaul Barker2021-05-061-103/+72
* bitbake: prserv: Use multiprocessing to auto start prserverPaul Barker2021-05-061-4/+8
* bitbake: prserv: Add connect functionPaul Barker2021-04-271-0/+3
* bitbake: prserv: Drop unused dump_db methodPaul Barker2021-04-271-24/+0
* bitbake: prserv: Drop obsolete python version checkPaul Barker2021-04-271-4/+0
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-7/+7
* bitbake: prserv/serv: Use with while reading pidfileOla x Nilsson2019-12-301-7/+5
* bitbake: prserv/serv: Only restart the server if settings changeRichard Purdie2019-11-251-7/+13
* bitbake: prserv: fix ResourceWarning due to unclosed socketGavin Li2019-11-141-0/+1
* bitbake: bitbake: prserv/serv: Use with while reading pidfileOla x Nilsson2019-10-281-3/+2
* 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-043-0/+12
* bitbake: prserv/serv: Gracefully handle the PR server exiting quicklyRichard Purdie2017-08-311-1/+5
* bitbake: prserv/serv: Rename self.quit -> self.quitflagRichard Purdie2017-08-311-6/+6
* bitbake: prserv/serv: Send sentinel to stop handler threadRichard Purdie2017-08-311-1/+4
* bitbake: prserv/serv: Shut down any existing server before restartingRichard Purdie2017-08-311-0/+3
* bitbake: prserv/cooker: Drop unused paramRichard Purdie2017-08-311-1/+1
* bitbake: prserv/serv: Improve process exit handlingRichard Purdie2017-07-241-2/+17
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-211-2/+2
* bitbake: prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie2017-01-091-6/+1
* bitbake: prserv/serv: Tweak stdout manipulation to be stream safeRichard Purdie2017-01-051-4/+17
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-2/+2
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-022-8/+8
* bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie2016-05-131-5/+5
* bitbake: prserv: Add dump_db()Haris Okanovic2016-02-262-0/+33
* 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-282-2/+2
* 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/db: Document history modesRichard Purdie2015-07-121-0/+10
* 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: Use WAL modeRichard Purdie2014-11-061-0/+1
* 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-282-0/+21
* bitbake: prserv/serv: Improve error message when prserver cannot bind to supp...Konrad Scherer2014-09-291-2/+11
* bitbake: lib: fix no newline at end of fileRobert Yang2014-07-041-1/+1
* bitbake: prserv/db: Avoid fsync() callsRichard Purdie2014-05-031-0/+1
* 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-082-1/+6