summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-211-492/+0
* bitbake: server: Remove base classes and inline codeRichard Purdie2017-07-211-8/+52
* bitbake: server/xmlrpc: Add Heartbeat event supportRichard Purdie2017-07-081-0/+26
* bitbake: event: Queue offline events for the UIRichard Purdie2017-07-081-1/+1
* bitbake: server/xmlrpc: send back 503 response with correct encodingPaul Eggleton2016-12-141-1/+1
* bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh2016-07-211-3/+16
* bitbake: bitbake: xmlrpc: implement check of connection to serverEd Bartosh2016-07-201-0/+17
* bitbake: xmlrpc: add parameter use_builtin_typesEd Bartosh2016-06-021-1/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-23/+25
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-241-4/+4
* bitbake: xmlrpc: fix bug in setting XMLRPCServer.single_useEd Bartosh2016-03-091-3/+1
* bitbake: xmplrpc: split connect methodEd Bartosh2016-01-061-2/+2
* bitbake: uievent: add error to registerEventHandler returnEd Bartosh2016-01-061-2/+2
* bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie2015-09-041-1/+1
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-2/+5
* bitbake: cooker/server: Fix up 100% CPU usage at idleRichard Purdie2015-03-101-0/+3
* 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: 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: 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-221-7/+22
* 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-011-14/+12
* bitbake: server/xmlrpc: Increase timeout to 60sRichard Purdie2013-08-301-1/+1
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-261-1/+5
* bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie2013-08-261-4/+18
* 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-141-93/+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-071-39/+25
* 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-301-5/+0
* bitbake: lib: print is a function in moderm python, covert remaining usersRichard Purdie2013-05-091-1/+1
* bitbake: xmlrpc: Unbreak the transport by adding a missing logfile nameRichard Purdie2012-12-041-1/+1
* bitbake: bitbake/server: Remove dead console log codeRichard Purdie2012-11-011-2/+2
* 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/server/xmlrpc: Fix typoRichard Purdie2011-06-081-1/+1
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-081-14/+36
* bitbake/xmlrpc: only use BBTransport for affected Python versionsJoshua Lock2011-03-141-4/+17