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
2018-11-16[wcf] do not assume that message body is always Wrapped (#11694)Mads Kruse Johnsen
2018-06-25Delete unused files in BCL (#9288)Egor Bogatov
2018-06-01[wcf] Fix memory leak processing requestsPaul Fertser
2018-04-19* [System.ServiceModel.Discovery] Fix messages validation to fix bug #46917 (...Andoni Morales Alastruey
2018-04-03[WCF] fix ChannelDispatcher by accepting InstanceProvider (#7909)hgy59
2018-02-20[System.ServiceModel] Prevent crash in Dispatcher.ListenerLoopManager… (#7136)Paul Fertser
2017-07-03[System.ServiceModel] Don't use DateTime.Now for measuring elapsed timeAlexander Köplinger
2017-03-16[System.ServiceModel] Rename method parameters to match .NET contractAlexander Köplinger
2016-10-29[System.ServiceModel] Make looper thread in ChannelDispatcher a background th...Alexander Köplinger
2016-08-26[bcl] Fix method parameter names to match .NETAlexander Köplinger
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-02-15Merge pull request #2323 from esdrubal/servicemodelMarcos Henrich
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-04[ServiceModel] Fixes missing xsi xsd attributesMarcos Henrich
2015-09-23Merge pull request #1225 from strawd/bug22307Miguel de Icaza
2015-08-16[bcl] Fix test failures in the System.ServiceModel tests after 9ffb681d06858e...Zoltan Varga
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-02-16[System.ServiceModel] Prevent server crash when client disconnectMiguel de Icaza
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-09-16[WCF]: Update to my last fix for bug #22129.Martin Baulig
2014-08-22Fix for bug 22307 - Intermittent IndexOutOfRangeException on closing connectionDavid Straw
2013-09-02[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.Martin Baulig
2013-02-11Kill the MOONLIGHT define in System.ServiceModel.Rodrigo Kumpera
2012-09-19[#7177][WCF]: Correctly handle derived FaultExceptions.Martin Baulig
2012-02-04System.ServiceModel: Make FaultContractInfos available (and therefore deseria...Rolf Bjarne Kvinge
2012-01-20[System.ServiceModel] Don't try to deserialize `void` messages.Jonathan Pryor
2011-12-29completes commit 4f3d21e46e1e09fd52df9741f4db1adf39592d5fMartin
2011-12-29Fixes CS0168 in System.ServiceModel.dllQuickJack
2011-09-14Update copyrightsMiguel de Icaza
2011-09-07Add null-check on 'partDesc'. Fix bug #612 (WCF regression)Sebastien Pouliot
2011-08-24When there is void return, the common message formatter should ignore it.Atsushi Eno
2011-08-24This filter should ignore port, and should not filter out anonymous URIs.Atsushi Eno
2011-08-03Merge pull request #145 from ngraziano/99b87f07af0beed3a887Atsushi Eno
2011-08-02Fill/reflect ReturnValue to and from corresponding message part.Atsushi Eno
2011-06-28Implement support for Stream param with WebHttpBinding raw content format.Atsushi Eno
2011-04-25Enable environment-controled output on non-moon profile too. Add error logging.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-08Add XmlSerializerFormatAttribute support in mobile profiles.Atsushi Eno
2011-04-07Split XmlMessagesFormatter out. It is for use in Sys.Xml.Serialization.dll.Atsushi Eno
2011-04-07Some XmlSerializerFormatAttribute and XmlSerializerOperationBehavior refactor...Atsushi Eno
2011-03-31System.ServiceModel: make it a lot more compatible with SilverlightRolf Bjarne Kvinge
2011-03-16Add endpoint behavior support in NET_2_1, which involved not a few additions.Atsushi Eno
2011-03-14Apply DataContractSerializerOperationBehavior.Peter Gerbrandt
2011-03-07Replace SRE-based client proxy generator with RealProxy.Atsushi Eno
2011-02-24Another fix to not write null header. Add UniqueId deserialization workaround.Atsushi Eno
2011-02-18Do not try to serialize null header item.Atsushi Eno
2011-02-15Message headers are now serialized and deserialized for MessageHeaderDescript...Atsushi Eno
2011-02-09Support ServiceKnownTypes. Fixed another case on bug #652331.Atsushi Eno