mono.git
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jb EvainFacilitate the merge
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-22 Jérémie LavalImprove fallback SpinWait to include the initial logic...
2010-11-22 Jérémie LavalPlug SplitOrderedList inside TemplateControl.
2010-11-22 Jérémie LavalDefine more correctly
2010-11-22 Jérémie LavalAdd a default implementation of SpinWait when SplitOrde...
2010-11-22 Zoltan VargaFix a memory leak.
2010-11-22 Marek SafarDon't multiply fixed buffer size (it's done by runtime...
2010-11-22 Marek SafarRemoved SetCharSet
2010-11-22 Marek SafarEmit fixed buffers using standard api only
2010-11-22 Marek SafarFix retrieving of StructLayoutAttribute.Pack
2010-11-22 Marek Safargroup all fixed buffer tests
2010-11-22 Marek SafarTweak async modifier constant value
2010-11-22 Alexander CorradoAdded 'async' as a recognized method modifier.
2010-11-22 Jérémie LavalUse a custom-wrapper for Aggregate operation invocation
2010-11-22 Jérémie LavalRemove AreTasksFinished in Scheduler and directly use...
2010-11-22 Jérémie LavalIncrease the deepSleepTime of ThreadWorker
2010-11-22 Marek SafarComment out no longer used code
2010-11-22 Marek SafarUpdated mcs tests failures
2010-11-22 Marek SafarAdd comment details to DefineUnmanagedResource
2010-11-22 Marek SafarDefine embeded resources using standard API
2010-11-22 Marek SafarMove entry point handling to AssemblyDefinition
2010-11-22 Marek SafarMake generated assembly attributes container name unique
2010-11-22 Marek SafarDon't sign netmodules.
2010-11-22 Marek SafarPut back private key handling
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-22 Marek SafarAdd missing file
2010-11-22 Zoltan VargaAllocate memory for generic instances from the mempool...
2010-11-22 Zoltan VargaFix g_hash_table_remove_all ().
2010-11-22 Rodrigo KumperaHandle cattr with arrays of System.Type.
2010-11-21 Jb Evaininternalize private cecil
2010-11-21 Jb EvainFix makefile
2010-11-21 Jb EvainPreserve mono-cil-strip feature by embedding the old...
2010-11-21 Gonzalo Paniagua... [File.ReadLines] Dispose the StreamReader in the right...
2010-11-21 Zoltan VargaFree the JIT tls data for the main thread.
2010-11-21 Zoltan VargaAllocate generic param constraint data from the image...
2010-11-21 Zoltan VargaUnref all handles on shutdown so their memory is freed.
2010-11-21 Jb Evainupdate cecil to upstream
2010-11-21 Zoltan VargaFix some small memory leaks.
2010-11-21 Zoltan VargaRemove the AOT log files on 'clean'.
2010-11-21 Zoltan VargaLink the iomap profiler against eglib. Fixes #627889.
2010-11-21 Zoltan VargaFix a warning.
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 Miguel de IcazaRemove experimental from the name
2010-11-20 Geoff NortonFix a potential NRE when using bitmap contexts
2010-11-20 Zoltan VargaIncrease maximum size of ppc prolog. Fixes #654460.
2010-11-20 Zoltan VargaAdd support for the processorArchitecture field in...
2010-11-19 Mark Probst[sgen] Implement evacuation for parallel mark.
2010-11-19 Jackson HarperParse RequestPathInvalidCharacters properly. Fixes...
2010-11-19 Gonzalo Paniagua... Web service help fix
2010-11-19 Gonzalo Paniagua... Fix the build.
2010-11-19 Zoltan VargaFix the previous arm EH change.
2010-11-19 Miguel de IcazaRemove mentions of Logging and Heap Shot profilers...
2010-11-19 Zoltan VargaLoad dependent assemblies of an aot image from the...
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-19 Zoltan VargaSet the thumb bit in the CPSR when resuming from a...
2010-11-18 Zoltan VargaFix the thumb build.
2010-11-18 Gonzalo Paniagua... Hush cross-compilation warnings
2010-11-18 Zoltan VargaImprove tail call support on x86 too.
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[sgen] Use bit fields for the booleans in MSBlockInfo.
2010-11-18 Zoltan VargaFix infinite recursion in the CompareExchange aot code.
2010-11-18 Gonzalo Paniagua... Fix g_dir_open et al for windows.
2010-11-18 Mark Probst[fix] Fix build.
2010-11-18 Sebastien PouliotFix bugs in UriFormat.SafeUnescaped
2010-11-18 Jonathan Pryor[mdoc export-html] Fixup href generation for nested...
2010-11-18 Rodrigo KumperaHandle broken invalid generic instantiations.
2010-11-18 Rodrigo KumperaAdd regression test for #562324
2010-11-18 Jérémie LavalRevert the CER-like changes made to SpinLock.Enter...
2010-11-18 Rodrigo KumperaVerify the return value of called functions.
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 Paolo MolaroProvide better coverage of jitted methods to the profiler.
2010-11-18 Paolo MolaroLog profiler: be more specific about unknown methods...
2010-11-18 Zoltan VargaPop the arguments to the throw trampoline from the...
2010-11-18 jonchamUpdate vcxproj files.
2010-11-18 jonchamUndefine AF_INET6 on windows to disable IPv6 for now.
2010-11-18 Jonathan Pryor[mdoc-update] Add C#4 dynamic support for method declar...
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-18 Gonzalo Paniagua... Updated remove_wsq.
2010-11-17 Gonzalo Paniagua... Fix typo.
next