summaryrefslogtreecommitdiff
path: root/distbuild/initiator_connection.py
Commit message (Collapse)AuthorAgeFilesLines
* fixup: talk less nonsenseAdam Coldrick2015-03-201-1/+1
| | | | Change-Id: I63a229452f98496c03c44a1c19473dbc0c2871e5
* Add protocol versioning for distbuild systemsLauren Perry2015-02-251-0/+12
|
* Update copyright yearsLauren Perry2015-02-091-1/+1
|
* Fix distbuild controller crashing on some invalid inputsLauren Perry2015-02-091-9/+13
|
* Fix issues with distbuild caused by moving to building per-sourceRichard Maw2014-10-081-1/+1
|
* Fix copyright years of distbuild code.Sam Thursfield2014-09-111-1/+1
|
* Fix all distbuild code to be GPLv2 licensed.Sam Thursfield2014-09-101-1/+1
|
* InitiatorConnection: Handle _step_already_startedRichard Ipsum2014-04-231-1/+21
|
* Fix lines longer than 80 characters (my fault)Sam Thursfield2014-04-141-1/+2
|
* distbuild: Make some transitions more specificSam Thursfield2014-04-141-1/+1
| | | | | | There is always one BuildController object per InitiatorConnection. By coupling the objects slightly closer we can simplify some transitions in BuildController.
* distbuild: Clarify InitiatorConnection docstringSam Thursfield2014-04-141-3/+6
|
* distbuild: Label state machine transition tablesSam Thursfield2014-04-141-0/+1
| | | | Makes it easier to see what they mean at a glance.
* distbuild: Log IPs of initiators and workers in more placesSam Thursfield2014-04-101-26/+23
| | | | This makes tracking multiple builds through one log file a bit easier.
* distbuild: Improve logging of connections and objectsSam Thursfield2014-04-101-0/+4
| | | | | | | | | | New DistbuildSocket class that wraps socket.socket(), providing a descriptive repr() handler showing where the socket is connected, and providing a couple of helper methods for fetching local and remote endpoint names. This commit also adds a descriptive repr() handler to a few other objects (mostly giving socket connection details).
* Add the distbuild libsRichard Ipsum2014-03-211-0/+216