Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Gert Driesen 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 gadi atpakaļ
  Gert Driesen 60c46ce3fd Improve doc. 11 gadi atpakaļ
  Gert Driesen 764296f9ed Fix some R# warnings, and modify ReadLine to use use ordinal comparison for IndexOf. 11 gadi atpakaļ
  Gert Driesen 38f6ea32e5 Fix unsubscribe from channel events. 11 gadi atpakaļ
  Gert Driesen a161d1b28e Unsubscribe from events before we dispose the channel, as we do not want to get these events signaled while disposing. 11 gadi atpakaļ
  Gert Driesen 7909033f47 Remove unnecessary assembly references. 11 gadi atpakaļ
  Gert Driesen af7a3b89f5 Fixed typo in xml doc. 11 gadi atpakaļ
  Gert Driesen b40adc2f40 For now, remove SocketRead overload that takes timeout as on .NET do not support this yet. 11 gadi atpakaļ
  Gert Driesen e76c06251d Fix lots of issues in Silverlight socket methods. 11 gadi atpakaļ
  Gert Driesen 7a9ba8da32 Signal Connected event when a client established a connection to the listener. 11 gadi atpakaļ
  Gert Driesen ff3bf965c6 Avoid code duplication. 11 gadi atpakaļ
  Gert Driesen c3350803bf Fix R# warnings. 11 gadi atpakaļ
  Gert Driesen 4c1d8d8a95 Added new interfaces to Silverlight and WP project files. 11 gadi atpakaļ
  Gert Driesen e79b567365 Dispose channel on EndExecute. Fixes issue #2295. 11 gadi atpakaļ
  Gert Driesen 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 gadi atpakaļ
  Gert Driesen 67a0242dc0 Document fix for issue #2399. 11 gadi atpakaļ
  Gert Driesen c270662690 Added ClientAuthentication and newly introduced interfaces to remaining projects. 11 gadi atpakaļ
  Gert Driesen 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 gadi atpakaļ
  Gert Driesen 889184a11a Added ChannelDirectTcpip.SilverlightShared.cs to SL projecT. 11 gadi atpakaļ
  Gert Driesen 2d06002ef7 Add WaitOnHandle overload that takes the time to wait for any of the handles to become signaled. 11 gadi atpakaļ
  Gert Driesen acaab92df9 Add draft of ChannelDirectTcpip for Silverlight. 11 gadi atpakaļ
  Gert Driesen d2e394430f Use SilverlightShared version of classes from Silverlight. 11 gadi atpakaļ
  Gert Driesen dc011ae0de Minor correction to docs. 11 gadi atpakaļ
  Gert Driesen 9e52280d38 Document fix for issues #1942 and #1944. 11 gadi atpakaļ
  Gert Driesen c7787a5783 Fix some minor warnings, and code formatting. 11 gadi atpakaļ
  Gert Driesen e1c620bfd2 Avoid initializing HostKeyEventArgs when there are no event handlers registered. 11 gadi atpakaļ
  Gert Driesen ac180a580a Use lambda expression. 11 gadi atpakaļ
  Gert Driesen 8c4e3119ef Support an acceptable group of up to 8192 bits for SHA-1 and SHA-256 Diffie-Hellman Group and Key Exchange (issue #1973 and #1777), and refactor corresponding classes to avoid code duplication. 11 gadi atpakaļ
  Gert Driesen 57496a4f3f Remove nullOnError argument for RequestFStat and RequestLStat as it was never used. 11 gadi atpakaļ
  Gert Driesen a50a5ec8ec Document SftpPathNotFoundException for Delete overloads. 11 gadi atpakaļ