simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun May 27 15:48:26 BST 2018
TL;DR:
b851d74 Merge duplicate implementations of the trivial Plug.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-05-27 15:48:26
commit b851d748be5f035d38ced4bc9e1d1e6d6129d886
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b851d748be5f035d38ced4bc9e1d1e6d6129d886;hp=f6d04ef1c4dfec659fb3b548d70d921909b19f02
Author: Simon Tatham <anakin at pobox.com>
Date: Sun May 27 15:41:12 2018 +0100
Merge duplicate implementations of the trivial Plug.
In the course of reworking the socket vtable system, I noticed that
both sshshare.c and x11fwd.c independently invented the idea of a Plug
none of whose methods do anything. We don't need more than one of
those, so let's centralise the idea to somewhere it can be easily
reused.
Recipe | 4 ++--
network.h | 5 +++++
nullplug.c | 42 ++++++++++++++++++++++++++++++++++++++++++
sshshare.c | 24 +-----------------------
x11fwd.c | 19 +------------------
5 files changed, 51 insertions(+), 43 deletions(-)
More information about the tartarus-commits
mailing list