[bugfix: 664695] Calling Dispose on ToolStrip emit events. Doesn't on .NET
[mono.git] / mcs / class / System.ServiceModel /
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...
2010-09-21 Atsushi EnoAdd missing Properties property.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Atsushi EnoProtocolMapping needed config section, default items...
2010-09-17 Atsushi EnoAdd working .svc handler in 4.0 web.config, fix standar...
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Atsushi EnoAdd ProtocolMapping support.
2010-09-16 Atsushi EnoImplement some additional logic around AddServiceEndpoi...
2010-09-16 Atsushi EnoReturn new instance.
2010-09-16 Atsushi EnoContract is settable in 4.0.
2010-09-16 Atsushi EnoAdd the trickiest line that had me; AddElementName...
2010-09-14 Atsushi Enoadd more NET_4_0.
2010-09-14 Atsushi EnoAdd NET_4_0.
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Atsushi Enoongoing standard endpoint configuration support work.
2010-09-14 Atsushi EnoAdd new properties in 4.0.
2010-09-14 Atsushi EnoAvoid crash by missing config attributes.
2010-09-13 Atsushi Enoimplemented large parts of WCF standard endpoints and...
2010-09-10 Atsushi EnoRemove USE_DATA_CONTRACT_IMPORTER conditional compilati...
2010-09-10 Atsushi EnoAdd missing members and implement most of it.
2010-09-10 Jb EvainAdd another stub for the compatibility with the SL SDK
2010-09-10 Atsushi EnoAvoid holding WebRequest. This should fix part of bug...
2010-09-09 Atsushi EnoIt should not fail to generate client proxy generation...
2010-09-08 Jb EvainFactorize the System.ServiceModel monotouch and monodro...
2010-09-08 Jb EvainEnable the System.ServiceModel build for monodroid
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-03 Jb EvainRemove workaround for moonlight now that System.dll...
next