mono.git
2012-09-04 Rodrigo KumperaMerge pull request #451 from madewokherd/wrappertrace
2012-09-04 Martin BauligFix #5899: WebClient.*Async() now correctly builds...
2012-09-04 Rodrigo KumperaThe new macro abi__alignof__ correctly handle darwin...
2012-09-04 Alex Rønne... Merge pull request #450 from madewokherd/excdoc
2012-09-04 Vincent PovirkAdd trace channel for native/managed wrappers.
2012-09-04 Vincent PovirkAdd documentation for exception traces.
2012-09-04 Jérémie Laval[System.Core] Fix possible state corruption in ReaderWr...
2012-09-04 Rodrigo KumperaEnable mach support on arm.
2012-09-04 Marek SafarReformat some nested ifs
2012-09-04 Marek SafarCompareOrdinal quick path cannot ignore start index...
2012-09-04 Jérémie Laval[System.Core] Returns false in SequenceEqual when the...
2012-09-04 Marek SafarAdd incomplete params declation to ast. Fixes #6874
2012-09-04 Jérémie Laval[System.Core] Remove generic indirection
2012-09-04 Marek SafarPropagete hoisted this also from state machines. Fixes...
2012-09-04 Jérémie Laval[System] Fix timeout in BlockingCollection. Fix #6732.
2012-09-04 Jérémie Laval[System.Core] Remove generic indirection in ParallelExe...
2012-09-04 Marek SafarDon't import static members of interfaces. Fixes #6552
2012-09-04 Jérémie Laval[System.Core] Remove generic indirection for ToDictionary
2012-09-04 Jérémie Laval[System.Core] Remove generic indirection for ToArray
2012-09-04 Jérémie Laval[System.Core] Remove generic indirection for ToList
2012-09-04 Zoltan VargaGet rid of some HAVE_SGEN_GC ifdefs from gc-internals...
2012-09-04 Zoltan VargaTransition the minor/major GC stats to the counters...
2012-09-04 Zoltan VargaAvoid linking libmini_static against any libraries...
2012-09-04 Marek SafarBetter check for intermediate value modifications....
2012-09-04 Zoltan VargaAvoid disabling the new interrupt machinery when using...
2012-09-03 Zoltan VargaBuild libmono and libmonosgen using a common convenienc...
2012-09-03 Zoltan VargaAdd a workaround for #5432 to EncodingInfoTest.
2012-09-03 Jérémie Laval[System.Core] Remove a source of generic indirection
2012-09-03 Zoltan VargaRemove some more references to libmono-static/libmonosg...
2012-09-03 Zoltan VargaAnother attempt at avoiding compiling files in mini...
2012-09-03 Zoltan VargaRemove *.exe.dylib.dSYM files too in the mini aotcheck...
2012-09-03 Rodrigo KumperaAllow constructors to be called like regular methods...
2012-09-03 Alan McGovernEnsure the targets files are copied for net_4_5 tests
2012-09-03 Ankit JainMerge pull request #444 from knocte/xbuild_improvements
2012-09-03 Andres G. Aragonesesxbuild: fix style in test
2012-09-03 Andres G. AragonesesMerge branch 'xbuild_improvements' of github.com:knocte...
2012-09-03 Marek SafarCapture async block variable when variable scope yields
2012-09-02 Marek SafarCapture iterator variable when variable scope yields...
2012-09-02 Miguel de IcazaMerge pull request #446 from UCIS/master
2012-09-02 Marek SafarExpand default parameter array type arguments. Fixes...
2012-08-31 Zoltan VargaRemove *.exe.dylib files too in the mini aotcheck target.
2012-08-31 Zoltan VargaFix a typo.
2012-08-30 Zoltan VargaAdd a target to run the JIT GC tests.
2012-08-30 Zoltan VargaAdd a test for #6755.
2012-08-30 Zoltan VargaFix an off-by-one in the computation of the TLS referen...
2012-08-30 Alan McGovern[Microsoft.Build.Tasks] Don't throw if duplicate depend...
2012-08-29 Alan McGovern[Microsoft.Build.Tasks] Fix several bugs in ResolveAsse...
2012-08-29 Zoltan VargaGet rid of the debug_count () functions in various...
2012-08-28 Zoltan VargaPrint more detailed information about call instructions...
2012-08-28 Zoltan VargaAdd a gsctx argument to mono_arch_get_argument_info ().
2012-08-28 Zoltan VargaSimplify mono_class_get_runtime_generic_context_templat...
2012-08-28 Zoltan VargaShorten some type/functions names in the generic sharin...
2012-08-28 Zoltan VargaAdd mono_debug_count () helper function to aid in runti...
2012-08-28 Zoltan VargaAdd a 'serial' attribute to MonoGenericParam to allow...
2012-08-28 Zoltan VargaAdd wrapper info for generic array helper wrappers.
2012-08-28 Zoltan VargaFix up the dwarf debug info for trampolines.
2012-08-28 Marek SafarMerge pull request #447 from zyzniewski/master
2012-08-28 Tomasz Żyźniewskicall the event after async operation's completed
2012-08-28 Ivo SmitsPatch for bug #6718 - incorrect release of XPCOM object...
2012-08-27 Michael GoffIncorrect comment syntax was breaking compile time...
2012-08-27 Michael GoffModified the large file support check to do a compile...
2012-08-27 Rolf Bjarne... [Mono.Data.Sqlite] Use a prebuilt resources file like...
2012-08-27 Paolo MolaroAvoid direct access to /dev/shm on some platforms.
2012-08-23 Sebastien Pouliot[M4A] Do not reset 'errors' and 'status11' when a certi...
2012-08-23 Sebastien Pouliot[OSX|iOS] Do not reset 'errors' and 'status11' when...
2012-08-23 Sebastien PouliotFix binding (type) and value error (true) that could...
2012-08-22 Andres G. AragonesesMSBuild.Engine: use a buildtask enumerator that throws...
2012-08-22 Jeffrey Stedfast[xbuild] Fixed Microsoft.Portable.CSharp.targets to...
2012-08-21 Marek SafarBetter error message for ref/out argument mismatch
2012-08-21 Marek SafarMerge Alexander Chebaturkin SoC 2012 changes
2012-08-20 Zoltan VargaEscape windows paths in DWARF debug info.
2012-08-20 Jérémie LavalMerge pull request #435 from mono-soc-2012/svick/dataflow
2012-08-19 Petr OnderkaFixed race condition in Receive()
2012-08-19 Petr OnderkaProject file changes by Visual Studio
2012-08-19 Petr OnderkaFixed race condition in race condition test
2012-08-19 Petr OnderkaFinished adding documentation for non-public types...
2012-08-19 Petr OnderkaRemoved nonsensical lock
2012-08-19 Petr OnderkaCorrectly implemented Choose()
2012-08-19 Petr OnderkaStarted adding documentation for non-public types and...
2012-08-19 Petr OnderkaFixed completion of PropagatorWrapperBlock
2012-08-19 Petr OnderkaRemoved nonsensical call that didn't actually do anything
2012-08-19 Petr OnderkaNo need to start new Task if there is only one item...
2012-08-19 Petr OnderkaSome tests need more time
2012-08-19 Petr OnderkaWork around issue with old NUnit and comparing collections
2012-08-19 Petr OnderkaDon't cancel unstarted Tasks on cancellation
2012-08-19 Petr OnderkaFixed unit test to work with old NUnit
2012-08-19 Petr OnderkaHandle consumeToAccept with MaxNumberOfGroups correctly
2012-08-19 Petr OnderkaStore multiple exceptions in Completion correctly
2012-08-19 Petr OnderkaAdded test for MaxMessages with BroadcastBlock
2012-08-19 Petr OnderkaconsumeToAccept shouldn't reserve
2012-08-19 Petr OnderkaMake sure cancellation behaves the same as faulting...
2012-08-19 Petr OnderkaImplemented execution block ctors for async actions
2012-08-19 Petr OnderkaImplemented NullTarget()
2012-08-19 Petr OnderkaFixed declaration differences
2012-08-19 Petr OnderkaMade block interfaces variant
2012-08-19 Petr OnderkaFixed race condition in OfferMessage()
2012-08-19 Petr OnderkaCheck key for null in ConcurrentDictionary
2012-08-19 Petr OnderkaForgot to use AssertEx
2012-08-19 Petr OnderkaAdded forgotten files to sources
2012-08-19 Petr OnderkaThrow the correct exception if Receive() is cancelled
next