[msvc] Fix MONO_INTERNAL undefined in Boehm
[mono.git] / mono /
2014-11-25 Jo Shields[msvc] Fix MONO_INTERNAL undefined in Boehm
2014-11-24 Zoltan Varga[jit] Move the SHARED_EXT define to mono-dl.h, rename...
2014-11-24 Zoltan Varga[runtime] Remove conditional logic from LL_SO_OPEN...
2014-11-23 Zoltan VargaRevert "[android] Add a workaround for ndk r10c definin...
2014-11-22 Zoltan Varga[runtime] Add a wrapper around atexit () since it is...
2014-11-22 Zoltan Varga[android] Avoid referencing SYS_fork which is not defin...
2014-11-22 Zoltan Varga[android] Add a workaround for ndk r10c defining RTLD_D...
2014-11-22 Zoltan Varga[android] Disable the usage of tkill () on android...
2014-11-22 Zoltan VargaMerge pull request #1420 from directhex/define_ssize_ma...
2014-11-21 Zoltan Varga[jit] Fix the AOT part of #24577, the epilog beginning...
2014-11-21 Jo Shields[msvc] Define SSIZE_MAX if not already defined (i.e...
2014-11-20 Rodrigo Kumpera[profiler] Use the new hidden API to attach the helper...
2014-11-20 Rodrigo Kumpera[jit] Don't sample threads that are not fully attached.
2014-11-20 Rodrigo Kumpera[runtime] Introduce the notion of a tools thread.
2014-11-20 Rodrigo Kumpera[utils] Add foreach variant that supports filtering...
2014-11-20 Mark ProbstMerge pull request #1421 from BrzVlad/fix-monitor-resur...
2014-11-20 Vlad BrezaeFix monitor-resurrection test.
2014-11-20 Zoltan VargaMerge pull request #1419 from directhex/bump_msvc_VERSION
2014-11-20 Rodrigo KumperaMerge pull request #1416 from jbevain/token-wrapper...
2014-11-20 Jb Evain[jit] Use the proper function to get classes
2014-11-20 Zoltan VargaFix #24577 correctly, cfg->code_len is the size of...
2014-11-20 Zoltan VargaFix a warning.
2014-11-20 Zoltan VargaFix a warning.
2014-11-20 Zoltan VargaMerge pull request #1411 from jbevain/sdb-frame-domain
2014-11-20 Zoltan Varga[jit] Remove an unused interpeter file.
2014-11-20 Zoltan Varga[jit] Remove some unused defines.
2014-11-19 Mark Probst[sgen] Remove dead code.
2014-11-19 Miguel de IcazaMerge pull request #1415 from ermshiperete/FixTruncated...
2014-11-19 Zoltan VargaMerge pull request #1414 from ExonyLimited/process...
2014-11-19 Craig MinihanProcess.PagedMemorySize64 now returns value from /proc...
2014-11-19 Mark ProbstMerge pull request #1413 from BrzVlad/bin-prot-io
2014-11-19 Vlad Brezae[sgen] Don't use standard C API for binary protocol IO.
2014-11-19 Zoltan Varga[sdb] Avoid asserts on shutdown when the appdomain...
2014-11-19 Vlad Brezae[sgen] Fix binary protocol build
2014-11-18 Zoltan Varga[jit] Fix the calculation of the epilog size for EH...
2014-11-18 Rodrigo Kumpera[runtime] Replace mono_method_get_signature(_full)...
2014-11-18 Rodrigo Kumpera[runtime] Introduce mono_method_get_signature_checked...
2014-11-18 Rodrigo Kumpera[runtime] Remove monodiet.c.
2014-11-18 Zoltan Varga[jit] Remove an assert from mono_arch_find_jit_info...
2014-11-18 Rodrigo Kumpera[jit] Use _checked variant of mono_field_from_token.
2014-11-18 Rodrigo Kumpera[runtime] Use _checked variant of mono_field_from_token.
2014-11-18 Rodrigo Kumpera[jit] Use MonoError when possible for error handling.
2014-11-18 Rodrigo Kumpera[jit] Add a JIT failure mode that uses MonoError.
2014-11-18 Rodrigo Kumpera[runtime] more loader error cleanup.
2014-11-18 Ludovic Henry[runtime] Fix #24605 "counters not enabled" message...
2014-11-18 Jb Evain[sdb] Add command CMD_STACK_FRAME_GET_DOMAIN
2014-11-18 Zoltan Varga[jit] Fix a class initialization race which happens...
2014-11-17 Zoltan Varga[aot] Disable COM support in AOT code, the COM wrapper...
2014-11-17 Mark ProbstMerge pull request #1406 from BrzVlad/monitor-resurrect
2014-11-17 Rodrigo KumperaMerge pull request #1388 from schani/fix-23401
2014-11-17 Zoltan Varga[runtime] Avoid crashes when a non-runtime thread recei...
2014-11-17 Sebastien PouliotMerge pull request #1408 from brendanzagaeski/signed...
2014-11-17 Zoltan Varga[arm] Applied patch from Richard Dunkley <rick.dunkley...
2014-11-17 Vlad BrezaeKeep the monitor link to the object active also in...
2014-11-17 Rodrigo KumperaMerge pull request #1405 from mono/revert-1289-stackframe
2014-11-17 Rodrigo KumperaRevert "Improved exception stack frame displayed data."
2014-11-17 Rodrigo KumperaMerge pull request #1289 from esdrubal/stackframe
2014-11-17 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET back to 0xffffff.
2014-11-17 Marcos HenrichAdded out_buf parameter to encode_var_int and decode_va...
2014-11-17 Marcos HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-17 Marcos HenrichMonoSeqPointInfo data is now compressed.
2014-11-17 Marcos HenrichMonoSeqPointInfo no longer uses a GByteArray.
2014-11-17 Marcos HenrichMerged SeqPoint.next_array with SeqPoint.array.
2014-11-17 Marcos HenrichSeqPoint next array is no longer allocated by default.
2014-11-17 Marcos HenrichAdded size of sequence points to mono jit stats.
2014-11-17 Marcos HenrichIgnore seq points of entry and exit IL offsets.
2014-11-17 Marcos HenrichChanged mini-exceptions functions to get IL offsets...
2014-11-17 Marcos HenrichSequence points debug data is no longer store by default.
2014-11-17 Marcos HenrichSequence points are now generated by default.
2014-11-14 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2
2014-11-14 Marcos Henrichaot-runtime and aot-compiler now use seq_point_info_rea...
2014-11-14 Marcos HenrichAdded methods to read and write MonoSeqPointInfo.
2014-11-14 Marcos HenrichSeqPoint are now kept in memory with a compact encoding.
2014-11-14 Marcos HenrichMoved sequence point logic to seq-points.h and seq...
2014-11-14 Marcos HenrichAdded to StackFrame a field for the method address.
2014-11-14 Zoltan Varga[runtime] Fix the errors in edb931dfb9741660fefe73528c5...
2014-11-13 Mark Probst[sgen] Add a FIXME.
2014-11-13 Mark Probst[sgen] Never mark from two threads at the same time.
2014-11-13 Mark Probst[sgen] Reorganize `sgen_perform_collection` for clarity.
2014-11-13 Mark Probst[sgen] Make `check-mark-bits` work again.
2014-11-13 Mark Probst[sgen] Scan the whole nursery in the finish mark pause.
2014-11-13 Mark Probst[sgen] Only count cards for STW protocol if heavy is...
2014-11-13 Mark Probst[sgen] Binary protocol entry for pin stage.
2014-11-13 Mark Probst[sgen] Add missing `volatile`.
2014-11-13 Zoltan Varga[jit] Fix gshared and aot support for --debug=casts.
2014-11-13 Zoltan Varga[jit] Fix --debug=casts support for casts in gshared...
2014-11-12 Rodrigo Kumpera[runtime] Fix a deadlock introduced in the last commit.
2014-11-12 Rodrigo Kumpera[runtime] What MonoImage::ptr_cache with the image...
2014-11-12 Rodrigo Kumpera[runtime] Replace the loader lock when protecting the...
2014-11-12 Rodrigo KumperaAdd comment on one usage of the loader lock.
2014-11-12 Rodrigo Kumpera[runtime] Protect MonoImage::files with the image lock...
2014-11-12 Rodrigo KumperaChange mono_class_from_generic_parameter to use the...
2014-11-12 Rodrigo KumperaReduce usage of the loader lock in method lookup.
2014-11-12 Zoltan Varga[aot] Avoid an assert when AOTing a non-mobile mscorlib...
2014-11-11 Ludovic Henry[perfcounters,proflog,mprof-report] Add support for...
2014-11-11 Ludovic Henry[counters,proflog] Add mono_counters_on_register/delete...
2014-11-11 Ludovic Henry[counters] Make API thread safe
2014-11-11 Ludovic Henry[perf-counters] Fix return of the same counter even...
2014-11-11 Ludovic Henry[perf-counters] Declare shared data header type directl...
2014-11-11 Ludovic Henry[perf-counters] Fix bug on SharedCounter decoding
next