2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Runtime.Remoting /
2004-05-11 Lluis Sanchez * ChannelCore.cs: Use LoadWithPartialName when configu...
2004-05-03 Lluis SanchezWho forgot to commit this ChangeLog?
2004-05-03 Lluis Sanchez * AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, Refle...
2004-04-30 Lluis Sanchez* HttpServer.cs: Removed dead code.
2004-04-30 Lluis Sanchez * SoapClientFormatterSink.cs: The deserialized message...
2004-04-29 Jackson HarperAdd 2.0 version attributes
2004-04-28 Lluis Sanchez* Makefile: Removed unneeded System.Web.Services depend...
2004-04-27 Jackson Harperdelay sign assemblies with the ecma key
2004-04-16 Lluis Sanchez * TcpClientChannel.cs: Initialize the sink provider...
2004-03-31 Andreas N2004-03-31 Andreas Nahr <ClassDevelopment@A-SoftTech...
2004-03-31 Andreas N2004-03-31 Andreas Nahr <ClassDevelopment@A-SoftTech...
2004-03-05 Lluis Sanchez * TcpServerChannel.cs: In the ProcessMessages() loop...
2004-02-27 Lluis Sanchez * BinaryClientFormatterSink.cs: Don't set the request...
2004-02-27 Lluis Sanchez * TcpClientTransportSink.cs: Set the RequestUri transp...
2004-02-27 Lluis Sanchez * HttpClientChannel.cs: Set the RequestUri transport...
2004-02-23 Lluis Sanchez * AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHook...
2004-02-23 Lluis Sanchez * TcpClientTransportSink.cs: Release the connection...
2004-02-03 Lluis Sanchez * HttpRemotingHandlerFactory.cs: Loading of remoting...
2004-01-03 Nick DrochakIgnore test .dll and .pdb files
2003-12-23 Lluis Sanchez * TcpServerChannel.cs: If useIpAddress and bindAddress...
2003-12-19 Lluis SanchezTcpServerChannel.cs: Fixes in channel initialization.
2003-12-16 Lluis Sanchez * BinaryServerFormatterSinkProvider.cs, SoapServerForm...
2003-12-12 Lluis SanchezTcpChannel.cs: Added null check.
2003-12-12 Lluis SanchezHttpServer.cs: Removed debug code.
2003-12-11 Patrik Torstensson2003-12-11 Patrik Torstensson <p@rxc.se>
2003-12-11 Gonzalo Paniagua... fix build on windows
2003-12-10 Lluis Sanchez * MetaDataExporter.cs: Several fixes.
2003-12-10 Lluis Sanchez * HttpServer.cs: Allow the use of GET method (SdlServe...
2003-12-10 Lluis Sanchez * BinaryServerFormatterSinkProvider.cs: Removed TODO.
2003-12-05 Lluis Sanchez * MetaData.cs: Added check of compilation results in
2003-12-03 Atsushi Eno2003-12-03 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2003-12-03 Lluis Sanchez * System.Runtime.Remoting.dll.sources: Added:
2003-12-03 Lluis Sanchez * MetaData.cs: Implemented most of methods.
2003-11-21 Lluis Sanchez * BinaryClientFormatterSinkProvider.cs, BinaryServerFo...
2003-11-17 Lluis Sanchez * BinaryClientFormatterSinkProvider.cs, BinaryServerFo...
2003-11-16 Lluis Sanchez * System.Runtime.Remoting.dll.sources: Added:
2003-11-16 Lluis Sanchez * SoapCore.cs: New file. Contains some code used by...
2003-11-16 Lluis Sanchez * TcpClientChannel.cs: Added support for name and...
2003-11-16 Lluis Sanchez * HttpHelper.cs: Removed usnused method GetMachineIp.
2003-11-16 Lluis Sanchez * BinaryClientFormatterSink.cs, BinaryClientFormatterS...
2003-11-13 Lluis SanchezHttpChannel.cs: Create empty property dictionary in...
2003-11-13 Lluis SanchezSystem.Runtime.Remoting.dll.sources: Removed HttpThread.cs
2003-11-13 Lluis SanchezNot used any more
2003-11-13 Lluis SanchezTcpChannel.cs: take into account name and priority...
2003-11-13 Lluis Sanchez * HttpChannel.cs: Moved initialization code in SetupCh...
2003-11-12 Lluis Sanchez * TcpServerChannel.cs: Remove listener initialization...
2003-11-12 Lluis Sanchez * HttpServerChannel.cs: Removed StartListening call...
2003-11-12 Lluis Sanchez * BinaryServerFormatterSink.cs: Removed fixme.
2003-11-10 Lluis SanchezSystem.Runtime.Remoting_test.dll.sources: Added CrossDo...
2003-11-10 Lluis Sanchez * BaseCalls.cs: Little fix.
2003-09-25 Lluis Sanchez * SoapMessageFormatter.cs: Consider parameters with...
2003-09-17 Lluis Sanchez * HttpHelper.cs: Fixed bug #48468. Patch by Jean-Marc...
2003-09-14 Lluis Sanchez * TcpClientChannel.cs: Fixed constructor.
2003-09-11 Lluis Sanchez * AsyncCalls.cs BaseCalls.cs DelegateCalls.cs Reflecti...
2003-09-01 Nick DrochakOops
2003-09-01 Nick Drochak2003-09-01 Nick Drochak <ndrochak@gol.com>
2003-08-22 Lluis Sanchez * HttpClientChannel.cs: Changed text for user-agent...
2003-08-22 Lluis Sanchez * SoapClientFormatterSink.cs: Fixed a some bugs to...
2003-08-22 Lluis Sanchez * System.Runtime.Remoting_test.dll.sources: Added...
2003-08-22 Lluis Sanchez * BaseCalls.cs: Create 3 test remote objects, one...
2003-08-20 Lluis Sanchez * TcpConnectionPool.cs: Check if a connection is alive...
2003-08-20 Lluis Sanchez * System.Runtime.Remoting_test.dll.sources: Added...
2003-08-20 Lluis Sanchez * AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, Reflectio...
2003-08-18 Lluis Sanchez * HttpClientChannel.cs, HttpServerChannel.cs: Fixed...
2003-07-23 Lluis Sanchez * Makefile: added dll extension to System.Runtime...
2003-07-23 Lluis Sanchez * System.Runtime.Remoting_test.dll.sources: Added.
2003-07-23 Lluis Sanchez * ContextsTest.cs, CallSeq.cs, ContextHookAttribute...
2003-07-23 Lluis Sanchez * System.Runtime.Remoting_test.dll.sources: Added.
2003-07-23 Lluis Sanchez * SoapMessageFormatter.cs: ParameterInfo.Position...
2003-07-18 Peter WilliamsSo long; it's been fun, list files.
2003-07-18 Gonzalo Paniagua... Removed sample channel implementation files from the...
2003-07-14 Gonzalo Paniagua... New build system
2003-07-14 Gonzalo Paniagua... New build system from Peter Williams (peter@newton.cx)
2003-07-09 Jean-Marc Andre2003-07-09: Jean-Marc Andr�� <jean-marc.andre@polymtl.ca>
2003-07-09 Jean-Marc Andre2003-07-09: Jean-Marc Andr�� <jean-marc.andre@polymtl.cs>
2003-06-21 Lluis Sanchez * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThr...
2003-06-21 Lluis Sanchez * HttpChannel.cs, HttpClientChannel.cs, HttpHelper...
2003-05-14 Paolo MolaroMake MonoTODO attributes internal.
2003-05-13 Lluis Sanchez * BinaryServerFormatterSink.cs: The uri of the target...
2003-04-27 Lluis Sanchez * TcpChannel.cs: The port property may not be an strin...
2003-04-03 Lluis Sanchez * TcpMessageIO.cs: Changed header format to match...
2003-04-03 Lluis Sanchez * TcpMessageIO.cs: Changed header format to match...
2003-03-25 Martin Willemoes... * Stubed System.Runtime.Remoting.MetadataServices
2003-03-23 Gonzalo Paniagua... referenced the same assemblies in .build and makefile.gnu
2003-03-22 Martin Willemoes... * Stubed System.Runtime.Remoting.Channels.Http
2003-02-05 Alvaro del Castillo2003-02-05 Alvaro del Castillo <acs@barrapunto.com>
2003-01-27 Lluis Sanchez* TcpServerChannel.cs: Changed management of listener...
2003-01-26 Lluis Sanchez* TcpServerChannel.cs: Changed default formatter sink...
2002-12-29 Miguel de IcazaAdd missing files to the build
2002-12-29 Lluis Sanchezno message
2002-12-29 Lluis Sanchezno message
2002-11-02 Duncan MakAdding .cvsignores
2002-10-10 Miguel de IcazaRemove doc
2002-09-17 Adam Treat* The rest of the Master.xml files for the assemblies...
2002-09-14 Piers Haken2002-09-14 Piers Haken <piersh@friskit.com>
2002-09-05 Dietmar Maurer2002-09-03 Dietmar Maurer <dietmar@ximian.com>
2002-09-03 Dietmar Maurer2002-09-03 Dietmar Maurer <dietmar@ximian.com>
2002-09-03 Dietmar MaurerCORBA Channel, ObjRef serialisation support
2002-08-30 Dietmar Maurerremoved unnecessary writeline
2002-08-30 Dietmar Maurer2002-08-30 Dietmar Maurer <dietmar@ximian.com>
next