mono.git
2011-10-27 Zoltan VargaFix make dist
2011-10-26 Rodrigo KumperaImplement new toggleref machinery for sgen.
2011-10-26 Rodrigo KumperaExport a bunch of sgen functions for internal usage.
2011-10-26 Rolf Bjarne... Log profiler: ensure the size we pass to getsockname...
2011-10-26 Rolf Bjarne... Log profiler: flush file after writing to it.
2011-10-26 Rolf Bjarne... Log profiler: add support for writing to an existing...
2011-10-26 Rolf Bjarne... Profiler: add support embedded profilers whose entry...
2011-10-26 Marek SafarDon't allocate TaskActionInvoker for TaskCompletionSource
2011-10-26 Jeremie LavalRun unobserved task exception processing on the finaliz...
2011-10-26 Marek SafarDelay continuation delegate allocation
2011-10-26 Marek SafarNew test
2011-10-26 Marek SafarReuse captured stack variables
2011-10-26 Marek SafarCapture less local variable in iterator/async context
2011-10-26 Lluis Sanchez[System.Xml] Fix handling of XmlSchemaForm when importi...
2011-10-25 Zoltan VargaAdd filtering by type name to TypeLoad events
2011-10-25 Zoltan VargaAdd a GetTypes() method to VirtualMachine to search...
2011-10-25 Atsushi EnoFix NET_2_1 builds.
2011-10-25 Atsushi EnoFix NET_2_1 builds.
2011-10-25 Paolo MolaroUse gint64 to represent time in MonoStopwatch to preven...
2011-10-25 Jeremie LavalAllow to specify other RootTree for creating indexes
2011-10-25 Marek SafarCreate less anynymous method context classes for async...
2011-10-25 Marek SafarRemove unwanted WaitHandle finalizer
2011-10-25 Jérémie LavalRemove TaskScheduler useless finalizer
2011-10-24 Rolf Bjarne... When providing stack trace for a crash make sure we...
2011-10-24 Miguel de IcazaRemove the exit code so that we can get a little bit...
2011-10-24 Atsushi EnoGive prefix "i" for xsi:nil. Patch by Alexander Riman...
2011-10-24 Marek SafarReport less cascading errors
2011-10-24 Marek SafarAdd System.Reflection.ReflectionContext
2011-10-24 Marek SafarAdd some missing methods
2011-10-24 Marek SafarFix few obvious NREs
2011-10-23 Gonzalo Paniagua... Change check to detect Windows.
2011-10-23 Zoltan VargaFix a problem in the last banch of AOT optimizations
2011-10-23 Miguel de IcazaPatch from Mario Kosmiskas for Bug 1460: add support...
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-22 Miguel de IcazaFix from github.com/sehe for passing the command line...
2011-10-22 Zoltan VargaPrint timing information for debugger invokes.
2011-10-22 Zoltan VargaAdd a stopwatch structure/functions for runtime interna...
2011-10-22 Jeremie LavalUse only one class hierarchy for task continuations
2011-10-21 Zoltan VargaAdd a GetTypesForSourceFile method to VirtualMachine...
2011-10-21 Zoltan VargaAdd a way to filter type load events by the source...
2011-10-21 Miguel de IcazaMake this build on the MOBILE profile
2011-10-21 Marek SafarImplement ContinueWhenAny/ContinueWhenAll with less...
2011-10-21 Marek SafarSetup await continuation without extra task
2011-10-21 Marek SafarDon't create wrapper anonymous method for Task.Factory...
2011-10-21 alexrpDon't build Mono.Net.Dns in the mobile profile.
2011-10-21 Zoltan VargaSet tls->context.valid to FALSE if a thread is suspende...
2011-10-21 Marek SafarEnable volatile tests
2011-10-21 Marek SafarCreate Task continuation with less intermediate delegates
2011-10-20 Zoltan VargaAdd tests for Thread.VolatileRead/Write
2011-10-20 Zoltan VargaFix Thread.VolatileRead/Write for floats/doubles. Fixes...
2011-10-20 Zoltan VargaLoad custom attribute data using Cecil if possible...
2011-10-20 Marek SafarRun runtime tests with the latest tools available
2011-10-20 Jeremie LavalAdd a memory barrier after each status change
2011-10-20 Jeremie LavalMove Thread.MemoryBarrier call into Task for every...
2011-10-20 Marek SafarFix empty string switch emit. Fixes #1597
2011-10-19 Marek SafarFix make dist
2011-10-19 Marek SafarUpdate mcs translations
2011-10-19 Marek SafarFix 4.5 conditional
2011-10-19 Marek SafarImplement System.Threading.Volatile
2011-10-19 Marek SafarFix VolatileRead(uint&), VolatileWrite(uint&,uint)...
2011-10-19 Marek SafarFix a race in underlying Task.Wait infrastructure
2011-10-18 Sebastien PouliotEnsure private key flow from the mono store into the...
2011-10-18 Rodrigo KumperaAllow null strings to be sent to sdb. They are encoded...
2011-10-18 Zoltan VargaBump sdb protocol version in the runtime.
2011-10-18 Rodrigo KumperaAdd test for new sdb command.
2011-10-18 Zoltan VargaEnable optional protocol logging in the sdb managed...
2011-10-18 Zoltan VargaAdd TypeMirror.GetMethodsByName () method to speed...
2011-10-18 Rodrigo KumperaExtract mono_class_get_methods_by_name from ves_icall_T...
2011-10-18 Marek SafarFix few races in ManualResetEventSlim and make it compa...
2011-10-18 Alan McGovern[WindowsBase] Add better support for Default/Override...
2011-10-17 Alan McGovern[System.IO.Packaging] Fix some dispose related issues
2011-10-17 Miguel de IcazaFix for 1461: Microsoft's generated deserializer call...
2011-10-17 Marek SafarCompatibility fixes to CountdownEvent
2011-10-17 Zoltan VargaUse Object_GetInfo () in VirtualMachine.GetObject ...
2011-10-17 Marek SafarDon't run expensive WaitAll when there is nothing to...
2011-10-17 Zoltan VargaAdd locking to EventWaitHandle.Set/Reset to avoid crash...
2011-10-17 Rolf Bjarne... Add System.Numerics to the mobile profile.
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 677: DataGrid...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 919: Form...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 867: Items...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 1212: CheckBo...
2011-10-17 Tom HindleApply patch from Stephen McConnel fix bug 586: potentia...
2011-10-17 MartinUpdate mcs/class/System/System.Net/WebRequest.cs
2011-10-17 Gonzalo Paniagua... Return the correct length for input streams
2011-10-16 Marek HabersackDo not reference mscorlib explicitly in 4.5, mcs seems...
2011-10-16 Marek HabersackUnbreak System.Web tests in the 4.5 profile
2011-10-16 Zoltan VargaFix a warning
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1210: Correct...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1209: Patch...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1207: Throw...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1207: Check...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1205: Check...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1204: Add...
2011-10-16 Miguel de IcazaFix bug 1203, relaxes the test for the protocol to...
2011-10-16 Miguel de IcazaAdd Terse syntax to C#, making the last semicolon optional
2011-10-16 MartinProvide proxy support for Windows; completes https...
2011-10-16 MartinProvide proxy support for Windows; completes https...
2011-10-16 Martinrespect BypassOnLocal attribute in GetSystemWebProxy...
2011-10-16 Gonzalo Paniagua... Fix race condition
2011-10-16 Gonzalo Paniagua... Don't send the buffered request until GetResponse is...
next