Move entry point handling to AssemblyDefinition
[mono.git] / mcs / class /
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-21 Gonzalo Paniagua... [File.ReadLines] Dispose the StreamReader in the right...
2010-11-21 Zoltan VargaRemove the AOT log files on 'clean'.
2010-11-20 Gonzalo Paniagua... [HttpListener] Reduce the code inside lock {}
2010-11-20 Gonzalo Paniagua... [HttpListener] Use RWL instead of lock()
2010-11-20 Gonzalo Paniagua... [Timer] Use a WaitHandle instead of Wait/Pulse
2010-11-20 Geoff NortonFix a potential NRE when using bitmap contexts
2010-11-20 Zoltan VargaAdd support for the processorArchitecture field in...
2010-11-19 Jackson HarperParse RequestPathInvalidCharacters properly. Fixes...
2010-11-19 Gonzalo Paniagua... Fix the build.
2010-11-19 Atsushi EnoImplement XamlType.CanAssignTo(). Remove extra writer...
2010-11-19 Atsushi EnoCall OnWriteStratObject() after pushing current state.
2010-11-19 Atsushi EnoFix TypeValueSerializer and ValueSerializerContext...
2010-11-19 Atsushi EnoRemove unnecessary code. String type check is only...
2010-11-19 Atsushi EnoThe test is network dependent.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-19 Marek Habersack[asp.net] Disabled array clearing on heap resize in...
2010-11-19 Marek Habersack[asp.net] Added a reminder comment about stack scanning...
2010-11-18 Gonzalo Paniagua... Don't throw when unable to write autogen keys
2010-11-18 Zoltan VargaFix an assert in single stepping if an IL offset doesn...
2010-11-18 Mark Probst[fix] Fix build.
2010-11-18 Sebastien PouliotFix bugs in UriFormat.SafeUnescaped
2010-11-18 Jérémie LavalRevert the CER-like changes made to SpinLock.Enter...
2010-11-18 Jérémie LavalAnother fix related to the rebase
2010-11-18 Jérémie LavalFix compile error introduced by rebasing
2010-11-18 Jérémie LavalProtect TryEnter and Exit methods of SpinLock against...
2010-11-18 Jérémie LavalProtect ExitUpgradeable part of ReaderWriterLockSlim...
2010-11-18 Jérémie LavalProtect Enter/Exit write part of ReaderWriterLockSlim...
2010-11-18 Jérémie LavalProtect Enter/Exit read part of ReaderWriterLockSlim...
2010-11-18 Marek Habersack[system] NameObjectCollections.Init clears the items...
2010-11-18 Marek Habersack[asp.net] A few memory usage optimizations.
2010-11-17 Atsushi EnoSupport x:Arguments in XamlObjectWriter.
2010-11-17 Atsushi EnoAvoid examining converted type after using TypeConverte...
2010-11-17 Atsushi EnoGave up finding "correct" way to deserialize XamlType...
2010-11-17 Atsushi EnoAdd TypeValueSerializer, as it does not seem to work...
2010-11-17 Atsushi EnoRewrote ValueSerializer.GetSerializerFor() with couple...
2010-11-17 Atsushi EnoAdd missing test file.
2010-11-17 Jérémie Laval[Task scheduler] Refactoring and cleanup. Removed a...
2010-11-17 Jérémie Laval[Partitioner] Use custom made enumerator for GetPartiti...
2010-11-17 Jérémie Laval[CancellationToken] Speed up ThrowIfCancellationRequest...
2010-11-17 Marek Habersack[asp.net] Part of fix for bug #653013. AsyncPostBackTri...
2010-11-17 Marek Habersack[asp.net] Part of fix for bug #653013. StateManagedColl...
2010-11-17 Marek Habersack[asp.net] Removed the DEBUG ifdefs, for the tests to...
2010-11-17 Jérémie Laval[PLinq] Use a custom loop for iterating in ProcessAndAg...
2010-11-17 Atsushi EnoAdd test for writing string and native Type value as...
2010-11-17 Atsushi EnoGet object instantiation correctly invoked when non...
2010-11-17 Atsushi EnoConsider PositionalParametesr in XamlObjectWriter.
2010-11-17 Atsushi EnoMade a couple of PositionalParameter related fixes...
2010-11-16 Atsushi EnoRemove some illogical hacks in GetSerializerFor().
2010-11-16 myeishaAdd testcase for multiple missing IDs
2010-11-16 Atsushi EnoContentProperty will just show up as an ordinal propert...
2010-11-16 Atsushi EnoRemove for-object-writer-only code from common non...
2010-11-16 Atsushi EnoRemoved unused code / commented out unused test lines.
2010-11-16 Atsushi Enocleaning up some FIXMEs.
2010-11-16 Marek Habersack[asp.net] New version of code to purge underused entrie...
2010-11-15 Marek Habersack[asp.net] Remove unnecessary try/catch block from the...
2010-11-15 Marek SafarRemove old accessibility check routine
2010-11-15 Atsushi EnoMake string convertibility check more strictly.
2010-11-15 Atsushi EnoUse CanConvertTo(typeof(string)) before converting...
2010-11-15 Atsushi EnoPass IValueSerializerContext as ITypeDescriptorContext.
2010-11-13 Marek Habersack[asp.net] Cache + SessionInProcHandler memory usage...
2010-11-12 Andreia Gaita[Xml] duh, don't hide the stacktrace
2010-11-12 myeishaDon't add IDREFs to set of missing IDs multiple times
2010-11-12 Andreia Gaita[Xml] Check if the underlying writer supports LookupPre...
2010-11-12 Jérémie LavalThrow an an exception when Break and Stop are used...
2010-11-12 Jérémie LavalSimplify Parallel.ForEach loop execution
2010-11-12 Jérémie LavalCleanup ForEach overloads in Parallel
2010-11-12 Jérémie LavalDirectory cleanup for System.Collections.Concurrent...
2010-11-12 Atsushi EnoReturn XamlLanguage.Items for dictionary and ContentPro...
2010-11-12 Atsushi EnoFix wrong attribute value string indexing.
2010-11-12 Atsushi EnoXamlSchemaContext.GetXamlType(XamlTypeName) now resolve...
2010-11-12 Atsushi EnoExtension types may have omitted "Extension" from XML...
2010-11-12 Marek SafarAdd MessageQueue::GetMessageEnumerator2
2010-11-12 Marek SafarCRLF->LF conversion
2010-11-12 Marek SafarFix QueuePathDialog signature
2010-11-12 Daniel J Sell[asp.net] Fix for bug #653192. making MasterPageFile...
2010-11-12 Atsushi EnoFix XamlMember comparison and get relevant tests working.
2010-11-12 Atsushi EnoAdd support for MarkupExtension attribute in XamlXmlReader.
2010-11-12 Gonzalo Paniagua... Don't cache child nodes when security trimming is enabled.
2010-11-12 Atsushi EnoActually XamlXmlReader was already working for Property...
2010-11-12 Atsushi EnoAdd test for writing PropertyDefinition.
2010-11-12 Atsushi EnoAdd new ValueSerializerContext and use it everywhere...
2010-11-11 Sebastien PouliotQuery SupportsCookieContainer ini Moonlight build
2010-11-11 Sebastien PouliotAdd internal SetCompatibilitySwitch to AppDomain
2010-11-11 Sebastien Pouliot[moon] Allow creating AES with the fully qualified...
2010-11-11 Jérémie LavalRefine precedent algorithm for Parallel.For index stealing.
2010-11-11 Jérémie LavalAdd a new lightweight stealing algorithm to Parallel.For
2010-11-11 Jérémie LavalIn Parallel.For, returns immediately if the initial...
2010-11-11 Jérémie LavalSmall logic fix in choosing step in Parallel.For
2010-11-11 Atsushi EnoXamlMember.TypeConverter should return correct converte...
2010-11-11 Atsushi EnoWhen collection instance returned null, do not try...
2010-11-11 Atsushi EnoRemove old code (overwrite).
2010-11-11 Atsushi EnoRemove extra copy lines.
2010-11-11 Atsushi EnoSplit XamlNode.cs to object-reader specific code and...
2010-11-11 Atsushi EnoFix readonly collection check (should use IsWritePublic).
2010-11-11 Atsushi Enoremoved xml output code (mostly harmless but could...
2010-11-11 Marek Habersack[corlib] Fix for bug #652807. Handle RegistryValueKind...
2010-11-10 Marek Habersack[wcf] .NET allows for service contract methods to be...
next