summaryrefslogtreecommitdiff
path: root/distbuild/socketsrc.py
Commit message (Collapse)AuthorAgeFilesLines
* Log the address we attempt to bindRichard Ipsum2014-07-111-0/+1
| | | | | This will make it easier to determine what is wrong if the controller daemon is run with a bad controller host address.
* distbuild: Improve logging of connections and objectsSam Thursfield2014-04-101-4/+9
| | | | | | | | | | 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/+166