When finding SerializationMap for resolved type, use type as the key rather than...
[mono.git] / mcs /
2010-10-05 Atsushi EnoWhen finding SerializationMap for resolved type, use...
2010-10-05 Atsushi EnoDo not overwrite properly configured ServiceBehaviorEle...
2010-10-05 Atsushi EnoFix DataContractResolver.ResolveName() support in deser...
2010-10-05 Atsushi EnoGet List<int> working with XamlXmlReader and XamlObject...
2010-10-05 Marek Habersack[asp.net] Fix for bug #643298. A typo prevented the...
2010-10-05 Martin BauligFix again.
2010-10-04 Martin BauligFix my previous commit.
2010-10-04 Martin BauligDisable System.Configuration on the mobile profiles.
2010-10-04 Rodrigo KumperaFix #642130.
2010-10-04 Sebastien PouliotFix (likely copy-paste) typo on FormsAuthPasswordFormat
2010-10-04 Atsushi EnoImplement DataContractResolver support. At least TryRes...
2010-10-04 Atsushi EnoAdjust namespace prefix indexes as it is repeatedly...
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 Marek Habersack[asp.net] Part of fix for bug #579837. AuthorizationRul...
2010-10-04 Marek Habersack[configuration] Part of fix for bug #579837. CommaDelim...
2010-10-04 vvaradhan2010-10-01 Veerapuram Varadhan <v.varadhan@gmail...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 vvaradhan2010-10-01 Veerapuram Varadhan <vvaradhan@novell...
2010-10-04 Atsushi EnoHandle Initialization correctly.
2010-10-04 Gonzalo Paniagua... Set have_response
2010-10-04 Atsushi EnoGet constructor arguments (x:Arguments) working on...
2010-10-04 Gonzalo Paniagua... Fix line endings.
2010-10-03 Pablo Ruiz GarciaFixed conding style and added license/copyright header...
2010-10-03 Pablo Ruiz Garcia[FIX] Fixes https://bugzilla.novell.com/show_bug.cgi...
2010-10-03 Pablo Ruiz Garcia[API] Implemented System.Transactions (tx preparation...
2010-10-03 Miguel de IcazaRetval is not a reserved keyword, fixes 643345
2010-10-03 Atsushi Enoremove extraneous reference to sys.configuration.
2010-10-03 Atsushi EnoA couple of fixes around XamlSchemaContext.GetXamlType...
2010-10-02 Gonzalo Paniagua... The EndPoint cannot be null
2010-10-02 Gonzalo Paniagua... Create only 1 callback instance for read/write
2010-10-02 Gonzalo Paniagua... Handle error in BeginAcceptReceive
2010-10-02 Gonzalo Paniagua... Schedule the user callback from unmanaged code
2010-10-01 Marek Safarref/out arguments are always of static type
2010-10-01 Marek SafarKeep imported indexer parameters (they can contain...
2010-10-01 Marek SafarImplement compound assignment over null value
2010-10-01 vvaradhan2010-09-29 Veerapuram Varadhan <vvaradhan@novell...
2010-10-01 Marek SafarNew test
2010-10-01 Marek SafarDynamic compound assignment breaks standard C# result...
2010-10-01 Marek Safarvoid is never of type object
2010-10-01 Marek SafarNull constant cannot be used for ref/out variables
2010-10-01 Marek SafarInitialize both disposable and local variable for dynam...
2010-10-01 Atsushi Enorename source file.
2010-10-01 Atsushi EnoRemove old code.
2010-10-01 Atsushi Eno[wcf] serialization member namespace was wrong when...
2010-10-01 Atsushi EnoRemove extra call to HttpResponse.Flush() which would...
2010-09-30 Marek Habersack[asp.net] Handle closed responses gracefully.
2010-09-30 Marek HabersackRevert "[asp.net] Make sure output_stream is not null...
2010-09-30 Andreia Gaita[Json] Fix uint type conversion when reading, should...
2010-09-30 Atsushi EnoAdd DataContractResolver stuff (dummy), and fix Id...
2010-09-30 Marek SafarMore awkward nullable binary expressions which are...
2010-09-30 Marek SafarImplement binary user operators over nullable not lifte...
2010-09-30 Marek SafarDynamic compound assignment can be used as an expressio...
2010-09-30 Gonzalo Paniagua... Invoke the callback in separate threads
2010-09-29 Sebastien PouliotFix buffer checks on Socket.[Receive|Send]Async
2010-09-29 Sebastien Pouliot[moon] Move policy restriction / elevated trust check...
2010-09-29 Sebastien PouliotFix "4762b18c: Fix the moonlight build"
2010-09-29 Rodrigo KumperaRemove "NotWorking" from a test that now works.
2010-09-29 Atsushi EnoAdd missing members.
2010-09-29 Jérémie Laval[ReaderWriterLockSlim] Fix state corruption and race...
2010-09-29 Atsushi EnoAdd some missing StructLayoutAttributes.
2010-09-29 Atsushi Eno[wcf-discovery] ExclusiveAddressUse won't work. AcceptC...
2010-09-29 Atsushi Eno[wcf-discovery] Fix MessageEncoder retrieval, failure...
2010-09-29 Atsushi Eno[wcf discovery] Use appropriate MessageVersion defined...
2010-09-29 Marek Habersack[wcf] Make sure context exists in the dictionary gettin...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek Habersack[asp.net] Make sure output_stream is not null before...
2010-09-29 Alan McGovern[System.ServiceModel] Fix a few potential exceptions...
2010-09-29 vvaradhan2010-09-20 Veerapuram Varadhan <vvaradhan@novell...
2010-09-29 vvaradhantest fixes
2010-09-29 Marek SafarNew test.
2010-09-29 Marek Safar[642437] Nested types have to check type arguments...
2010-09-29 Marek SafarNew test.
2010-09-29 Marek SafarSkip inaccessible nested types for member access expres...
2010-09-29 Marek SafarInflate custom site container delegates correctly.
2010-09-29 Marek SafarOptional parameters can be of a user value type
2010-09-29 Marek SafarIgnore imported not visible internal types
2010-09-29 Atsushi EnoFix the issue that callback contract often gets confuse...
2010-09-28 Marek Habersack[asp.net] Remove lock recursion in Cache.ExpireItems
2010-09-28 Atsushi EnoTCP channel listener: remove extra complication (thread...
2010-09-28 vvaradhan2010-09-16 Veerapuram Varadhan <vvaradhan@novell...
2010-09-28 vvaradhan2010-09-16 Veerapuram Varadhan <vvaradhan@novell...
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-28 Jérémie LavalTurn Is*LockHeld properties into thread-specific values...
2010-09-28 Marek Habersack[asp.net] Get rid of a possible (although unlikely...
2010-09-28 Sebastien PouliotAvoid a culture-specific check for the end of an URI
2010-09-28 Sebastien PouliotUse same socket family as the endpoint when retrieving...
2010-09-28 Sebastien PouliotFix Socket.RemoteEndPoint after ConnectAsync on Moonlight
2010-09-27 Marek Habersack[wcf] Make simplified configuration for behaviors work...
2010-09-27 Rodrigo KumperaEnable test that has been fixed in the runtime.
2010-09-27 Jb EvainFix the net_4_0 build
2010-09-27 Jb EvainFix the moonlight build
2010-09-27 Carlos Alberto Cortez[fix] #631810: Form.DialogResult needs to call its...
2010-09-27 Carlos Alberto Cortez[fix] #639939: Manually and properly convert the bytes...
2010-09-27 Marek Habersack[wcf] System.ServiceModel.Configuration.CustomBindignCo...
2010-09-27 Gonzalo Paniagua... Set LastOperation properly
2010-09-27 Jonathan PobstCommit some stuff I had implemented in my SVN tree.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Marek Habersack[bug workaround] Fix the build of System.Web.Mvc by...
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
next