simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Jul 28 15:44:44 BST 2019
TL;DR:
09015907 Remove ProxySocket's pending_flush flag.
7663e555 Make proxy_for_destination() static.
de785566 Use sk_namelookup to get FQDN host name.
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: 2019-07-28 15:44:44
commit 0901590791116c87428040313f431dff3c24b3ba
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=0901590791116c87428040313f431dff3c24b3ba;hp=9545199ea5edb6f7b0fedd27855ab9e467b6f6da
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Jul 28 11:35:21 2019 +0100
Remove ProxySocket's pending_flush flag.
A tiny piece I missed from commit 9545199ea: if the function that sets
that flag is gone, and so is the code that acts on it, then the flag
doesn't need to be there any more either.
proxy.h | 1 -
1 file changed, 1 deletion(-)
commit 7663e555269432b1a862d2e89b019d2a75b43525
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7663e555269432b1a862d2e89b019d2a75b43525;hp=0901590791116c87428040313f431dff3c24b3ba
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Jul 28 11:38:40 2019 +0100
Make proxy_for_destination() static.
It's never used outside proxy.c, so there's no need to expose its
declaration in proxy.h.
network.h | 2 --
proxy.c | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
commit de78556689b7c5402e69d5ee59879063da56a2e5
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=de78556689b7c5402e69d5ee59879063da56a2e5;hp=7663e555269432b1a862d2e89b019d2a75b43525
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Apr 11 18:13:43 2019 +0100
Use sk_namelookup to get FQDN host name.
It's silly to use the higher-level name_lookup(), because the way in
which they differ is that name_lookup() allows DNS lookups to be
deferred to the other side of a network proxy over which your
connection is travelling - and when you're trying to find out your own
host name for use as a database key, there's no _connection_ involved
at all, and no potential proxy either.
unix/ux_x11.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the tartarus-commits
mailing list