Moderate Activity

Commits : Listings

  Analyzed 2 days ago based on code collected 2 days ago.
Showing page 4 of 177
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
It's not legal to free a coroutine's state structure before invoking crFinish or crFinishV, since they will attempt to write to the coroutine state variable contained in that structure. Introduced some new all-in-one macros crFinishFree and crFinishFreeV, and used those instead. Should fix today's report of a crash just after authentication. Anon32 More... 9 months ago
Fix markup error introduced in r9626. Avatar More... 9 months ago
Remove documentation for "Out of space for port forwardings" error. Anon32
ben
More... 9 months ago
Improve window-size handling in Unix Plink. Anon32
ben
More... 9 months ago
Better handling of outstanding CHANNEL_REQUESTS on channel destruction. Anon32
ben
More... 9 months ago
Factor out common code to construct CHANNEL_REQUESTS. Anon32
ben
More... 9 months ago
Simplify handling of responses to channel requests. Anon32
ben
More... 9 months ago
Add some kind of window tracking to logparse.pl. Anon32
ben
More... 9 months ago
Fix matching of channel and global requests with replies in logparse.pl. Anon32
ben
More... 9 months ago
Handle all replies to CHANNEL_REQUESTs through the per-channel queue. Anon32
ben
More... 9 months ago
Generalise SSH_MSG_CHANNEL_{SUCCESS,FAILURE} handling. Anon32
ben
More... 9 months ago
Fix a bug in the PSFTP command parser which would cause it to hallucinate an extra empty argument word at the end of a line if the line ended in more than one whitespace character. Anon32 More... 9 months ago
Enhance logparse.pl so that it detects channels running SFTP and decodes the SFTP message layer in addition to the underlying SSH. Requests and responses are matched up via their ids. Anon32 More... 9 months ago
Fix recently-introduced memory leak in ssh2_msg_unexpected(). Anon32
ben
More... 9 months ago
De-duplicate code in KEXINIT generation. Anon32
ben
More... 9 months ago
Reworking of packet delivery to coroutines in SSH-2. Anon32
ben
More... 9 months ago
Fix an erroneous "case" fallthrough in ssh1_msg_channel_close, which was causing assertion failures when closing X11 channels in SSH-1. Also fix another pasto. Anon32
ben
More... 9 months ago
Tweak to SSH coroutine code: put line number in the coroutine state structure, which is consistent with Simon's canonical version of the macros. Anon32
ben
More... 9 months ago
Use a single sftp_senddata() to send each SFTP packet, rather than using one for the length field and one for the rest of the packet contents. Since sftp_senddata() has no queuing or deferral mechanism but instead constructs and sends an SSH2_MSG_CHANNEL_DATA message immediately, this change has the effect of ceasing to split every SFTP packet across two SSH messages. Anon32 More... 9 months ago
Rework bufchain code to allow for variable-sized granules. bufchain_add() now allocates at most one new granule. Granules still have a minimum size, so small adds still get coalesced. Anon32
ben
More... 10 months ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.