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