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
2011-06-14Set "Encoder" property when Message was read from MessageEncoder.Atsushi Eno
2011-06-14finally implement Message.ToString() as in expected form.Atsushi Eno
2011-06-14Flush some ongoing changes for XmlSerializer support in svcutil.Atsushi Eno
2011-06-03Support RemoteEndpointMessageProperty.Atsushi Eno
2011-05-31Ref parameter was not covered by ParameterInfo.IsOut. Fixed bug #696784.Atsushi Eno
2011-05-27Fill type info in MessagePartDescription from XmlSerializer-based wsdl importer.Atsushi Eno
2011-05-13Implement XmlSerializerMessageContractImporter, round 2.Atsushi Eno
2011-05-13Implement WsdlContractConversionContext, and ignore message importer for now.Atsushi Eno
2011-05-11Revert previous XmlSerializerMessageContractImporter implementation.Atsushi Eno
2011-05-11Add PipeException. fixed bug #692987 by Eberhard Beilharz.Atsushi Eno
2011-05-10Fix common issue in MetadataSet - call MoveToContent() while iterating nodes.Atsushi Eno
2011-05-10Add new MetadataSetTest and fix couple of minor issues.Atsushi Eno
2011-05-10Revive this test by implementing mock web server.Atsushi Eno
2011-05-10Add (not-working) callback instance context mode test and FIXME comment.Atsushi Eno
2011-05-09Add (disabled) unit tests for sync use of CommunicationObjectSebastien Pouliot
2011-05-09ongoing XmlSerializerMessageContractImporter work.Atsushi Eno
2011-05-09Now our HttpListener can listen to wildcard prefix safely.Atsushi Eno
2011-05-02Fix the mobile buildJb Evain
2011-04-30Avoid doubly declaring some types in the 2.1 profile for mobileGeoff Norton
2011-04-27Handle fault messages in duplex callback channel.Atsushi Eno
2011-04-26Fix monodroid/monotouch build.Atsushi Eno
2011-04-25Log net.tcp transport messages too.Atsushi Eno
2011-04-25Make our own simple log format actually diagnostics-compatible.Atsushi Eno
2011-04-25minor diagnostic log format brush up.Atsushi Eno
2011-04-25Actual source directory changes after changing namespaces.Atsushi Eno
2011-04-25More nettcp namespace changes.Atsushi Eno
2011-04-25Move NetTcp namespace to internal one.Atsushi Eno
2011-04-25Enable environment-controled output on non-moon profile too. Add error logging.Atsushi Eno
2011-04-22Log HTTP reply Message too. Make logging customizible on under the moon.Atsushi Eno
2011-04-21Use XPathNavigator output in WCF diagnostics. Got sorta-valid message trace.Atsushi Eno
2011-04-20Get real fix for bug #687902. Revert request processor IDisposable.Atsushi Eno
2011-04-20Ongoing service channel closing fix and session management in ChannelDispatcher.Atsushi Eno
2011-04-18Empty XmlReader message caused failure on buffereed copy.Atsushi Eno
2011-04-15Prepare for HostNameComparisonMode support (i.e. incomplete).Atsushi Eno
2011-04-15Some argument check in TextMessageEncoder.Atsushi Eno
2011-04-15Use correct MessageVersion instead of Default for empty response.Atsushi Eno
2011-04-15One more step to enable WCF diagnostics in Logger, and add HttpReplyChannel log.Atsushi Eno
2011-04-14Add more internal types for IVT for SDK assemblies.Alan McGovern
2011-04-14[System.ServiceModel] Add some missing properties for IVT compatibilityAlan McGovern
2011-04-14[System.ServiceModel] return the same object reference from MessageVersion.Cr...Alan McGovern
2011-04-14Add another dummy type to keep silverlight sdk assemblies happy wrtAlan McGovern
2011-04-14Add ServiceKnownTypeAttributeTest.Atsushi Eno
2011-04-14ServiceKnownTypeAttribute.MethodName was used way different to lookup method.Atsushi Eno
2011-04-13Add an IVT from System.ServiceModel to Sys.SM.Web.Extensions for MoonlightAlan McGovern
2011-04-08Add XmlSerializerFormatAttribute support in mobile profiles.Atsushi Eno
2011-04-08Temporarily disable InternalsVisibleTo(Sys.Xml.Serialization).Atsushi Eno
2011-04-07Split XmlMessagesFormatter out. It is for use in Sys.Xml.Serialization.dll.Atsushi Eno
2011-04-07Add InternalsVisibleTo(Sys.Xml.Serialization.dll) to Sys.ServiceModel in 2.1.Atsushi Eno
2011-04-07Fix moonlight_raw build in Sys.Xml.Serialization.dll (NIE!)Atsushi Eno
2011-04-07DataContractSerializerOperationBehavior is done too. Fix moonlight_raw build.Atsushi Eno