mono.git
2013-01-14 Jeremie Laval[monodoc] Move to /class instead of /tools and re-enabl...
2013-01-14 Zoltan VargaMake pdb2mdb handle the 0xfeefee MS line number convent...
2013-01-14 Marek SafarInflate explicit interface implementation generic metho...
2013-01-14 Zoltan VargaCheck source files without path as well when using...
2013-01-14 Marek SafarRework how defined interfaces are expanded. Fixes ...
2013-01-14 Marek SafarUse Length instead of Count
2013-01-14 Marek SafarDo expansion of generic interfaces members without...
2013-01-14 Marek SafarReport less cascading errors
2013-01-14 Marek SafarFix stack overflow when reporting circular type errors
2013-01-14 Mark Probst[sgen] Bugfix: Don't lose global remsets with the split...
2013-01-13 Sebastien PouliotAdd support for [LinkSafe] attribute
2013-01-12 Mark Probst[sgen] Flag in minor collector struct for whether it...
2013-01-12 Mark Probst[sgen] Only protocol/DTrace pinning when we actually...
2013-01-12 Zoltan VargaAdd beginnings of a managed IL disassembler which uses...
2013-01-12 Martin Baulig[WCF]: Make HttpTransportSecurity's .ctor public on...
2013-01-11 Martin Baulig[WCF]: .NET 4.0 API fixes.
2013-01-11 Martin Baulig[WCF]: BasicHttpBinding API changes for .NET 4.5
2013-01-11 Rodrigo KumperaAvoid overflow in SortedList binary search for huge...
2013-01-11 Rodrigo KumperaDirectoryInfo should update its internal values when...
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-11 Mark Probst[sgen] Don't report that we need a major collection...
2013-01-11 Rodrigo KumperaCorrectly handle clock going back in time when caching...
2013-01-11 Zoltan VargaAdd beginnings of a tool to dump the contents of .mdb...
2013-01-11 Mark Probst[sgen] MONO_GC_DEBUG option for checking mark bit consi...
2013-01-11 Mark Probst[sgen] Bugfix: Actually sweep blocks when doing concurr...
2013-01-11 Mark Probst[sgen] Add a missing binary protocol call.
2013-01-11 Mark Probst[sgen] Bugfix: When scanning mod table, follow major...
2013-01-11 Mark Probst[sgen] More information in describe_ptr(), and unify...
2013-01-11 Mark Probst[sgen] Binary protocol entry for card scanning.
2013-01-11 Atsushi Eno[msbuild] Fix import set to expected path when invalid...
2013-01-11 Zoltan VargaApplied patch from Tal Aloni <tal.aloni.il@gmail.com...
2013-01-11 Zoltan VargaAllow array fields with marshal descriptions in can_mar...
2013-01-10 Rodrigo KumperaMOBILE now builds with 4.0 enabled but its version...
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Rodrigo Kumpera[corlib] Handle overflow correctly in Timer to avoid...
2013-01-09 Rodrigo Kumpera[bcl] Add 4.0 and 4.5 defines to monodroid's bcl.
2013-01-09 Rodrigo Kumpera[bcl] Build System.Data.Services.Client monodroid profi...
2013-01-09 Rodrigo Kumpera[profiler]Explicitly include <sys/syscall.h> when using...
2013-01-09 Duncan MakBump mono to 3.0.4
2013-01-09 Jonathan PryorLockFile() should error with ERROR_INVALID_PARAMETER...
2013-01-09 Lluis SanchezFix bug 9193 - XmlSerialization not properly deserializ...
2013-01-09 Lluis SanchezAdd some unit tests for bug 9193
2013-01-09 Atsushi Enoupdate rx (now includes mobile test solutions that...
2013-01-09 Zoltan VargaFix the check for autoheader in eglib/autogen.sh and...
2013-01-09 Zoltan VargaAvoid an assert if seq points are not found for a metho...
2013-01-09 Zoltan VargaFix the check for autoheader in autogen.sh.
2013-01-08 Zoltan VargaRemove automake macros obsoleted by automake 1.13....
2013-01-08 Marek SafarRemove NET_2_1 default (broken) context
2013-01-08 Marek SafarGuid value fix
2013-01-08 Marek SafarRun On*Completed events on original context
2013-01-07 Sebastien PouliotAccept Version == 0 as valid (just like 1) when verifyi...
2013-01-07 Zoltan VargaUse a separate field for avoiding recursion in setup_fi...
2013-01-07 Sebastien PouliotAdd several tests to cover CFB mode. Some are currently...
2013-01-07 Sebastien PouliotFix several, but not all, cases where CFB does not...
2013-01-07 Sebastien PouliotAes.Create returns, by default, an instance of AesCrypt...
2013-01-07 Sebastien PouliotFix CFB for AesCryptoServiceProvider (only CFB8 worked...
2013-01-07 Sebastien PouliotRevert "Fix CFB mode for Rijndael when data is not...
2013-01-07 Sebastien PouliotRemove NotWorking from some tests (that works now)
2013-01-07 Sebastien PouliotSymmetricAlgorithm.FeedbackSize must be a multiple...
2013-01-06 Mark Probst[sgen] Pass the reference, not just its location, to...
2013-01-05 Marek SafarUpdate after array interfaces change
2013-01-05 Marek SafarIgnore more mt tests
2013-01-05 Marek SafarFix version number in 2.0 profile
2013-01-05 Zoltan VargaDon't swallow the loader error if a field type cannot...
2013-01-05 Zoltan VargaFix the previous change.
2013-01-05 Zoltan VargaFix support for large offsets in the OP_CALL_MEMBASE...
2013-01-05 Zoltan VargaMake arrays implement IReadOnlyList<T> and IReadOnlyCol...
2013-01-04 Rodrigo Kumpera[bcl] Add System.Net.Http to the mobile build.
2013-01-04 Rodrigo Kumpera[runtime]When loading a signature fails with a loader...
2013-01-04 Rodrigo Kumpera[runtime] Add a function that properly convert a loader...
2013-01-04 Marek SafarUpdate test names
2013-01-04 Marek SafarDon't crash on C# invalid DefaultParameterValue
2013-01-04 Marek SafarRemove duplicate method
2013-01-04 Marek SafarAdd new test
2013-01-04 Marek SafarFix default parameters of nested generic types.
2013-01-04 Marek SafarAdd missing check for conditional attributes. Fixes...
2013-01-04 Marek SafarUse more of GetValueOrDefault
2013-01-03 Rolf Bjarne... Add API to get more data from a managed exception's...
2013-01-03 Rolf Bjarne... [mkbundle] Remove broken win32 code.
2013-01-03 Rodrigo KumperaAutoconf incorrectly detects strndup getpwuid_r on...
2013-01-03 Rodrigo KumperaAdd iOS/OSX detection to eglib.
2013-01-03 Sebastien PouliotAes[Managed|CryptoServiceProvider] have a few more...
2013-01-03 Zoltan VargaAdd a missing quote to autogen.sh
2013-01-03 Zoltan VargaFix OP_LCONV_TO_R_UN_2 on x86+aot. Fixes #9186.
2013-01-03 Marek SafarDuplicate less mscorlib code in System.Core
2013-01-03 Marek SafarBump ikvm
2013-01-03 Marek SafarGenerate better stack trace for exception from async...
2013-01-03 Marek SafarIgnore empty stack frames when printing stack trace...
2013-01-03 Marek SafarRun async continuation without allocating temporary...
2013-01-03 Marek SafarRemove unused class
2013-01-03 Atsushi Enoimplement some SettingValueElement members to suppress...
2013-01-03 Alan McGovern[Microsoft.Build.Tasks] Fix a regression when replacing...
2013-01-03 Mark ProbstFix build.
2013-01-03 Mark Probst[sgen] Don't force synchronous collection unless reques...
2013-01-03 Mark Probst[boehm] DTrace probes for Boehm.
2013-01-03 Mark Probst[sgen] More dtrace probes.
2013-01-03 Mark Probst[sgen] Give a warning when precise stack mark is reques...
2013-01-03 Zoltan VargaAvoid creating unbox wrappers in mono_delegate_ctor_wit...
2013-01-03 Zoltan VargaFix support for AOT modules with more than 240 assembly...
2013-01-02 Rodrigo KumperaMetadata's Makefile.am.in can now be patched by the...
next