mono.git
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...
2011-10-16 Gonzalo Paniagua... Don't 404 when any of the hashes has a / in it
2011-10-16 Neale FergusonMinor s390x fixes and update for memory barriers
2011-10-15 Jérémie LavalMake ManualResetEventSlim Dispose/(Set,Reset) combo...
2011-10-15 Jérémie LavalMove files around
2011-10-15 Jérémie LavalRemove need for a delegate instance in CountdownEvent...
2011-10-15 Jérémie LavalFirst take at an updated Task.WaitAll
2011-10-15 Jérémie LavalUpdate lastest two task unit tests
2011-10-15 Jérémie LavalFix ListPop
2011-10-15 Jérémie LavalInsert the unregister call in the finally handler too
2011-10-15 Jérémie LavalClean event registration when wait is unsuccessful
2011-10-15 Jérémie LavalAdd unit test for when multiple wait are registered...
2011-10-15 Jérémie LavalEnsure there is no mutually exclusive TaskContinuationO...
2011-10-15 Jérémie LavalMove CompletionContainer to use ConcurrentOrderedList...
2011-10-15 Jérémie LavalAdd a pop front operation to ConcurrentOrderedList
2011-10-15 Jérémie LavalRemove schedWait event since it's not needed anymore...
2011-10-14 Zoltan VargaDisable the error checking for MONO_GC_PARAMS in boehm...
2011-10-14 Zoltan VargaFix a crash with precise stack marking and dying threads
2011-10-14 Jérémie LavalUpdate Wait and WaitAny with event disposal and single...
2011-10-14 Jérémie LavalCall correctly Dipose in CoutdownEvent
2011-10-14 Jérémie LavalUpdate ManualResetEventSlim to handle disposal correctly
2011-10-14 Zoltan VargaChange a g_warning to a DEBUG which can happen in norma...
2011-10-14 Marek SafarAdd more Task tests
2011-10-14 Jérémie LavalDon't special casee adding a TaskCanceledException...
2011-10-14 Jérémie LavalMake IsCompleted property faster by doing only one...
next