summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: xmlrpc: Unbreak the transport by adding a missing logfile nameRichard Purdie2012-12-041-1/+1
* bitbake: server/process.py: Change timeout error handlingRichard Purdie2012-11-211-2/+2
* bitbake: command: add error to return of runCommandChristopher Larson2012-11-011-1/+1
* bitbake: bitbake/server: Remove dead console log codeRichard Purdie2012-11-013-5/+5
* bitbake: Add client socket info for BitBakeServerConnectionDongxiao Xu2012-02-231-2/+2
* bitbake: add -B option to bind with interfaceDongxiao Xu2012-02-231-3/+3
* xmlrpc: Change BitbakeServerInfo init functionDongxiao Xu2012-01-061-4/+4
* bitbake/process.py: Ensure queued UI events are queued right before we add ou...Richard Purdie2011-07-071-3/+2
* process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie2011-06-161-1/+1
* make exception handling syntax consistentScott Garman2011-06-151-2/+2
* bitbake/server/xmlrpc: Fix typoRichard Purdie2011-06-081-1/+1
* bitbake/server/process: Implement getEvent()Richard Purdie2011-06-081-0/+7
* bitbake/server/process: Update to new server APIRichard Purdie2011-06-081-32/+75
* bitbake: Add process server from upstream bitbakeRichard Purdie2011-06-081-0/+221
* bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie2011-06-081-2/+1
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-082-37/+72
* bitbake/xmlrpc: only use BBTransport for affected Python versionsJoshua Lock2011-03-141-4/+17
* bitbake/server/none: fix getEvent() to return eventsPaul Eggleton2011-02-241-4/+8
* bitbake/server/none: remove leftover XMLRPC bits from none serverPaul Eggleton2011-02-241-11/+3
* bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie2011-02-181-0/+7
* Queue up events before the UI is spawnedChris Larson2011-01-042-0/+4
* bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock2010-12-071-2/+66
* bitbake: Simplfy pre and post cooker hooksRichard Purdie2010-11-282-13/+3
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-132-6/+29
* bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie2010-08-201-1/+2
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-022-2/+2
* Apply the 2to3 print function transformChris Larson2010-07-021-2/+2
* Formatting cleanupsChris Larson2010-07-022-6/+4
* bitbake: Don't import xmlrpc server unless neededRichard Purdie2010-01-221-2/+0