mono.git
2013-09-06 Rodrigo KumperaAdd another extension point to the runtime.
2013-09-06 Mark Probst[runtime] Thread teardown race condition. Fixes #13813.
2013-09-06 Marek SafarImplements parsing of multi value User-Agent string...
2013-09-06 Zoltan VargaFix the test added by e682eceec3066a26afff333a7c1eb0e97...
2013-09-06 Zoltan Varga[runtime] Add more logging to a test which fails on...
2013-09-06 Zoltan Varga[runtime] Make a marshalling test more robust.
2013-09-05 Zoltan VargaAvoid the managed->copy for ref vtypes with an [In...
2013-09-05 Zoltan VargaAvoid printing an error message in UnixRegistryApi...
2013-09-05 Rodrigo Kumpera[runtime]Fix the OSX build due to crappy compilers.
2013-09-05 ProUkorNewRemove repeated include
2013-09-05 Zoltan VargaClear out the ref fields from MonoDomain before calling...
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Alexander KöplingerImplemented AssemblyName.ReferenceMatchesDefinition ()
2013-09-05 Zoltan VargaRevert "Fix the windows build."
2013-09-05 Miguel de IcazaImprove inline docs
2013-09-05 Zoltan VargaFix the windows build.
2013-09-05 Rodrigo KumperaFix the windows build.
2013-09-04 Miguel de IcazaAdd inline api docs
2013-09-04 Rodrigo Kumpera[bcl]Replace more long fields with int to make them...
2013-09-04 Rodrigo Kumpera[bcl] Replace more long fields with int to make them...
2013-09-04 Rodrigo KumperaPerform alignment checks for CAS on 32bits systems...
2013-09-04 Zoltan Varga[runtime] Remove a needless ifdef.
2013-09-04 Stefan[FIX][v2] Do not use chunked encoding with CGI/FastCGI
2013-09-04 Zoltan VargaDisable a corlib test which fails on some test runners.
2013-09-04 Zoltan VargaOptimize MonoCustomAttrs.GetCustomAttributes(): add...
2013-09-04 Zoltan VargaRevert "[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_...
2013-09-04 Zoltan Varga[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_REF...
2013-09-04 Marek SafarDon't resolve extension method expression when in probi...
2013-09-04 Marek SafarLess cascading errors
2013-09-04 Miguel de Icazamono_patch_info_hash: handle the MONO_PATCH_INFO_OBJC_S...
2013-09-04 Zoltan VargaImplement an intrinsics for Selector.GetHandle ().
2013-09-04 Sebastien Pouliot[linker] Allow some useful methods to be reused elsewhere
2013-09-04 Zoltan VargaFix the mt build.
2013-09-04 Zoltan VargaRename a test target to hopefully fix the linux wrench...
2013-09-04 Zoltan VargaUse $(MAKE) instead of make in one place.
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to do CAS over ints...
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to use SequentialLayot...
2013-09-03 Rodrigo KumperaFix Thread.VolatileRead(long&) on 32bits.
2013-09-03 Rodrigo Kumpera[runtime]Use InterlockedCompareExchange64 instead of...
2013-09-03 Rodrigo Kumpera[runtime]Implement InterlockedCompareExchange64 on...
2013-09-03 Marek HabersackRevert "Merge pull request #744 from echampet/bug-10001"
2013-09-03 Marek HabersackRevert "Fix typo in commit b6d634dd."
2013-09-03 Duncan MakChange the version number to 3.2.3
2013-09-03 Zoltan VargaAdd 'AM_PROG_CC_C_O' to configure to hopefully fix...
2013-09-03 Marek SafarMerge pull request #749 from head-thrash/master
2013-09-03 head-thrashFixes build when running make -k check:
2013-09-03 Martin BauligFix mobile build of my commit 1ae87e9.
2013-09-03 Zoltan VargaOnly print the 'Assuming PLATFORM messages when running...
2013-09-03 Zoltan VargaFix warnings.
2013-09-03 Alex Rønne... Merge pull request #748 from spicypixel/hotfix/mini...
2013-09-03 Aaron OnealFix build break compiling with DISABLE_JIT
2013-09-02 Martin BauligFix typo in commit b6d634dd.
2013-09-02 Marek SafarMerge pull request #747 from spicypixel/hotfix/object...
2013-09-02 Martin Baulig[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.
2013-09-02 Martin BauligAdd missing .NET 4.5 APIs
2013-09-02 Aaron OnealFix build break when COM is disabled
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-09-02 Stefan[FIX] Do not use chunked encoding with CGI/FastCGI
2013-09-01 Marek SafarBetter check for hoisted this location when emitting...
2013-08-30 Zoltan VargaPrecompile the test assemblies in tests/ in parallel...
2013-08-30 Zoltan VargaFix make check in tests/.
2013-08-30 Zoltan VargaUse AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P in m4...
2013-08-30 Zoltan VargaPass 'subdir-objects' to AM_INIT_AUTOMAKE() to quiet...
2013-08-30 Marek SafarMore thorough check for managed type parameters. Fixes...
2013-08-30 Marek SafarProbing of generic parameter for value type generic...
2013-08-30 Zoltan VargaRemove moon support from the build system.
2013-08-30 Zoltan VargaDisable the running of sgen tests on windows on wrench...
2013-08-30 Zoltan VargaCheck the cfg exception at the start of mono_method_to_...
2013-08-30 Zoltan VargaFix warnings.
2013-08-29 Zoltan VargaFix an LLVM assertion on structs with unaligned size...
2013-08-29 Rodrigo KumperaMerge pull request #746 from madewokherd/sgenbuild
2013-08-29 Vincent PovirkFix non-sgen builds.
2013-08-29 Lluis SanchezFixed bug #14295 - Project.Load incorrectly resets...
2013-08-28 Rodrigo KumperaFix some warning.
2013-08-28 Rodrigo Kumpera[runtime]Don't assume MonoType extends directly from...
2013-08-28 Marek SafarFixes parameter name
2013-08-28 Marek SafarUse IReflectType interface instead of TypeDelegator...
2013-08-28 Marek SafarMake setProperties private
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
2013-08-28 gvillanuevaRewrote Font.GetHashCode() to improve uniqueness.
2013-08-27 Rodrigo KumperaNaming cleanup.
2013-08-27 Miguel de IcazaConsole.iOS: Reset sb.Length in all cases, even for...
2013-08-27 Marek SafarInvalid syntax during attribute target parsing can...
2013-08-27 Miguel de IcazaConsole.iOS: add fallback for the case where monotouch_...
2013-08-26 Michael HutchinsonMerge pull request #742 from remobjects/import-project...
2013-08-26 Carlo KokImport ".user" as if it was part of the project, this...
2013-08-26 Marek HabersackMerge pull request #726 from pruiz/xamarin-bug-13708
2013-08-26 Marek SafarMerge pull request #741 from marcominetti/master
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 Marek SafarMerge pull request #740 from pruiz/dataannotations...
2013-08-26 Pablo Ruiz... Reverted string.Format(CultureInfo.CurrentCulture,...
2013-08-26 Marek SafarAdd test for #12745
2013-08-25 Pablo Ruiz... Set correct author on test files.
2013-08-25 Pablo Ruiz... Some enhancements and additions to DataAnnotations...
2013-08-24 Sebastien PouliotSRE.ParameterBuilder cannot be exposed in FULL_AOT_RUNTIME
2013-08-23 Rodrigo KumperaWe have g_getenv for portability reasons, so let's...
2013-08-23 Zoltan VargaFix yet another DISABLE_JIT bug in wrapper generation...
2013-08-23 Marek SafarAnnonymous method storey inside async storey has to...
next