mono.git
2012-08-30 Jonathan ChambersOnly use labels as values if compiling with gcc.
2012-08-30 Jonathan ChambersCheck for TARGET_ macros in addition to GCC arch defines.
2012-08-30 Jonathan ChambersInclude io-layer.h rather than windows.h directly.
2012-08-30 Jonathan ChambersWrap unistd.h include in HAVE_UNISTD_H check.
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-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 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
2012-08-19 Petr OnderkaCheck for null target in ConsumeMessage()
2012-08-19 Petr OnderkaOnly reserved can be consumed after fault
2012-08-19 Petr OnderkaDidn't check for null target in LinkTo() with predicate
2012-08-19 Petr OnderkaImplemented OutputAvailableAsync()
2012-08-19 Petr OnderkaImplemented LinkTo() with predicate
2012-08-19 Petr OnderkaFixed sending from WriteOnceBlock
2012-08-19 Petr OnderkaFixed sending from BroadcastBlock
2012-08-19 Petr OnderkaCorrected Receive() and ReceiveAsync()
2012-08-19 Petr OnderkaValid header can't have id 0
2012-08-19 Petr OnderkaImplemented SendAsync()
2012-08-19 Petr OnderkaRelease postponed messages after Complete()
2012-08-19 Petr OnderkaReleaseReservation() means the message is no longer...
2012-08-19 Petr OnderkaHandle completion correctly in Receive()
2012-08-19 Petr Onderkanew CancellationTokenRegistration().Dispose() shouldn...
2012-08-19 Petr OnderkaVerify arguments in public methods
2012-08-19 Petr OnderkaNegative header ids should be valid
2012-08-19 Petr OnderkaMade tests compatible with NUnit 2.4
2012-08-19 Petr OnderkaAdded support for MaxNumberOfGroups
2012-08-19 Petr OnderkaFixed completion of JoinTargets
2012-08-19 Petr OnderkaNo need to use .Net 4.5-specific methods
2012-08-19 Petr OnderkaFixed tests, so that they work under MS .Net
2012-08-19 Petr OnderkaFixed bug in unit test
2012-08-19 Petr OnderkaDon't start new tasks after fault
2012-08-19 Petr OnderkaMore fixing of Linux build
2012-08-19 Petr OnderkaDon't use InternalsVisibleTo for testing
2012-08-19 Petr OnderkaFixed non-greedy blocks with BoundedCapacity
2012-08-19 Petr OnderkaReplaced Volatile.Write() with the volatile modifier
2012-08-19 Petr OnderkaTest TriggerBatch() when the block is empty
2012-08-19 Petr OnderkaAdded missing files to .sources
2012-08-19 Petr OnderkaAdded support for Greedy
2012-08-19 Petr OnderkaAdded support for PropagateCompletion
2012-08-19 Petr OnderkaAdded support for MaxMessages
2012-08-19 Petr OnderkaFixed bug in unit test
2012-08-19 Petr OnderkaAdded support for BoundedCapacity
2012-08-19 Petr OnderkaCorrected sending messages to targets in most blocks
2012-08-19 Petr OnderkaAdded support for TaskScheduler
2012-08-19 Petr OnderkaPost() after fault should return false
2012-08-19 Petr OnderkaCorrected handling of exceptions
2012-08-19 Petr OnderkaHandle null results in TransformManyBlock correctly
2012-08-19 Petr OnderkaExceptions during execution cause the block to fault
2012-08-19 Petr OnderkaFixed MaxDegreeOfParallelism, added support for MaxMess...
2012-08-19 Petr OnderkaAdded support for cancallation to all blocks
2012-08-19 Petr OnderkaAdded support for NameFormat to all blocks
next