mono.git
2010-09-01 Ankit Jain[xbuild] Unsubscribe events on ConsoleLogger.Shutdown ()
2010-09-01 Geoff NortonFix build of mono-basic on ppc64
2010-09-01 Atsushi EnoFill Duration value. Got managed mode use case working.
2010-09-01 Atsushi EnoFix parameter order for TempAsyncResult.
2010-09-01 Jb EvainAdd NotWorking test for bugs #635349 and #605936
2010-09-01 Jonathan Pryor[mdoc-update] Only check for duplicate elements, not...
2010-09-01 Jonathan Pryor[mdoc-update] Refactor type+member traversal algorithm.
2010-09-01 Atsushi EnoCouple of fixes in FindCriteria and relevant contract...
2010-09-01 Atsushi EnoAdd another roundtrip case.
2010-09-01 Atsushi EnoUse CollectionDataContractAttribute.ItemName for collec...
2010-09-01 Atsushi EnoAllow empty element in ReadElementContent*() e.g. for...
2010-09-01 Jb EvainFix the NET_2_1 build of System.Json
2010-09-01 Jb EvainFix the System.Core build for the monotouch profile
2010-09-01 Jb EvainFix the monotouch build
2010-09-01 Jérémie LavalAllow recursive Write + n * Read lock pattern for Reade...
2010-09-01 Jérémie LavalCheck Recursive counts for ReaderWriterLockSlim in...
2010-09-01 Jérémie LavalGeneralize ThreadLockState to include recursive count...
2010-09-01 Jérémie Laval[PLinq] Honor WithDegreeOfParallelism if present
2010-09-01 Jérémie LavalChange the key of the inner dictionary to an int id...
2010-09-01 Jérémie LavalSplit ReaderWriterLockSlim helper classes into their...
2010-09-01 Atsushi EnoAdd a bunch of missing configuration members etc. based...
2010-09-01 Atsushi EnoAdd IdentityElement implementation and some supplementa...
2010-09-01 Marek SafarAdd ctor block to field initializers to avoid member...
2010-08-31 Gonzalo Paniagua... Handle WAIT_IO_TIMEOUT in WaitAny call
2010-08-31 Andrew Jorgensenaot-compiler was not getting included in dist
2010-08-31 Zoltan VargaReenable system AOT on x86/amd64 which accidently got...
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Zoltan VargaAlign structures on the stack to 4/8 bytes on ppc.
2010-08-31 Zoltan VargaReally disable AOT on platforms which doesn't support it.
2010-08-31 Jonathan Pryor[mdoc-update-ecma-xml] Sort libraries and types.
2010-08-31 Jonathan PryorRemove unused code.
2010-08-31 Jonathan Pryor[mdoc-update-ecma-xml] Do updates in-memory before...
2010-08-31 Jonathan Pryor[mdoc-update-ecma-xml] Generate additional //Type/Assem...
2010-08-31 Jonathan Pryor[mdoc] Enhance monodoc-ecma.xsd to support XML used...
2010-08-31 Jonathan Pryor[mdoc-update] Support importing //returns & // value...
2010-08-31 Jonathan Pryor[mdoc-update] Fix location of //Member/Attributes on...
2010-08-31 Jonathan Pryor[mdoc-update] Normalize //returns and //value when...
2010-08-31 Jonathan Pryor[mdoc-update] Try to avoid importing the same element...
2010-08-31 Jonathan Pryor[mdoc-update] Don't generate //AssemblyCulture if it...
2010-08-31 Jonathan Pryor[mdoc-update] Generate //AssemblyPublicKey && //Assembl...
2010-08-31 Jonathan Pryor[update-ecma-xml] Generate //Type/MemberOfLibrary and...
2010-08-31 Jonathan Pryor[update-ecma-xml] Generate the //Type/@FullNameSP attri...
2010-08-31 Rodrigo KumperaFix AOT under x86.
2010-08-31 David StoneAdd System.ComponentModel.DisplayAttribute
2010-08-31 Rodrigo KumperaFix corlib self referencing bug.
2010-08-31 Zoltan VargaDisable system aot on darwin.
2010-08-31 Zoltan VargaEnable aot-ing of mscorlib+gmcs on all architectures...
2010-08-31 Atsushi Enoimplement Find operation in request-reply contract...
2010-08-31 Marek SafarAdd support for indirect pointer type constants.
2010-08-31 Sebastien PouliotMultiple fixes for WebClient (from NCL tests)
2010-08-31 Andrew JorgensenRevert "Make the 'LABELS' make variable the same as...
2010-08-31 Jérémie LavalFix non 4.0 build of ReaderWriterLockSlim.
2010-08-31 Zoltan VargaAOT mscorlib along with gmcs.
2010-08-31 Jérémie LavalAdd unit tests for recursive acquire of a Write or...
2010-08-31 Jérémie LavalAdd unit test for ReaderWriterLockSlim basic recursion...
2010-08-31 Jérémie LavalEnable basic recursion support in ReaderWriterLockSlim...
2010-08-31 Jérémie LavalUse ManualResetEventSlim instances to wait for lock...
2010-08-31 Jérémie LavalRemove unused bit position constants in ReaderWriterLoc...
2010-08-31 Jérémie LavalTune thread count in ReaderWriterLockSlim unit tests
2010-08-31 Jérémie LavalFix ReaderWriterLockSlim unit tests.
2010-08-31 Jérémie LavalFix ReaderWriterLockSlim unit tests.
2010-08-31 Jérémie LavalFinish reimplementation of ReaderWriterLockSlim so...
2010-08-31 Jérémie LavalFactorize tatas pattern in TryRelaxedSet method in...
2010-08-31 Jérémie LavalRefactor ThreadLockState acquisition into a real per...
2010-08-31 Jérémie LavalRework ReaderWriterLockSlim to use simpler Interlocked...
2010-08-31 Rolf Bjarne... Trim the uri in UriParser::GetComponents, just like...
2010-08-31 Rolf Bjarne... Make moonlight build again
2010-08-31 Zoltan VargaAdd AOT support for GC inline write barriers.
2010-08-31 Ankit Jain[xbuild] Task 'Touch' should pass even if the file...
2010-08-31 Ankit Jain[xbuild] Quote filenames for resgen.
2010-08-31 Ankit Jain[xbuild] Fix 635767. Support enums for task property...
2010-08-31 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-31 Marek Safar[635714] Inconsistent accessibility between nested...
2010-08-31 Atsushi EnoAvoid NRE when converting contract-based instances...
2010-08-31 Marek SafarDon't use break in jay
2010-08-31 Marek SafarDon't generate tracing for the parser, it slows it...
2010-08-31 Marek SafarAdd more rules for static initializers
2010-08-31 Marek SafarWrap any non-trivial rule into a method, speeds up...
2010-08-31 Marek SafarRemoved misused break, format long comment
2010-08-30 Carlos Alberto... Actually make use of SerializationBinder.BindToName...
2010-08-30 Carlos Alberto... Add tests for SerializationBinder.BindToName usage...
2010-08-30 Rolf Bjarne... Uri: fix path component of merged uris with parent...
2010-08-30 Zoltan VargaFix make dist.
2010-08-30 Zoltan VargaFix the ppc build.
2010-08-30 Zoltan VargaFix the order of the arguments to the ppc_store macros.
2010-08-30 Andrew JorgensenRelatively major overhaul of the .spec file
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaRemove leftover from testing.
2010-08-30 Rodrigo KumperaFix a of by one error.
2010-08-30 Rodrigo KumperaFix cardtable code under amd64.
2010-08-30 Rodrigo KumperaEnable cardtable on 64bits targets.
2010-08-30 Rodrigo KumperaDon't scan blocks without references.
2010-08-30 Rodrigo KumperaImprove check consistency assertion.
2010-08-30 Rodrigo KumperaAdd support for card overlapping.
2010-08-30 Rodrigo KumperaExtract card scanning code.
2010-08-30 Rodrigo KumperaReplace clear_card functions with block enumeration...
2010-08-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-30 Andrew JorgensenRemove obsolete Microsoft.Vsa and Microsoft.JScript
2010-08-30 Atsushi EnoFix a couple of Hello/Probe serialization issues.
2010-08-30 Atsushi EnoUri was also not supported in Read*ContentAs().
next