4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[en] Added ZyanConnection.Reconnected event.
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Created unit tests for issue #1514 [de] Unittests für Problem-Nr. 1514 erstellt More... about 12 years ago
[en] Added Disposing event to ZyanComponentHost. So the hosting application can do some cleanup, before ZyanComponentHost is disposed. [de] Disposing-Ereignis zum ZyanComponentHost hinzugefügt. Die hostende Applikation kann so Aufräumarbeiten ausführen, bevor ZyanComponentHost disposed ist. More... about 12 years ago
[en] RemotingException_NoAddressForReconnect now is only thrown, if connection acts as client [de] RemotingException_NoAddressForReconnect wird nun nur dann geworfen, wenn die Verbindung als Client fungiert More... about 12 years ago
[en] Skip resolving registration, if already done in ZyanDispatcher.Invoke_ResolveComponentInstance. More... about 12 years ago
[en] This commit is only for masterbranch ack: https://masterbranch.com/zyan-project/995193 mb:1b951da1-5124-4686-b956-c7d879eaba8d More... about 12 years ago
[en] Added unit tests for streams.
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Created NuGet package for version 2.3 [de] NuGet Paket für Version 2.3 erstellt More... about 12 years ago
[en] Raised version number to 2.3.0.0. [de] Versionsnummer auf 2.3.0.0 erhöht More... about 12 years ago
git-tfs-id: [https://tfs.codeplex.com:443/tfs/TFS15]$/cyan;C17439 More... about 12 years ago
[en] Updated MonoDevelop project file.
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Replaced Console.WriteLine with Trace.WriteLine in Counter channel sinks code.
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Added Counter channel sink classes submitted by blackdog.
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Added ClientSessionTerminated event to ISessionManager and ZyanComponentHost. Added TerminateSession method to ISessionManager and SessionManagerBase. Updated MiniChat sample: when the session is terminated, nickname becomes available.
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Added ZyanComponentHost.InvokeRejected event (work item #1420). InvokeCanceled handler is now able to replace CancelException property (#1488).
yallie
as Alexey Yakovlev
More... about 12 years ago
[en] Added additional handling of SocketExceptions. More... over 12 years ago
[en] Added some exception handling to fix issue #1390. Because unexpected disconnections can happen in many different ways, long term testing is required to ensure, this issue is really fixed. More... over 12 years ago
[en] Client's exception in DynamicEventWireBase is not rethrown (#1412). InterfaceName is validated after ProcessBeforeInvoke (#1420, part 1). OnInvokeCanceled is not called from ProcessBeforeInvoke (#1420, part 2).
yallie
as Alexey Yakovlev
More... over 12 years ago
Solved wrong session bug when handling BeforeInvoke. More... over 12 years ago
[en] Client heartbeat event now updates session timestamp (item #1408). Exception that crashed MiniChat client has been fixed (work item #1407). The first server address in LoginForm is now selected automatically. TabOrder in LoginForm and ChatForm has been fixed.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Implemented thread-static call interception pause mode. It allows calling any remote methods from interceptor code.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Fixed call interception bug #1397 in MakeRemoteCall method. Added missing default parameter value in FilteredEventHandler.Create.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Added Action and Func delegates with up to 10 arguments for the FX3 project. Added more overloaded methods and unit tests for CallInterceptorBuilder<T> class.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Added CallInterceptorBuilder class to simplify instantiation of the individual strong-typed call interceptors.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Added new properties to CallInterceptor: UniqueName and Enabled.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Fixed call interception bug #1383. Also fixed strong-typed handlers in CallInterceptorHelper.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] Changed ISet<Guid> property type to HashSet<Guid> in SessionEventFilter. .NET Framework 3.5 doesn't have ISet<T> interface.
yallie
as Alexey Yakovlev
More... over 12 years ago
[en] - Added NewLogonNeededEventArgs.cs to Mono-Project - Added sample code for Reconnect feature to MiniChat example [de] - NewLogonNeededEventArgs.cs zu Mono-Projekt zurgefügt - Beispielcode für Reconnect-feature zum MiniChat-Beispiel zugefügt More... over 12 years ago
[en] Implemented reconnect feature [de] Feature zum Wiederverbinden eingebaut More... over 12 years ago
[en] SessionEventFilter can now accept several session ids. It can now be used to trace events from multiple sessions.
yallie
as Alexey Yakovlev
More... over 12 years ago