Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-26 * SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add theLluis Sanchez
2004-07-15 * TcpServerChannel.cs: Set channel name from the provided properties.Lluis Sanchez
2004-07-06 * SoapMessageFormatter.cs: In BuildMethodCallFromSoapMessage, set get theLluis Sanchez
2004-06-25Add licensing infoDuncan Mak
2004-06-23* System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.Lluis Sanchez
2004-06-23 * ActivationTests.cs: New tests.Lluis Sanchez
2004-06-17* SoapServerFormatterSink.cs: Removed unneded method.Lluis Sanchez
2004-06-10 * SoapMessageFormatter.cs: Don't add the signature to the headers list ifLluis Sanchez
2004-05-26* HttpServerChannel.cs: Default port is 0.Lluis Sanchez
2004-05-26 * SoapMessageFormatter.cs: Include soap headers as properties when creatingLluis Sanchez
2004-05-25* HttpServerChannel.cs: Take unused port if the provided prot is 0.Lluis Sanchez
2004-05-13AddedLluis Sanchez
2004-05-13 * System.Runtime.Remoting.dll.sources: Added:Lluis Sanchez
2004-05-13* RemotingClientProxy.cs, RemotingService.cs: Added.Lluis Sanchez
2004-05-13 * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneededLluis Sanchez
2004-05-13 * TcpChannel.cs: Made Init private.Lluis Sanchez
2004-05-13 * HttpChannel.cs, HttpClientChannel.cs: Added missing IDictionaryLluis Sanchez
2004-05-13 * BinaryCore.cs, SoapCore.cs: Added Properties property.Lluis Sanchez
2004-05-13AssemblyInfo.cs: Removed CLSCompliant attribute.Lluis Sanchez
2004-05-11 * ChannelCore.cs: Use LoadWithPartialName when configuration informationLluis Sanchez
2004-05-03Who forgot to commit this ChangeLog?Lluis Sanchez
2004-05-03 * AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, ReflectionCalls.cs,Lluis Sanchez
2004-04-30* HttpServer.cs: Removed dead code.Lluis Sanchez
2004-04-30 * SoapClientFormatterSink.cs: The deserialized message can be actually aLluis Sanchez
2004-04-29Add 2.0 version attributesJackson Harper
2004-04-29* Makefile: Removed unneeded System.Web.Services dependency.Lluis Sanchez
2004-04-28delay sign assemblies with the ecma keyJackson Harper
2004-04-16 * TcpClientChannel.cs: Initialize the sink provider in the defaultLluis Sanchez
2004-04-012004-03-31 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
2004-04-012004-03-31 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
2004-03-05 * TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing ofLluis Sanchez
2004-02-27 * BinaryClientFormatterSink.cs: Don't set the request uri here, this willLluis Sanchez
2004-02-27 * TcpClientTransportSink.cs: Set the RequestUri transport header beforeLluis Sanchez
2004-02-27 * HttpClientChannel.cs: Set the RequestUri transport header before sendingLluis Sanchez
2004-02-23 * AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHookAttribute.cs,Lluis Sanchez
2004-02-23 * TcpClientTransportSink.cs: Release the connection after sending anLluis Sanchez
2004-02-04 * HttpRemotingHandlerFactory.cs: Loading of remoting configuration movedLluis Sanchez
2004-01-03Ignore test .dll and .pdb filesNick Drochak
2003-12-23 * TcpServerChannel.cs: If useIpAddress and bindAddress are both specified,Lluis Sanchez
2003-12-19TcpServerChannel.cs: Fixes in channel initialization.Lluis Sanchez
2003-12-16 * BinaryServerFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs:Lluis Sanchez
2003-12-12TcpChannel.cs: Added null check.Lluis Sanchez
2003-12-12HttpServer.cs: Removed debug code.Lluis Sanchez
2003-12-112003-12-11 Patrik Torstensson <p@rxc.se>Patrik Torstensson
2003-12-11fix build on windowsGonzalo Paniagua Javier
2003-12-10 * MetaDataExporter.cs: Several fixes.Lluis Sanchez
2003-12-10 * HttpServer.cs: Allow the use of GET method (SdlServerSink supports it).Lluis Sanchez
2003-12-10 * BinaryServerFormatterSinkProvider.cs: Removed TODO.Lluis Sanchez
2003-12-05 * MetaData.cs: Added check of compilation results inLluis Sanchez
2003-12-032003-12-03 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno