summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/xmlrpc.py
AgeCommit message (Expand)Author
2016-12-14server/xmlrpc: send back 503 response with correct encodingPaul Eggleton
2016-07-21bitbake: implement idle timeout for xmlrpc serverEd Bartosh
2016-07-20bitbake: xmlrpc: implement check of connection to serverEd Bartosh
2016-06-01xmlrpc: add parameter use_builtin_typesEd Bartosh
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-03-24bitbake: xmlrpc: set single use mode differentlyEd Bartosh
2016-03-09xmlrpc: fix bug in setting XMLRPCServer.single_useEd Bartosh
2016-01-05xmplrpc: split connect methodEd Bartosh
2016-01-05uievent: add error to registerEventHandler returnEd Bartosh
2015-09-03event/server: Add _uiready flag to handle missing error messagesRichard Purdie
2015-08-17Fix default function parameter assignment to a listPaul Eggleton
2015-03-10cooker/server: Fix up 100% CPU usage at idleRichard Purdie
2015-03-09xmlrpc server: delete function on errorsAlexandru DAMIAN
2015-03-09xmlrpcserver: do not connect client on errorAlexandru DAMIAN
2014-06-12xmlrpc: add support for token reusingAlexandru DAMIAN
2014-06-06xmlrpc: client - remove fatal errorsAlexandru DAMIAN
2014-06-06bitbake: move configuration reading codeAlexandru DAMIAN
2014-04-01bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN
2014-03-30server/xmlrpc: Simlify featureset handlingRichard Purdie
2013-12-02bitbake.lock: Add host:port to bitbake.lock for memres serverJason Wessel
2013-12-02bitbake, xmlrpc.py: Implement memory resident auto port configuration/restartJason Wessel
2013-10-04xmlrpc: Show a better error message for connection failuresRichard Purdie
2013-09-18bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN
2013-09-13bitbake: xmlrpc: delete unused code BitBakeUIEventServerAlexandru DAMIAN
2013-09-01server/xmlrpc: stop server on client exitAlexandru DAMIAN
2013-09-01server/process, server/xmlrpc, runqueue: Use select.select() on fds, not time...Richard Purdie
2013-08-30server/xmlrpc: Increase timeout to 60sRichard Purdie
2013-08-26bitbake: Add ui event handlers filteringRichard Purdie
2013-08-26server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie
2013-06-17knotty, xmlrpc: add observer-only modeAlexandru DAMIAN
2013-06-14compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie
2013-06-14xmlrpc: removes the event servers controllerAlexandru DAMIAN
2013-06-06xmlrpc: Allow server to remain memory residentAlexandru DAMIAN
2013-06-06bitbake server: create common server infrastructureAlexandru DAMIAN
2013-05-30bitbake: xmlrpc remote serverAlexandru DAMIAN
2013-05-30bitbake: xmlrpc transport has identification tokenAlexandru DAMIAN
2013-05-28server/bitbake: Remove launchUI methodRichard Purdie
2013-05-09lib: print is a function in moderm python, covert remaining usersRichard Purdie
2012-12-04xmlrpc: Unbreak the transport by adding a missing logfile nameRichard Purdie
2012-10-30bitbake/server: Remove dead console log codeRichard Purdie
2012-02-23bitbake: Add client socket info for BitBakeServerConnectionDongxiao Xu
2012-02-23bitbake: add -B option to bind with interfaceDongxiao Xu
2012-01-06xmlrpc: Change BitbakeServerInfo init functionDongxiao Xu
2011-06-08bitbake/server: Move server specific code into the server backend and create ...Richard Purdie
2011-05-27server: add updated/fixed xmlrpc server from PokyJoshua Lock
2010-12-17server: drop none and xmlrpcChris Larson
2010-12-08bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock
2010-09-28Queue up events before the UI is spawnedChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Apply the 2to3 print function transformChris Larson