summaryrefslogtreecommitdiff
path: root/distbuild/distbuild_socket.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* Fix copyright years of distbuild code.Sam Thursfield2014-09-111-1/+1
|
* distbuild: Improve logging of connections and objectsSam Thursfield2014-04-101-0/+63
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).