[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Posix / Mono.Remoting.Channels.Unix / ChangeLog
1 2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
2
3         * UnixBinaryCore.cs: Added some null checks.
4         * UnixServerChannel.cs: Remoting does not call StartListening anymore
5           (for MS.NET compatibility), so it has to be explicitely called here.
6
7 2006-09-15  Lluis Sanchez Gual  <lluis@novell.com> 
8
9         * UnixServerTransportSink.cs, UnixServerChannel.cs: 
10         When sending an async call response, don't use the original request
11         stream because it may have been used by another call.
12
13 2005-11-02  Jonathan Pryor  <jonpryor@vt.edu>
14
15         * UnixServerChannel.cs: Use Mono.Unix.Native.Syscall.  Mono.Unix.Syscall is
16           obsolete, and will eventually disappear.
17
18 2005-10-18  Robert Jordan  <robertj@gmx.net>
19
20         * UnixChannel.cs: fixed ParseUnixURL to support channel URLs (those
21         w/out an objectUri).
22
23 2005-09-11  Robert Jordan  <robertj@gmx.net>
24
25         * UnixChannel.cs: fixed default ctor.
26         * UnixServerChannel.cs: fixed GetUrlsForUri to return properly
27          formatted unix URIs (the "?" was missing).
28
29 2005-08-24  Lluis Sanchez Gual  <lluis@novell.com>
30
31         * UnixServerChannel.cs:
32         * UnixClientChannel.cs: Use the internal binary formatter sink.
33         
34         * UnixBinaryServerFormatterSink.cs:
35         * UnixBinaryClientFormatterSinkProvider.cs:
36         * UnixBinaryClientFormatterSink.cs:
37         * UnixBinaryCore.cs:
38         * UnixBinaryServerFormatterSinkProvider.cs: New internal formatter sink,
39         to avoid dependency with System.Runtime.Remoting.dll.
40         
41         * UnixClientTransportSink.cs:
42         * UnixMessageIO.cs: Don't use CommonTransportKeys.
43
44 2005-07-28  Lluis Sanchez Gual  <lluis@novell.com>
45
46         * UnixChannel.cs, UnixClientChannel.cs, UnixClientTransportSink.cs,
47         UnixClientTransportSinkProvider.cs, UnixMessageIO.cs,
48         UnixServerChannel.cs, UnixServerTransportSink.cs,
49         UnixConnectionPool.cs: The new Unix socket remoting channel.
50