Merge pull request #836 from madewokherd/buildfixes
[mono.git] / mono / metadata /
2013-12-10 Mark Probst[sgen] Explain a FIXME.
2013-12-10 Mark Probst[sgen] Our bzero()/memmove() must store “volatile”...
2013-12-10 Mark Probst[sgen] Reverse the free-list after sweeping to be in...
2013-12-10 Mark Probst[sgen] Only enqueue LOS objects if they contain references.
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-06 Rodrigo Kumpera[sgen]Fix a deadlock when the GC try to free a JI durin...
2013-12-06 Zoltan Varga[bcl] Invoke assembly resolve hooks even if the assembl...
2013-12-06 Rodrigo KumperaMerge pull request #828 from mateusz-holenko/master
2013-12-06 Mateusz HołenkoFix build.
2013-12-06 Marek SafarBump mscorlib version for monolite to work correctly
2013-12-05 Miguel de IcazaComment style; Wrap at 100
2013-12-05 Miguel de IcazaComment style
2013-12-05 Rodrigo Kumpera[lock-tracer]Workaround ASLR on OSX by recording offset...
2013-12-05 Rodrigo Kumpera[runtime]Fix deregister_reflection_info_roots_from_list...
2013-12-05 Rodrigo Kumpera[runtime]Add the marshal lock to the lock tracer.
2013-12-05 Rodrigo Kumpera[runtime]Replace the loader lock with the marshal lock...
2013-12-05 Rodrigo Kumpera[runtime] Don't hold the loader lock when calling mono_...
2013-12-05 Rodrigo Kumpera[runtime] The assembly bindings are now protected by...
2013-12-05 Rodrigo Kumpera[runtime] Change deregister_reflection_info_roots to...
2013-12-05 Rodrigo Kumpera[runtime] Cleanup usage of reflection_info_unregister_c...
2013-12-05 Rodrigo Kumpera[runtime] mono_metadata_clean_for_image no longer needs...
2013-12-05 Rodrigo Kumpera[runtime] Protect mono_create_icall_signature with...
2013-12-05 Rodrigo Kumpera[runtime] Protect MonoImage::generic_def_objects with...
2013-12-05 Rodrigo Kumpera[runtime] Introduce the icall lock to be used when...
2013-12-05 Rodrigo Kumpera[runtime] Ensure mono_class_setup_supertypes is atomic...
2013-12-04 Zoltan VargaFix the windows build.
2013-12-04 Alex Rønne PetersenFix some warnings caused by always_inline functions...
2013-12-04 Marek Safar[corlib] Better conversion betwen system locale and...
2013-12-04 Alex Rønne PetersenFix a warning on PPC.
2013-12-04 Zoltan VargaMerge pull request #824 from hanswolff/patch-1
2013-12-04 Marek Safar[corlib] CreateSpecificCulture without exception retry
2013-12-04 Mark Probst[sgen] Link unit test programs with all libs.
2013-12-03 Zoltan VargaFix the build.
2013-12-03 Mark Probst[sgen] Never invoke libc’s memmove() or bzero().
2013-12-03 Mark Probst[sgen] Fix build on Linux.
2013-12-03 Marek SafarMerge pull request #823 from DavidKarlas/master
2013-12-02 Mark Probst[sgen] Integrate sgen_qsort() unit test in Makefile.
2013-12-01 Zoltan VargaFix a warning.
2013-11-28 Mark Probst[sgen] Wait for workers before the finishing nursery...
2013-11-28 Mark Probst[sgen] Missed a binary protocol event for mark.
2013-11-28 Mark Probst[sgen] Binary protocol records worker thread vs non...
2013-11-27 Zoltan Varga[runtime] Really fix the windows build.
2013-11-27 Zoltan Varga[runtime] Fix the windows build.
2013-11-27 Alex Rønne PetersenMerge pull request #812 from ColdPie1/master
2013-11-27 Rodrigo KumperaMerge pull request #815 from tmds/master
2013-11-26 Rodrigo Kumpera[runtime] Remove the old debugger interface.
2013-11-26 Rodrigo Kumpera[runtime]Hide public fields and kill MONO_DEBUG_FORMAT_...
2013-11-26 Rodrigo Kumpera[runtime] Mark all symbols in mono-debug-debugger as...
2013-11-26 Rodrigo Kumpera[runtime] Remove mono_debug_using_mono_debugger. This...
2013-11-25 Mark Probst[sgen] Implement our own qsort() so as not do deadlock.
2013-11-25 Mark Probst[sgen] Improve describe_ptr().
2013-11-25 Master Tsocket-io.c: merge #ifdef HAVE_STRUCT_IP_MREQN of netwo...
2013-11-24 Master Tsocket-io: pass MulticastOption InterfaceIndex into...
2013-11-24 Master Tsocket-io: make it possible to specify an interface...
2013-11-23 Zoltan Varga[sgen] Add minimal mingw64 support.
2013-11-22 Jérémie LavalMerge pull request #811 from criteo/16334-ConcurrentBag
2013-11-20 Miguel de IcazaMerge pull request #780 from miniBill/master
2013-11-20 Miguel de IcazaMerge pull request #802 from alistair/universaltime_at_...
2013-11-20 Alex Rønne PetersenMerge pull request #807 from akoeplinger/fix-fonttest
2013-11-20 Alex Rønne PetersenMerge pull request #810 from criteo/16267-SemaphoreSlim
2013-11-20 Alex Rønne PetersenMerge pull request #813 from ColdPie1/mingw64fix
2013-11-19 Andrew EikumCheck for __readfsdword at configure-time
2013-11-19 Andrew EikumReplace underscores with hyphens when reading system...
2013-11-18 Rodrigo Kumpera[runtime] Avoid caching member_ref tokens of dynamic...
2013-11-16 Zoltan Varga[runtime] Fix unaligned access in volatile icalls.
2013-11-14 Zoltan Varga[sdb] Add an ExitCode property to VMDeathEvent. Fixes...
2013-11-14 Rodrigo Kumpera[runtime]Type parsing of generics should not rely on...
2013-11-14 Rodrigo Kumpera[runtime]When setting a loader error, clear the previou...
2013-11-13 Rodrigo Kumpera[runtime]Don't expand variant generic interfaces on...
2013-11-13 Rolf Bjarne KvingeMerge pull request #801 from Ninds/master
2013-11-12 Marek SafarUpdate currency separators. Fixes #15425
2013-11-12 Marek SafarMerge pull request #799 from kebby/master
2013-11-11 Marek SafarMerge pull request #804 from xplicit/attrfix
2013-11-08 Atsushi EnoMerge pull request #800 from alistair/south_timezone_fix
2013-11-05 Zoltan Varga[runtime] Fix the osx mavericks stack size calculation...
2013-11-05 Zoltan Varga[runtime] Fix stack size detection on osx mavericks...
2013-11-05 Rodrigo Kumpera[runtime]Split thread unregistration in two steps,...
2013-11-05 Zoltan Varga[runtime] Handle unaligned access in all interlocked...
2013-11-05 Zoltan Varga[runtime] Fix warnings.
2013-11-03 Alistair BushFix compile warning and break from for loop once complete
2013-11-03 Alistair BushAttempt to implement GetTimeZoneData to support all...
2013-11-02 Zoltan Varga[sdb] Implement support for DebuggerStepThrough attribu...
2013-11-01 Zoltan VargaRevert "[sgen] Use mono_class_has_parent () instead...
2013-11-01 Zoltan Varga[sgen] Use mono_class_has_parent () instead of mono_cla...
2013-10-31 Marek SafarMerge pull request #794 from aakashapoorv/patch-1
2013-10-30 Zoltan Varga[runtime] Fix a warning.
2013-10-26 Alex Rønne PetersenDon't assert in Interlocked.Add () icalls on 64-bit...
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-25 Rodrigo Kumpera[runtime]Add a wrapper around signal handlers to ease...
2013-10-25 Rodrigo Kumpera[runtime] Improve the docs on reference queues a bit.
2013-10-25 Rodrigo Kumpera[runtime] Promote the reference queue API to the public.
2013-10-24 Zoltan Varga[runtime] Fix the windows build.
2013-10-23 Rodrigo Kumpera[runtime]Properly calculate the bitmap of valuetype...
2013-10-23 Alex Rønne PetersenFix mono_gc_wbarrier_generic_store_atomic semantics.
2013-10-23 Alex Rønne PetersenFix the semantics for System.Threading.Volatile methods.
2013-10-23 Alex Rønne PetersenMerge pull request #787 from directhex/master
2013-10-23 Sebastien PouliotMerge pull request #786 from xplicit/master
2013-10-23 Rolf Bjarne KvingeProvide more public API to inspect MonoTypes, MonoClass...
2013-10-23 Zoltan Varga[runtime] Fix a warning.
2013-10-23 Zoltan Varga[runtime] Fix the windows build.
next