[corlib] Defer TypeInfo instantiation logic in DefinedTypes. Fixes #19082
[mono.git] / mono / utils /
2014-04-15 Rodrigo Kumpera[windows] Win64 requires 16 bytes alignment too.
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-14 Alex Rønne PetersenRemove pointless #elif branch in mono-membar.h.
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-12 Zoltan VargaMerge pull request #988 from ranma42/fix-lls-test
2014-04-11 Rodrigo KumperaNew function mono_dl_open_runtime_lib that loads runtim...
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-04-07 Alexis ChristoforidesMerge pull request #955 from ermshiperete/bug-xamarin...
2014-04-05 Alexis ChristoforidesMerge pull request #941 from upsilon/fix-layoutsettings...
2014-03-31 Zoltan VargaMerge pull request #973 from methane/fix-build-on-mac
2014-03-31 INADA NaokiAdd mono_threads_core_set_name() on Mac.
2014-03-29 Zoltan Varga[runtime] Add support for setting the native thread...
2014-03-25 Zoltan Varga[runtime] Fix mono_sem_timedwait.
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-17 Marek SafarMerge pull request #956 from ermshiperete/bug-xamarin...
2014-03-14 Mark Probst[sgen] Restore hazard pointers in suspend signal handle...
2014-03-14 Marek SafarMerge pull request #953 from rcook/p-rcook-correct...
2014-03-13 Rodrigo Kumpera[thread] Only register a dead letter if the current...
2014-03-06 Michael HutchinsonMerge pull request #915 from knocte/master
2014-03-06 Rodrigo KumperaMerge pull request #936 from adahn/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-03-06 Adam Rzepka[runtime] Fixed flags for VirtualAlloc in mono_valloc...
2014-03-06 Rodrigo KumperaMerge pull request #934 from exony-craigminihan/bugzill...
2014-03-06 Zoltan Varga[runtime] Fix loaded llvm support.
2014-03-05 Zoltan Varga[runtime] Move some counters to the mono-counters infra...
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Marek SafarMerge pull request #930 from theraot/master
2014-03-05 Alex Rønne PetersenAdd a MONO_CONSERVATIVE_HWCAP environment variable.
2014-02-28 Alex Rønne PetersenMerge pull request #927 from ermshiperete/novell-bug...
2014-02-28 Alex Rønne PetersenProperly fix the iowait_ticks / strtoull () warning...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Zoltan Varga[runtime] Fix an assert if a thread cannot be created...
2014-02-25 Zoltan VargaMerge pull request #914 from eiz/master
2014-02-21 Rodrigo KumperaMerge pull request #908 from madewokherd/mingw-build
2014-02-21 Vincent PovirkAvoid a POSIX include on Windows.
2014-02-25 Zoltan Varga[runtime] Get rid of OpenThread (), move its functional...
2014-02-25 Zoltan Varga[runtime] Allocate code chunks next to each other if...
2014-02-25 Zoltan Varga[runtime] Align sizes before aligning them to pagesize...
2014-02-21 Miguel de Icaza[style] comment style updated
2014-02-20 Rodrigo KumperaAdd missing file I forget. Fix the build.
2014-02-20 Rodrigo Kumpera[runtime] Add an additional to detect thread death...
2014-02-20 Marek SafarMerge pull request #907 from enricosada/era_names
2014-02-20 Rodrigo Kumpera[runtime] Use the system limit when enforcing a new...
2014-02-18 Marek SafarMerge pull request #901 from Blewzman/FixAggregateExcep...
2014-02-18 Alex Rønne PetersenMerge pull request #898 from UCIS/patch-3
2014-02-18 Alex Rønne PetersenMerge pull request #899 from UCIS/patch-4
2014-02-17 Marek SafarMerge pull request #900 from Blewzman/FixAggregateExcep...
2014-02-17 Marek SafarMerge pull request #891 from DavidKarlas/listenerprefix
2014-02-13 Rodrigo KumperaMerge pull request #897 from echampet/scanbuild
2014-02-12 Miguel de IcazaMerge pull request #820 from brendanzagaeski/master
2014-02-12 Miguel de IcazaMerge pull request #819 from brendanzagaeski/patch-1
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-02-12 Miguel de IcazaMerge pull request #835 from HorstKakuschke/master
2014-02-11 Etienne CHAMPETIERfix typo in mono_counters_cleanup leading to a double...
2014-02-07 Sebastien PouliotMerge pull request #829 from symform/httpwebreq-async-ssl
2014-02-07 Martin MidtgaardMerge branch 'BigIntegerParse'
2014-02-04 Zoltan Varga[runtime] Fix a warning.
2014-02-03 Zoltan Varga[runtime] Applied patch from Frank Fuchs <fk.fuchs...
2014-02-02 Zoltan Varga[runtime] Move more thread attach code to mono-threads...
2014-02-02 Marek SafarMerge pull request #884 from akoeplinger/fix-ipv6-teredo
2014-02-01 Zoltan Varga[runtime] Rename mono_thread_info_dettach () to mono_th...
2014-02-01 Zoltan Varga[runtime] Move thread attaching to mono-threads from...
2014-01-31 Zoltan Varga[runtime] Remove some references to gc_wrapper.h which...
2014-01-31 Zoltan Varga[runtime] Move the thread exit code to mono-threads...
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Zoltan Varga[runtime] Change the way the runtime waits for threads...
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-22 João MatosMerge pull request #878 from tritao/master
2014-01-20 tritaoExplicitly define strtoull for MSVC releases previous...
2014-01-20 tritaoFixed missing Interlocked intrinsics in MSVC x86.
2014-01-20 Marek SafarMerge pull request #876 from knocte/master
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Rodrigo Kumpera[runtime] Fix a few warnings in io-layer and utils.
2014-01-17 Rodrigo Kumpera[utils] The fallback mmap should fail if it cannot...
2014-01-17 Alex Rønne PetersenMerge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne PetersenMerge pull request #861 from RobertZenz/patch-1
2014-01-17 Alex Rønne PetersenMerge pull request #875 from justincc/master
2014-01-17 Zoltan Varga[runtime] Remove some unused includes.
2014-01-17 Zoltan Varga[runtime] Store the values of some TLS variables into...
2014-01-17 Zoltan Varga[runtime] Add a mono_thread_info_yield () function.
2014-01-17 Zoltan Varga[runtime] Move mono_thread_get_stack_bounds () to utils...
2014-01-15 Zoltan Varga[runtime] Get rid of SuspendThread()/ResumeThread(...
2014-01-14 Zoltan Varga[runtime] Fix a regression caused by a0afa38296b8a3b038...
2014-01-14 Zoltan Varga[runtime] Fix regressions caused by 9e5b23eee3a38cf0305...
2014-01-14 Zoltan VargaRevert "[runtime] Get rid of ResumeThread(), use mono_t...
2014-01-14 Zoltan Varga[runtime] Fix the windows build.
2014-01-14 Zoltan Varga[runtime] Get rid of ResumeThread(), use mono_thread_in...
2014-01-14 Zoltan Varga[runtime] Centralize low-level thread creation in utils...
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-13 Marek SafarMerge pull request #871 from tumtumtum/master
2014-01-13 Zoltan VargaMove the mono_thread_create () function into utils...
2014-01-07 Atsushi EnoMerge branch 'master' into msbuilddll2
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2014-01-02 Rodrigo KumperaMerge pull request #838 from desdesdes/master
2013-12-16 Rodrigo Kumpera[runtime] A thread without a domain set cannot be runni...
2013-12-13 Rodrigo KumperaMerge pull request #832 from xplicit/webperf1
next