simon-git: putty (master): Ben Harris

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Fri May 20 21:37:30 BST 2016


TL;DR:
  de52cc8 Remove inaccurate comment about Unix getticks() function.
  0e1b0e2 Factor out common parts of ssh_unthrottle and sshfwd_unthrottle.
  e06833b Don't send SSH_MSG_CHANNEL_WINDOW_ADJUST with a zero adjustment.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2016-05-20 21:37:30

commit de52cc859726a8a0e6179040e3d678bd568abcef
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=de52cc859726a8a0e6179040e3d678bd568abcef;hp=1de7240eb88fa24a8532ded116b4ec72dd213008
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue May 17 13:07:36 2016 +0200

    Remove inaccurate comment about Unix getticks() function.
    
    It's not always based on gettimeofday(); now it mostly uses
    clock_gettime().

 unix/unix.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0e1b0e24c19fa78fde796319c01f29e5593a2918
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=0e1b0e24c19fa78fde796319c01f29e5593a2918;hp=de52cc859726a8a0e6179040e3d678bd568abcef
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue May 17 15:57:51 2016 +0200

    Factor out common parts of ssh_unthrottle and sshfwd_unthrottle.
    
    The SSH-2 code is essentially all shared, but SSH-1 still has some
    code specific to the stdout/stderr case.

 ssh.c |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

commit e06833b46bba43f95d8c6fb888d72777f4938a39
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=e06833b46bba43f95d8c6fb888d72777f4938a39;hp=0e1b0e24c19fa78fde796319c01f29e5593a2918
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue May 17 16:28:56 2016 +0200

    Don't send SSH_MSG_CHANNEL_WINDOW_ADJUST with a zero adjustment.

 ssh.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)



More information about the tartarus-commits mailing list