Properly fix the iowait_ticks / strtoull () warning in mono-proclib.
[mono.git] / mono / metadata /
2014-02-28 Zoltan Varga[runtime] Fix memory leaks and usage of freed memory...
2014-02-27 Mark Probst[sgen] Fix cardtable for huge (>4gb) objects on 64bit.
2014-02-27 Zoltan Varga[runtime] Fix an assertion which is hit if thread_clean...
2014-02-27 Zoltan VargaRevert "[runtime] Add support for jagged array ctors...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Rodrigo Kumpera[boehm] Integrate toggleref support into the runtime.
2014-02-26 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-02-26 Zoltan Varga[bcl] Allow Marshal.SizeOf () to work on pointer types...
2014-02-26 Zoltan Varga[runtime] Add a FIXME.
2014-02-26 Mark Probst[runtime] Fix a thread join race condition. Fixes...
2014-02-26 Rodrigo Kumpera[sgen] Ensure togglerefs are only cleared after we...
2014-02-25 Zoltan VargaMerge pull request #914 from eiz/master
2014-02-24 Rodrigo Kumpera[sgen] Ensure minor_collection_allowance is always...
2014-02-24 Rodrigo Kumpera[sgen] Split mark/clean phase of sgen-toggle processing...
2014-02-24 Rodrigo Kumpera[sgen] We must do bridge processing with all sgen locks...
2014-02-24 Rodrigo Kumpera[sgen] Add internal test helper for sgen-toggleref.
2014-02-24 Zoltan Varga[runtime] Fix reading invalid memory during some checks...
2014-02-24 Zoltan Varga[runtime] Fix a memory leak.
2014-02-24 Zoltan Varga[runtime] Fix the order of how we fix types during...
2014-02-25 Zoltan Varga[runtime] Get rid of the _wapi_thread_signal_self ...
2014-02-25 Zoltan Varga[runtime] Get rid of OpenThread (), move its functional...
2014-02-25 Zoltan VargaFix a warning.
2014-02-25 Alex Rønne PetersenMerge pull request #913 from Daniel15/fix-catchall...
2014-02-25 Paolo MolaroAdded new API mono_runtime_set_main_args() and fixed...
2014-02-20 Rodrigo Kumpera[runtime] Add an additional to detect thread death...
2014-02-20 Zoltan Varga[runtime] Disable DEBUG_DOMAIN_UNLOAD which was enabled...
2014-02-20 Zoltan Varga[runtime] Get rid of the wapi_thread_interrupt_self...
2014-02-20 Marek SafarMerge pull request #907 from enricosada/era_names
2014-02-20 Zoltan VargaFix a warning.
2014-02-20 Rodrigo Kumpera[runtime] Use the system limit when enforcing a new...
2014-02-20 Jonathan Pryor[runtime] Add a "mobile" runtime version.
2014-02-19 Zoltan Varga[jit] Fix a crash when using -v -v -v -v with dynamic...
2014-02-19 Rodrigo KumperaMerge pull request #903 from simonhartmann/master
2014-02-19 Alex Rønne PetersenFix some warnings on mips32.
2014-02-18 Rodrigo Kumpera[runtime] Fix the linux build.
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 Rodrigo Kumpera[runtime] Add two variants of mono_gc_bzero and mono_gc...
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-13 Rodrigo Kumpera[runtime] Initialize param_count under DISABLE_JIT
2014-02-12 Rodrigo Kumpera[runtime] Don't abort on null module scope, there's...
2014-02-12 Rodrigo Kumpera[corlib] Remove obj_address debug helper, if anyone...
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 CHAMPETIERint a[0], malloc(0), memcpy(a,b,0), memcmp(c,d,0) doesn...
2014-02-10 Mark Probst[sgen] new T[-1] must throw OverflowException, not...
2014-02-10 Mark Probst[sgen] Hint OOM exception branch as not taken.
2014-02-10 Mark Probst[sgen] Fix overflow occurring with large object allocat...
2014-02-08 Martin MidtgaardMerge remote-tracking branch 'upstream/master'
2014-02-07 Sebastien PouliotMerge pull request #829 from symform/httpwebreq-async-ssl
2014-02-07 Marek Safar[corlib] Make primitive types smaller than int compare...
2014-02-07 Martin MidtgaardMerge branch 'BigIntegerParse'
2014-02-06 Marek SafarMerge pull request #889 from slluis/serializer-fix
2014-02-06 Rodrigo KumperaRevert "[runtime] Don't pass SEE_MASK_NOCLOSEPROCESS...
2014-02-06 Zoltan Varga[runtime] Put back ensure_synch_cs_set () which was...
2014-02-06 Marek Safar[runtime] Filter out events with same name
2014-02-06 Marek Safar[corlib] Fix some AssemblyName tests
2014-02-06 Zoltan Varga[runtime] Fix the computation of AssemblyName.Processor...
2014-02-05 Zoltan Varga[runtime] Fix the windows build.
2014-02-03 Rodrigo Kumpera[corlib] The hashcode of an empty struct must be consta...
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-01-31 Zoltan Varga[runtime] Move the thread exit code to mono-threads...
2014-01-31 Zoltan Varga[runtime] Use mono_thread_join () to wait for the final...
2014-01-31 Zoltan Varga[runtime] Use a separate lock for the joinable_threads...
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Zoltan VargaFix warnings.
2014-01-30 Zoltan Varga[runtime] Change the way the runtime waits for threads...
2014-01-30 Alex Rønne PetersenMerge pull request #882 from jgagnon/master
2014-01-29 Zoltan Varga[sgen] Fix a regression caused by 07fc727b8698a100aeb21...
2014-01-27 Rodrigo KumperaProperly compare assembly versions when performing...
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-22 Rodrigo Kumpera[runtime] Handle native size of structs with explicit...
2014-01-22 João MatosMerge pull request #878 from tritao/master
2014-01-20 tritaoFixed SGen qsort code to compile with MSVC.
2014-01-20 Alex Rønne PetersenRemove unused dummy_apc () function on non-WIN32. Fixes...
2014-01-20 Marek SafarMerge pull request #876 from knocte/master
2014-01-19 Zoltan Varga[runtime] Rename QueueUserAPC () to wapi_thread_interru...
2014-01-17 Rodrigo KumperaThe shutdown check is racy, we should check if the...
2014-01-17 Rodrigo Kumpera[runtime] Properly unlink a node in the tls slot freeli...
2014-01-17 Rodrigo Kumpera[runtime] Don't raise a ExecutionEngineException is...
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Rodrigo Kumpera[metadata] Fix a potential crasher.
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_tls_get () in sgen as...
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 VargaFix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.
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] Use mono_thread_info_get_stack_bounds ()...
next