Subject: libssh2 master fba3877... remove all libssh2pack_t leftovers

libssh2 master fba3877... remove all libssh2pack_t leftovers

From: <libssh2_at_git.stuge.se>
Date: 24 Aug 2009 22:02:53 -0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "C library for writing portable SSH2 clients".

The branch, master has been updated
       via fba3877ed8013a44c5e8abb9fed4bad4d2075748 (commit)
       via f1e010f5d47d4336b83a0b8a19fdd1a01c3ddc8b (commit)
       via 9e96acf86e0d18bf41b7df207238494a340c8ca2 (commit)
       via 1a157d27ccef22e580a5c4880dd9f1ba0592fb79 (commit)
       via b3418bb1eb663528230e4311ee0986d120e2a8f5 (commit)
       via 08be841b4d0c8f019b7df9c98f91108d989fa046 (commit)
       via e39128df52bd84eeb7d7c8eb858dbc0c8a36bd6a (commit)
       via 5c6b8166c794a962e57ba24955222e4512e5e52d (commit)
      from dcb9625473ce6331fe6b0883ef9100170349daea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fba3877ed8013a44c5e8abb9fed4bad4d2075748
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:57:15 2009 +0200

    remove all libssh2pack_t leftovers

commit f1e010f5d47d4336b83a0b8a19fdd1a01c3ddc8b
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:50:53 2009 +0200

    removed the libssh2pack_t type
    
    and a minor _libssh2_transport_read() simplification

commit 9e96acf86e0d18bf41b7df207238494a340c8ca2
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:49:58 2009 +0200

    fix return codes, shortened a very long function name

commit 1a157d27ccef22e580a5c4880dd9f1ba0592fb79
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:24:35 2009 +0200

    remove use of libssh2_channel_receive_window_adjust
    
    _libssh2_channel_receive_window_adjust is the new replacement that
    is both the correct internal version instead of the external API one,
    and it has the return code flaw fixed. I also fixed more return
    codes to pass long the correct error found.

commit b3418bb1eb663528230e4311ee0986d120e2a8f5
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:23:46 2009 +0200

    more proper return codes, added a missing libssh2_error() call

commit 08be841b4d0c8f019b7df9c98f91108d989fa046
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:22:39 2009 +0200

    clear socket_block_directions bits before send/recv
    
    These two places are the only places where send and recv are called
    outside of transport.c so make sure they clear/set the bits correctly.

commit e39128df52bd84eeb7d7c8eb858dbc0c8a36bd6a
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:13:14 2009 +0200

    simplified fullpacket, clarified _libssh2_transport_write() comment

commit 5c6b8166c794a962e57ba24955222e4512e5e52d
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon Aug 24 23:03:08 2009 +0200

    cleaned up _libssh2_packet_add()
    
    removed some code duplication, changed a few return -1 to return
    error codes instead and added a missing libssh2_error() invoke

-----------------------------------------------------------------------

Summary of changes:
 src/channel.c | 20 ++++----
 src/kex.c | 130 +++++++++++++++++++++++-----------------------------
 src/libssh2_priv.h | 6 +--
 src/packet.c | 68 +++++++++++----------------
 src/session.c | 6 ++
 src/transport.c | 41 +++++++----------
 src/transport.h | 2 +-
 7 files changed, 122 insertions(+), 151 deletions(-)

hooks/post-receive

-- 
C library for writing portable SSH2 clients
_______________________________________________
libssh2-changes mailing list
libssh2-changes_at_cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-changes
Received on 2009-08-27