Reverted all changes in 'System.Text/Encoding.cs' and disabled the emitIdentifier...
[mono.git] / mono / utils /
2013-04-29 Gerardo García PeñaMerge branch 'master' of https://github.com/mono/mono
2013-04-26 Rodrigo KumperaRevert "The build bots run on Snow Leopard that doesn...
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-25 Rodrigo KumperaAdd MonoThreadInfo::runtime_thread so we can know if...
2013-04-25 Rodrigo KumperaOn windows, Register/unregister runtime-managed threads...
2013-04-25 Rodrigo KumperaUnregister runtime-managed threads before OS cleanup...
2013-04-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-23 Rodrigo KumperaAnother try in fixing the windows build.
2013-04-23 Rodrigo KumperaFix windows build.
2013-04-22 Rodrigo KumperaThe build bots run on Snow Leopard that doesn't have...
2013-04-22 Rodrigo KumperaIntroduce a new kind of mutex, the suspension safe...
2013-04-22 Rodrigo KumperaRemove some dead defines from mono-mutex.h
2013-04-22 Rodrigo KumperaRemove static initializers as they are not portable...
2013-04-22 Rodrigo KumperaRemove the now unused mono_mutexattr family of functions.
2013-04-22 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-22 Rodrigo KumperaRemove support for for pthread implementations that...
2013-04-22 Rodrigo KumperaMove mono-mutex.c from io-layer to utils. Killing the...
2013-04-22 Zoltan VargaRemove obsolete 32 bit s390 backend.
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-21 Zoltan VargaAdd a freelist around the code chunk allocator to avoid...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-09 Zoltan VargaDon't leave the thread suspended in mono_threads_core_s...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-07 Elijah TaylorNaCl ARM work, first pass
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-28 Zoltan VargaRemove some debug printfs.
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Zoltan VargaExport a few more symbols for LLVM.
2013-03-13 Martin BauligMerge pull request #599 from knocte/ntlm_fixes
2013-03-13 Mark Probst[semaphore] Fix mono_sem_wait() for Darwin, clean up...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-06 Zoltan VargaFix some ARM assembly in MONO_CONTEXT_GET_CURRENT ().
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-01 Zoltan VargaRemove the unmaintained and incomplete alpha backend.
2013-02-28 Zoltan VargaAvoid the str pc,[r0]! instruction in MONO_CONTEXT_GET_...
2013-02-28 Zoltan VargaFix MONO_CONTEXT_GET_CURRENT () clobbering a register...
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-22 Sebastien PouliotOn OSX and iOS use CommonCrypto/Digest for the runtime...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-14 Rodrigo KumperaFix a race in the posix suspend code that would lead...
2013-02-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-12 Rodrigo KumperaFix the shared_area logic to have it enabled by default.
2013-02-12 Rodrigo KumperaMake it possible to disable shared_are with the MONO_DI...
2013-02-12 Rodrigo KumperaFix shared_area fallback implementations to not leak...
2013-02-12 Rodrigo KumperaUse the fast shared_area lookup code everywhere. The...
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-09 Miguel de IcazaMerge pull request #524 from pruiz/mvc-allowhtml-fix
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-02-03 Mark Probst[sgen] Fix hazard pointer free deadlock problem. Fixes...
2013-01-28 Rodrigo KumperaMove mono_runtime_printf_err to use critical level...
2013-01-27 Mark Probst[sgen] Fix internal allocator DTrace probes commit.
2013-01-26 Marek SafarMerge pull request #539 from pnewhook/master
2013-01-26 Mark Probst[sgen] DTrace probes for internal allocations.
2013-01-24 Mark Probst[sgen] DTrace probe for cementing objects.
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-04 Rodrigo Kumpera[runtime] Add a function that properly convert a loader...
2013-01-03 Mark ProbstFix build.
2013-01-03 Mark Probst[sgen] More dtrace probes.
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-09 Mark Probst[sgen] Define all dummy DTrace macros.
2012-12-09 Mark Probst[sgen] DTrace probes for finalisers and weak links.
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-03 Zoltan VargaOptimize the GC map construction code a bit.
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-20 Mark Probst[sgen] Fix use of volatile in the lock free allocator.
2012-11-20 Rodrigo KumperaFix compilation on non gcc systems with varargs.
2012-11-19 Rodrigo KumperaAdd stdout/stderr wrappers for the gc and runtime.
2012-11-15 Rodrigo KumperaSwitch the runtime to use TARGET_IOS and TARGET_OSX...
2012-11-14 Rodrigo KumperaFix ARM compilation of mono-context.c
2012-11-14 Rodrigo KumperaBionic cannot handle a NULL filename in dlopen.
2012-11-14 Rodrigo KumperaImplement MONO_CONTEXT_GET_CURRENT for arm.
2012-11-14 Rodrigo KumperaProperly support cross compiling for the mach support...
2012-11-14 Rodrigo KumperaFix mach support for arm.
2012-11-14 Rodrigo KumperaReplace mcontext with void* in the mach support code...
2012-11-13 Rodrigo KumperaUse TARGET defines instead of the arch defines to prope...
2012-11-13 Rodrigo KumperaCorrectly identify iOS device/simulator builds and...
2012-11-10 Zoltan VargaUpdate valgrind headers.
next