mono.git
2014-11-19 Stephen McConnelFix bugs in sizing TableLayoutPanel (Xamarin bug 18638)
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 Eberhard Beilharz[MWF] Fix bug that truncates button text
2014-11-19 Marek SafarFixes build
2014-11-19 Marek Safar[corlib] Capture awaited task exception stack. First...
2014-11-19 Craig MinihanProcess.PagedMemorySize64 now returns value from /proc...
2014-11-19 Rolf Bjarne... Fix typo, there is no profile called 'xammaci'.
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 Marek Safar[eval] Don't assumen all captured types have storey...
2014-11-18 Marek Safar[mcs] Remove primary constructors and declaration expre...
2014-11-18 Marek Safar[mcs] Fix error reporting for incomplete attribute...
2014-11-18 Marek Safar[mcs] Less cascading errors
2014-11-18 Marek Safar[mcs] Makes flow analysis of goto/goto case significant...
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 Brendan Zagaeski[System.Security] Fix SignedXml bug #7716 with tests
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 HenrichImproved exception stack frame displayed data.
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 Rolf Bjarne... [System] Ignore two tests which are failing due to...
2014-11-13 Jonathan Pryor[mono-api-html] Allow ignoring addition of property...
2014-11-13 Jonathan Pryor[mono-api-html] Make --ignore-changes-virtual less...
2014-11-13 Marek Safar[xbuild] Add 14.0 toolchain
2014-11-13 Marek Safar[mcs] More updates to auto-properties v6 implementation
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 Jonathan Pryor[mono-api-html] Allow ignoring parameter names, virtual.
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 VargaFix the mobile build.
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
2014-11-11 Marek Safar[xbuild] Change default tools profile
2014-11-11 Marek Safar[corlib] Fix culture info error message. Fixes #24431
2014-11-11 Marek Safar[mcs] Extended pragma warning syntax
2014-11-11 Marek Safar[mcs] Use same result bucket for extension method looku...
2014-11-11 Zoltan VargaAdd a test for #24419.
2014-11-11 Zoltan Varga[jit] Remove some special casing from LDTOKEN, it doesn...
2014-11-10 Rodrigo Kumpera[runtime] Remove the second signal used by profiling...
2014-11-10 Rodrigo Kumpera[runtime] Introduce new MonoThread API for signal multi...
2014-11-10 Rodrigo Kumpera[profiler] Guard against null sbuff when serializing...
next