mono.git
2013-06-05 Jérémie Laval[mdoc] Pass the right HelpSource as a hint to the rende...
2013-06-05 Rodrigo KumperaRework the shutdown sequence so two initiations don...
2013-06-05 Rodrigo KumperaMove mono_runtime_set_shutting_down and mono_runtime_is...
2013-06-05 Rodrigo KumperaDon't set shutting_down here as it is now done much...
2013-06-05 Rodrigo KumperaKill unused func mono_threads_is_shutting_down.
2013-06-05 Rodrigo KumperaDetach the current thread as soon as possible when...
2013-06-05 Jérémie Laval[monodoc] Ditto for fetching type node parents of subnodes.
2013-06-05 Jérémie Laval[monodoc] Fix ecma traversal with unattached tree.
2013-06-05 Martin BauligBuild System.Net on mobile (type-forwarders for PCL).
2013-06-05 Sebastien PouliotExclude the new System.IO.Directory unit test for iOS...
2013-06-05 Sebastien PouliotAdd monotouch_corlib.dll.sources (to simply include...
2013-06-05 Rodrigo KumperaFix 2.0 build.
2013-06-04 Jonathan Pryor[System.Core] Add AesCryptoServiceProvider to the MONOD...
2013-06-04 Rodrigo KumperaMake sure the behavior between GetFiles and EnumerateFi...
2013-06-04 Rodrigo KumperaFix a loader leak in mono_class_create_from_typedef.
2013-06-04 Sebastien Pouliot[ios] Remove the need to use reflection to call the...
2013-06-04 Martin Baulig[PCL]: Set Facade Assemblies' version number to "4...
2013-06-04 Sebastien PouliotRe-enable a test for the MOBILE profile (by ensuring...
2013-06-04 Zoltan VargaImplement MethodMirror.MakeGenericMethod ().
2013-06-03 Jonathan Pryor[corlib] Don't throw UnauthorizedAccessException from...
2013-06-03 Marek SafarMerge pull request #653 from LogosBible/TimeSpan-TryPar...
2013-06-03 Martin PotterTimeSpan.TryParseExact should not try to parse null...
2013-06-03 Zoltan VargaDisable partial sharing for now, it breaks some tests...
2013-06-03 Atsushi Enoa few more nunit test modernization.
2013-06-03 Atsushi Enoconvert some unit tests to modern style. (not really...
2013-06-03 Alex Rønne... Use /proc/self/auxv for ARM feature detection when...
2013-06-03 Zoltan VargaUse MonoBoolean instead of gboolean as an icall return...
2013-06-02 Alex Rønne... Ignore all cpu-*.h files in mono/mini.
2013-06-02 Marek SafarMerge pull request #651 from JoostK/patch-1
2013-06-02 Zoltan VargaFix constrained gsharedvt calls on enums.
2013-06-02 Zoltan Varga[sdb] Clear ss_invoke_addr when stopping single steppin...
2013-06-01 Zoltan VargaGet rid of the NESTED_LIBGC_FLAGS configure variable...
2013-06-01 Zoltan VargaPass some defines in config.h instead of on the command...
2013-06-01 Zoltan Varga[sdb] Keep the exception object alive during debugger...
2013-06-01 Joost KoehoornShortcut open parent recognition for switch
2013-05-31 Sebastien PouliotFix random unit test failures on the bots [#12493]
2013-05-31 Jeffrey Stedfast[Mono.Debugger.Soft] Updated closed/disconnected state...
2013-05-31 Atsushi Eno[mkbundle] do not require dos2unix (and sh) on Windows...
2013-05-30 Rolf Bjarne... Make all symbols visible for MonoTouch.
2013-05-30 Rolf Bjarne... [System] Don't use System.Reflection.Emit if we're...
2013-05-30 Rodrigo KumperaImprove the reliability and error reporting of the...
2013-05-30 Zoltan VargaRevert "Pass more defines in config.h instead of on...
2013-05-30 Zoltan VargaPass more defines in config.h instead of on the command...
2013-05-30 Zoltan VargaDisable locking around archive accesses in libtool...
2013-05-30 Zoltan VargaEnable dolt on ios builds.
2013-05-30 Zoltan VargaRemove the #ifdef HAVE_SGEN_GC dependency from main...
2013-05-30 Zoltan VargaFix a warning.
2013-05-30 Zoltan VargaAvoid putting a duplicate -arch i386 into CPPFLAGS...
2013-05-30 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-30 Zoltan VargaMove the adding of unbox trampolines to mini_add_method...
2013-05-29 Sebastien Pouliot[ios] Allow some level of configuration when CryptoConf...
2013-05-29 Sebastien PouliotRemove MOBILE defines inside X509Chain tests
2013-05-29 Jonathan Pryor[mdoc] Fix unit tests.
2013-05-29 Zoltan VargaUse a different function for emitting write barriers...
2013-05-29 Zoltan VargaAvoid calling alloc wrappers directly, sgen does some...
2013-05-29 Jonathan Pryor[mdoc] Fix export-msxdoc regression, updated expected...
2013-05-29 Marek SafarEnable fixed tests
2013-05-29 Marek SafarRun YieldAwaitable tests on default synchronization...
2013-05-29 Zoltan VargaRevert "Use gsharedvt for some generic instances in...
2013-05-29 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-29 Zoltan VargaAdd support for constrained calls to Object.Equals...
2013-05-29 Zoltan VargaDisable some YieldAwaitable tests on MT.
2013-05-29 Sebastien PouliotChange code to more linker friendly ways to create...
2013-05-29 Sebastien PouliotRefactor the Mono.Security code to use more linker...
2013-05-29 Rodrigo KumperaAvoid direct recursion when computing the exceptions...
2013-05-28 Sebastien Pouliot[ios] Add, as a last resort, the creation of the hash...
2013-05-28 Marek SafarUpdate failing mobile test
2013-05-28 Rodrigo KumperaFix 2.0 corlib test suite.
2013-05-28 Rodrigo KumperaOlder versions of iOS don't have pthread_mutexattr_setp...
2013-05-28 Zoltan VargaFix support for dynamic methods in collect_method_image...
2013-05-28 Marek SafarKeep cancellation token for all running requests. Fixes...
2013-05-28 Marek SafarUpdated CryptoConvert.cs path
2013-05-28 Marek SafarResolve unreachable block with correct flow settings...
2013-05-28 Zoltan VargaFix a reading of invalid memory error introduced by...
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-27 Andres G. Aragoneses[System.Web] Improve locking logic for WebConfigManager...
2013-05-27 Martin BauligBump ikvm to f66ae58 to recognize PCL Facade Assemblies.
2013-05-27 Martin Baulig[xbuild]: Remove duplicates from 'TargetFrameworkDirect...
2013-05-27 Martin Baulig[WebConnection]: Fix incorrect end-of-stream with null...
2013-05-25 Marek SafarAdd more argument checks to RegisterWaitForSingleObject
2013-05-25 Marek SafarMerge pull request #648 from DavidKarlas/defaultDependc...
2013-05-24 Atsushi Enoforgot to add new source to .sources.
2013-05-24 Martin Baulig[xbuild]: Fix conditions for <ItemGroup> inside <Target>.
2013-05-24 Atsushi EnoUse IKVM.Reflection to fully avoid reflection+mscorlib...
2013-05-24 Zoltan VargaMerge some Nacl/ARM changes from https://github.com...
2013-05-24 Martin Baulig[PCL]: Add missing type-forwarder for System.String...
2013-05-24 Rodrigo Kumpera[sdb] Fix race condition on test program that would...
2013-05-24 Atsushi Enothe previous change was #fail, the string constants...
2013-05-24 Atsushi Enoadd include-less build for XamAndroid.
2013-05-24 Miguel de IcazaPut back the tests, we were trying to track down the...
2013-05-24 Miguel de IcazaDocument --break with generic methods
2013-05-24 David KarlašDependencyProperty of DependencyObject was trowing...
2013-05-24 Martin Baulig[System.Drawing]: Disable more broken tests.
2013-05-24 Sebastien PouliotRefactor the [D|R]SACryptoServiceProvider constructors...
2013-05-24 Atsushi EnoAdd some missing MSBuild project model evaluation members.
2013-05-24 Atsushi EnoAdd missing MSBuild Framework interface.
2013-05-24 Martin Baulig[System.Drawing]: Disable broken tests.
2013-05-23 Martin BauligAdd Microsoft.Portable.CSharp.targets to the .spec...
2013-05-23 Martin Baulig[xbuild]: Implicitly expand PCL2 facade assemblies.
2013-05-23 Martin Baulig[xbuild]: Provide a real Microsoft.Portable.CSharp...
next