[xbuild] ToolTask - make error column check a little non-specific.
[mono.git] / mcs / class / System.ServiceModel /
2011-02-25 Atsushi EnoFix 2.0 test build (disable it).
2011-02-24 Atsushi EnoSimple InstanceContext.Extensions implementation by...
2011-02-24 Atsushi EnoPass Actor. use IsNullOrEmpty() instead of "!= String...
2011-02-24 Atsushi EnoAnother fix to not write null header. Add UniqueId...
2011-02-18 Atsushi EnoDo not try to serialize null header item.
2011-02-18 Atsushi EnoAlmost eliminate wrong use of Constants.WsaNamespace.
2011-02-18 Atsushi EnoEndpointAddressAugust2004 was not serialized correctly.
2011-02-17 Atsushi Enoget out from NET_4_0.
2011-02-17 Atsushi EnoCouple of corcompare fixes.
2011-02-17 Atsushi EnoOnly use non-null values in ServiceAuthorizationBehavior.
2011-02-17 Atsushi EnoFill a couple of missing ServiceAuthorizationElement...
2011-02-17 Atsushi EnoHTTP authentication in HttpListener had dropped during...
2011-02-16 Atsushi Enoxsi:type parsing is wrong in default namespace resolution.
2011-02-16 Atsushi EnoOperation interface methods also have ServiceKnownType...
2011-02-15 Atsushi EnoAsync MessageContract pattern needs more sophisticated...
2011-02-15 Atsushi EnoMessage headers are now serialized and deserialized...
2011-02-15 Atsushi EnoServiceDescription.cs does not exist in moonlight,...
2011-02-15 Atsushi EnoMessageHeaderDescription were not filled in message...
2011-02-15 Atsushi Enoimplement some ServiceHostBase public methods that...
2011-02-15 Atsushi EnoWhen the callback contract type is the same as the...
2011-02-15 Atsushi EnoEndpointAddress could be empty on opening the factory.
2011-02-15 Atsushi EnoPeeDuplex ChannelFactory must be opened in prior to...
2011-02-15 Atsushi Enoadd private setter for message serialization.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-09 Atsushi EnoSupport ServiceKnownTypes. Fixed another case on bug...
2011-02-07 Atsushi EnoOpen and close client/service runtime channels in chain...
2011-02-07 Atsushi Enohandle IsTerminating.
2011-02-04 Atsushi EnoDuplex client has its own listener loop, so special...
2011-02-04 Atsushi EnoCallback contract should be distinguished from others...
2011-02-02 Atsushi EnoNow operations are collected per corresponding Contract...
2011-02-02 Atsushi EnoImplement GetInheritedContracts(), towards bugfix ...
2011-02-01 Atsushi Enostandard endpoint and protocol mapping support were...
2011-01-31 Atsushi Enoadd public NetTcpSecurity .ctor() and close #667429.
2011-01-26 Geoff NortonMonoTouch doesnt support SRE, so we need to disable...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-21 Atsushi EnoManage opened proxy channels and close them when Channe...
2011-01-21 Atsushi EnoImplemented a couple of async methods in InstanceContex...
2011-01-21 Atsushi EnoAvoid possible list modification error during close...
2011-01-21 Atsushi EnoMake sure to close session once the client opened one.
2011-01-21 Atsushi EnoFix regression, avoid null key.
2011-01-21 Atsushi EnoAnd rename source file name.
2011-01-21 Atsushi EnoRename InstanceBhavior, too ambiguous among IXxxBehavio...
2011-01-21 Atsushi EnoSessions should not be keyed by MessageId but be done...
2011-01-08 Marek SafarFixed missing protected internal modifier
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jonathan PryorRemove IVT from System.ServiceModel on MonoDroid, MonoT...
2010-11-22 Sebastien PouliotRemove IVT from System.ServiceModel on Moonlight profile
2010-11-11 Sebastien PouliotQuery SupportsCookieContainer ini Moonlight build
2010-11-10 Marek Habersack[wcf] .NET allows for service contract methods to be...
2010-11-09 Marek Habersack[wcf] AJAX GET requests work now.
2010-11-04 Carlos Alberto CortezAdd our new System.ServiceModel.Channel test files...
2010-11-04 Carlos Alberto CortezAdd IPolicyExportExtension tests for classes in System...
2010-11-04 Carlos Alberto CortezImplement IPoliciExportExtension support for MsmqBindin...
2010-11-04 Carlos Alberto CortezImplement IPolicyExportExtension support for Connection...
2010-11-04 Carlos Alberto CortezImplement IPolicyExportExtension support for HttpTransp...
2010-11-04 Carlos Alberto CortezProperly set the default values for MsmqTransportSecurity.
2010-11-04 Carlos Alberto CortezAdd MsmqTransportSecurityTest.cs to our test suite.
2010-10-22 Atsushi EnoIt should not have to import all schema elements, but...
2010-10-22 Atsushi EnoSmall refactoring on enumerating message schema element...
2010-10-21 Atsushi EnoOnEndXxx() methods should not try to let void return...
2010-10-21 Atsushi EnoVoid event should not have Result of type void.
2010-10-21 Atsushi EnoMake generated type names unique.
2010-10-21 Atsushi EnoAdd #if NET_2_1 and SupportFaults member for Silverligh...
2010-10-20 Marek Habersack[wcf] make /js and /jsdebug dispatchers work.
2010-10-20 Atsushi EnoForgot #if NET_4_0.
2010-10-20 Atsushi EnoAdd ExtendedProtectionPolicy members. Required by ...
2010-10-18 Marek Habersack[wcf] ServiceHost directive can span several lines.
2010-10-18 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-18 Marek Habersack[wcf] Don't close HTTP response prematurely.
2010-10-14 Atsushi Enofixity fix.
2010-10-14 Atsushi EnoFix 2.1 build.
2010-10-14 Atsushi EnoEnable SecurityBindingElement.CanBuildChannelListener...
2010-10-14 Atsushi EnoThe previous changes somehow regressed on olive samples...
2010-10-14 Atsushi EnoImplement NetTcpBinding.CanBuildChannelFactory/Listener...
2010-10-14 Atsushi EnoFill NetTcpBinding security implementation a bit.
2010-10-14 Atsushi EnoAdd SecurityDuplexSessionChannel, and making room for...
2010-10-14 Atsushi EnoEliminate IReplyChannel dependency in security support...
2010-10-08 Atsushi EnoDo not reject contract from the same method, could...
2010-10-05 Atsushi EnoWhen finding SerializationMap for resolved type, use...
2010-10-05 Atsushi EnoDo not overwrite properly configured ServiceBehaviorEle...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Atsushi EnoRemove extra call to HttpResponse.Flush() which would...
2010-09-30 Atsushi EnoAdd DataContractResolver stuff (dummy), and fix Id...
2010-09-29 Atsushi EnoAdd missing members.
2010-09-29 Marek Habersack[wcf] Make sure context exists in the dictionary gettin...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Alan McGovern[System.ServiceModel] Fix a few potential exceptions...
2010-09-29 Atsushi EnoFix the issue that callback contract often gets confuse...
2010-09-28 Atsushi EnoTCP channel listener: remove extra complication (thread...
2010-09-28 Atsushi EnoRework TCP listening model, and fix AcceptTcpClient...
2010-09-28 Sebastien PouliotWebResponse.Headers is not always available (e.g. moonl...
2010-09-27 Marek Habersack[wcf] Make simplified configuration for behaviors work...
2010-09-27 Marek Habersack[wcf] System.ServiceModel.Configuration.CustomBindignCo...
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-24 Atsushi EnoFix duplex proxy constructor arg names.
2010-09-24 Atsushi EnoFilter requests only by paths, excluding host and port.
2010-09-24 Atsushi EnoOverride IsContentTypeSupported() in per-encoding-bindi...
next