История коммитов

Автор SHA1 Сообщение Дата
  Gert Driesen 92231b5150 Shall we make it 2014.4.6-beta1, right :p 11 лет назад
  Gert Driesen 039f7fea7b 2013.4.6-beta1 11 лет назад
  Gert Driesen fea1433f2a Fix compile on WP. 11 лет назад
  Gert Driesen 8568283583 Add SandCastle folder under Build. 11 лет назад
  Gert Driesen 069b373343 Remove linefeed from WriteLine method in Shellstream class (issue #1584). 11 лет назад
  Gert Driesen 46d15325e9 Use an int to hold position when iterating of state. Stuck loop on key exchange using arcfour encryption (issue #1922) 11 лет назад
  Gert Driesen fbd482fd63 Split up data in multiple messages when it does not fit in remote window size. This prevents timeout when sending data to server with a low window size and which adjusts the window size very conservatively (issue #1706) 11 лет назад
  Gert Driesen dae0eb761d Make it more clear that the local window size is related to the packet size. 11 лет назад
  Gert Driesen c1fec4b7a4 Add support for generating help doc. 11 лет назад
  Gert Driesen 870bedfe55 Move all shared assembly-level attribute to CommonAssemblyInfo.cs. 11 лет назад
  Gert Driesen fc490c0fa7 Added ClientChannel, ServerChannel and ChannelOpenConfirmedEventArgs source files, and do not emit debug symbols in release configuration. 11 лет назад
  Gert Driesen 12b3793582 Use batching to simplify build script. 11 лет назад
  Gert Driesen 1b83ffb5a9 Document few more fixed, and correct typo. 11 лет назад
  Gert Driesen d68fde30fe Fixed another reference in XML doc. 11 лет назад
  Gert Driesen 22d44348f5 Fixed reference in XML doc. 11 лет назад
  Gert Driesen 3384a7d806 Fix compile on .NET 3.5 11 лет назад
  Gert Driesen 397640ef10 Issue #1930: No connection possible with the same auth method requested multiple times. Improve exception message for authentication failures. 11 лет назад
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 лет назад
  Gert Driesen 24fc04934f Fixed reference in XML doc. 11 лет назад
  Gert Driesen a11518fe93 Large improvement of throughput for DownloadFile by taking into account of the SSH_FXP_DATA header info for determining the length of the data we request in each response message. This eliminates an extra SSH_MSG_CHANNEL_DATA message for each SSH_FXP_DATA. 11 лет назад
  Gert Driesen cb7d2b6bd1 Avoid race conditions signaling events. 11 лет назад
  Gert Driesen e630397c66 Use server decryption algorithm instead of client encryption algorithm to decrypt server message. Fixes issue #1917. 11 лет назад
  Gert Driesen 34405caa24 BaseClient: 11 лет назад
  Gert Driesen 07d575e78a Avoid race conditions when signaling events or setting waithandles. Remove empty lines. 11 лет назад
  Gert Driesen bbd5e2f6bb Document default values of ConnectionInfo class. 11 лет назад
  Gert Driesen 03b63e248c Fixed typo in comments, use var where possible. 11 лет назад
  Gert Driesen 98549ed087 Avoid NRE setting EventWaitHandle. 11 лет назад
  Gert Driesen bbf44be46a Avoid race conditions when signaling events. 11 лет назад
  Gert Driesen 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 лет назад
  Gert Driesen 6a68a5f22b Remove extra ToArray call. 11 лет назад