[monodroid] Add support for the Android TimeZone file format.
[mono.git] / mcs / class / System.ServiceModel /
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...
2010-09-03 Atsushi EnoFix another non-null RemoteAddress dependency.
2010-09-03 Atsushi EnoAdd some argument check. RemoteAddress could be null...
2010-09-02 Atsushi Enomoonlight build workaround: smcs somehow rejects to...
2010-09-02 Atsushi EnoThrow EndpointNotFoundException when it cannot connect...
2010-09-01 Atsushi EnoFix parameter order for TempAsyncResult.
2010-09-01 Atsushi EnoAdd another roundtrip case.
2010-09-01 Atsushi EnoAdd IdentityElement implementation and some supplementa...
2010-08-30 Atsushi EnoAdd not-working code for TransferMode support.
2010-08-30 Atsushi EnoAdd workaround for bug #633945. On Windows async operat...
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-27 Atsushi EnoAdd IsSystemEndpoint property and treat system endpoint...
2010-08-26 Atsushi EnoAdd missing constructors (new in 4.0 ones as well as...
2010-08-25 Atsushi EnoAvoid NRE when ServiceEndpoint neither have Binding...
2010-08-24 Atsushi EnoDisable separate loop for HttpListener context acquisit...
2010-08-20 Atsushi EnoWhen closing the listeners, TryDequeueRequest() could...
2010-08-19 Atsushi EnoUse expected MessageVersion for OutgoingMessageHeaders...
2010-08-19 Atsushi EnoTargetInvocationException is often unexpected. Throw...
2010-08-18 Atsushi EnoDo not overwrite Via URI on ClientRuntime after applyin...
2010-08-17 Atsushi EnoRequest-reply channel factory should not reject one...
2010-08-17 Atsushi EnoDo not expect non-null ChannelDispatcherBase.Listener...
2010-08-16 Atsushi EnoContractDescription aren't compared decently. Compare...
next