summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-242-5/+5
* bitbake: server/process: Try connecting 4 times before giving upLucas Dutra Nunes2016-03-091-4/+6
* bitbake: xmlrpc: fix bug in setting XMLRPCServer.single_useEd Bartosh2016-03-091-3/+1
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+2
* bitbake: xmplrpc: split connect methodEd Bartosh2016-01-062-2/+5
* bitbake: uievent: add error to registerEventHandler returnEd Bartosh2016-01-061-2/+2
* bitbake: server/process: Handle SIGTERM more gracefullyRichard Purdie2015-09-091-0/+9
* bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie2015-09-042-2/+2
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-192-3/+8
* bitbake: server/process: Don't log BBHandledExceptionRichard Purdie2015-06-231-2/+3
* bitbake: cooker/server: Fix up 100% CPU usage at idleRichard Purdie2015-03-102-0/+6
* bitbake: xmlrpc server: delete function on errorsAlexandru DAMIAN2015-03-091-0/+4
* bitbake: xmlrpcserver: do not connect client on errorAlexandru DAMIAN2015-03-091-0/+2
* bitbake: server/process: Fix select callRichard Purdie2015-01-231-1/+1
* bitbake: process: Ensure abnormal exits set an error levelRichard Purdie2014-09-021-1/+1
* bitbake: process: Further improve robustness against server shutdownRichard Purdie2014-08-231-3/+14
* bitbake: process: Deal with infinite looping of the serverRichard Purdie2014-08-231-0/+2
* bitbake: xmlrpc: add support for token reusingAlexandru DAMIAN2014-06-131-7/+12
* bitbake: xmlrpc: client - remove fatal errorsAlexandru DAMIAN2014-06-061-7/+14
* bitbake: bitbake: move configuration reading codeAlexandru DAMIAN2014-06-061-24/+0
* bitbake: bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN2014-04-011-1/+1
* bitbake: server/xmlrpc: Simlify featureset handlingRichard Purdie2014-03-301-9/+8
* bitbake: server/process: Optimise latency when finishing idle functionsRichard Purdie2014-03-101-0/+1
* bitbake: server/process: Drop unnecessary exit delayRichard Purdie2014-03-101-1/+0
* bitbake: server/process: Use a pipe for quit events instead of Event()Richard Purdie2014-03-101-5/+9
* bitbake: server/process: Deal more gracefully with SIGTERMRichard Purdie2014-03-101-1/+15
* bitbake: server/process: Use the setFeatures command on the server instead of...Richard Purdie2014-03-101-13/+8
* bitbake: bitbake.lock: Add host:port to bitbake.lock for memres serverJason Wessel2013-12-021-2/+5
* bitbake: bitbake, xmlrpc.py: Implement memory resident auto port configuratio...Jason Wessel2013-12-021-4/+29
* bitbake: xmlrpc: Show a better error message for connection failuresRichard Purdie2013-10-071-3/+6
* bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN2013-09-223-13/+41
* bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie2013-09-141-1/+1
* bitbake: bitbake: xmlrpc: delete unused code BitBakeUIEventServerAlexandru DAMIAN2013-09-131-45/+0
* bitbake: server/xmlrpc: stop server on client exitAlexandru DAMIAN2013-09-011-0/+5
* bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie2013-09-012-19/+18
* bitbake: server/xmlrpc: Increase timeout to 60sRichard Purdie2013-08-301-1/+1
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-262-5/+13
* bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie2013-08-261-4/+18
* bitbake: process: Improve exit handling and hangsRichard Purdie2013-08-261-19/+17
* bitbake: knotty, xmlrpc: add observer-only modeAlexandru DAMIAN2013-06-171-8/+18
* bitbake: compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie2013-06-142-139/+11
* bitbake: xmlrpc: removes the event servers controllerAlexandru DAMIAN2013-06-141-59/+0
* bitbake: xmlrpc: Allow server to remain memory residentAlexandru DAMIAN2013-06-071-11/+9
* bitbake: bitbake server: create common server infrastructureAlexandru DAMIAN2013-06-073-72/+141
* bitbake: bitbake: xmlrpc remote serverAlexandru DAMIAN2013-05-301-6/+200
* bitbake: bitbake: xmlrpc transport has identification tokenAlexandru DAMIAN2013-05-301-66/+100
* bitbake: server/bitbake: Remove launchUI methodRichard Purdie2013-05-302-9/+0
* bitbake: server: Remove none serverRichard Purdie2013-05-301-203/+0
* bitbake: lib: print is a function in moderm python, covert remaining usersRichard Purdie2013-05-091-1/+1
* bitbake: bitbake: Always use separate process for PR ServiceRichard Purdie2013-02-061-1/+1