Log profiler: allow overwriting data files and name them from date and pid.
[mono.git] / mono /
2010-11-12 Paolo MolaroLog profiler: allow overwriting data files and name...
2010-11-12 Rodrigo KumperaImprove tests.
2010-11-12 Rodrigo KumperaHandle OOM under evacuation.
2010-11-12 Paolo MolaroLog profiler: prevent possible corruption from writing...
2010-11-12 Zoltan VargaFix a ppc cross compile problem.
2010-11-11 Gonzalo Paniagua... Don't disable IPv6 if bulding with VS.
2010-11-11 Paolo MolaroAdded a proper define for the external zlib and check...
2010-11-11 Paolo MolaroLog profiler: implemented the reverse reference feature...
2010-11-11 Zoltan VargaRemove one more compile-time dependency on sgen.
2010-11-11 Zoltan VargaDefine mono_gc_get_card_table () for boehm/null gc...
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaAssert if we OOM during major evacuation.
2010-11-10 Rodrigo KumperaHandle OOM on string intern icall.
2010-11-10 Rodrigo KumperaAdd test for string interning OOM.
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Rodrigo KumperaAdd tests for OOM handling.
2010-11-10 Rodrigo KumperaMake the parallel OOM handling code more resilient.
2010-11-10 Rodrigo KumperaImplement oom handling for MS.
2010-11-10 Rodrigo KumperaAdjust major collection heuristics for OOM scenarios.
2010-11-10 Rodrigo KumperaAdd heap size accounting.
2010-11-10 Rodrigo KumperaHandle failure on allocation functions.
2010-11-10 Rodrigo KumperaAdd max-heap-size parameter to MONO_GC_PARAMS
2010-11-10 Rodrigo KumperaAdd boehm support for max-heap-size.
2010-11-10 Rodrigo KumperaMove function from sgen to gc so boehm can use it too.
2010-11-10 Rodrigo KumperaHandle OOM better.
2010-11-10 Zoltan VargaWhen single stepping from a exception throw site, singl...
2010-11-10 Zoltan VargaAllocate MonoInternalThread/MonoThread objects using...
2010-11-10 Zoltan VargaFix the --enable-shared=no build.
2010-11-10 Zoltan VargaFix a warning.
2010-11-10 Paolo MolaroLog profiler: fixed timeout heapshot mode and sorted...
2010-11-10 Paolo MolaroLog profiler: track thread names with the new profiler...
2010-11-10 Paolo MolaroSet the name of some runtime threads.
2010-11-10 Paolo MolaroProfiler: added new API for notification of thread...
2010-11-10 Paolo MolaroLog profiler: added support for GC handles tracking.
2010-11-10 Paolo MolaroAdded profiler interface to track GC handles.
2010-11-10 Zoltan VargaAdd an AOT flag for aot images compiled with soft-debug...
2010-11-10 Geoff Norton[OSX] Prevent an invalid write to mono_lmf_addr
2010-11-09 Rodrigo KumperaAdd test for transitive constraint validation.
2010-11-09 Rodrigo KumperaFix banshee breakage with trunk.
2010-11-09 Paolo MolaroLog profiler: osx/win32 portability fixes.
2010-11-09 Zoltan VargaAdd a workaround for a failed assert in the amd64 EH...
2010-11-09 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build. Fixes #652188.
2010-11-09 Zoltan VargaFix a warning.
2010-11-08 Paolo MolaroLog profiler: disable zlib support on windows.
2010-11-08 Zoltan VargaRevert "Avoid building the log profiler on windows...
2010-11-08 Zoltan VargaAvoid building the log profiler on windows, it has...
2010-11-08 Rodrigo KumperaAdd regression test for ##595044
2010-11-08 Rodrigo KumperaIL can't reference literal fields.
2010-11-08 Zoltan VargaFix a typo in process_breakpoint_inner which doesn...
2010-11-08 Paolo MolaroLog profiler: better object tracking.
2010-11-08 Paolo MolaroLog profiler: more timer compatibility fixes.
2010-11-08 Paolo MolaroLog profiler: track and display contended monitor wait...
2010-11-08 Paolo MolaroLog profiler: fill and display a few more data fields...
2010-11-08 Paolo MolaroMore log profiler doc clarifications.
2010-11-08 Rodrigo KumperaDon't allow zero local var tokens.
2010-11-08 Zoltan VargaTransition ves_icall_get_frame_info () to use find_jit_...
2010-11-08 Rodrigo KumperaWork with classes been loaded.
2010-11-08 Rodrigo KumperaFix FieldInfo::GetFieldFromHandle signature.
2010-11-08 Paolo MolaroFixed make dist for log profiler.
2010-11-08 Paolo MolaroEmit object heap sizes for allocations and heap-shot...
2010-11-08 Paolo MolaroAdded a check for a corner case of a stack walk during...
2010-11-08 Paolo MolaroMore log profiler portability and warning fixes.
2010-11-08 Paolo MolaroIntegrated the log profiler in the build, warning and...
2010-11-08 Paolo MolaroLog profiler: added copyright header and comments.
2010-11-08 Paolo MolaroPorted log profiler to windows (untested) and OSX time...
2010-11-08 Paolo MolaroDocumented the current version for the log profiler...
2010-11-08 Zoltan VargaMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act...
2010-11-08 Zoltan VargaFix llvm build with LLVM 2.8.
2010-11-07 Mark ProbstMerge branch 'marksweep-evacuate'
2010-11-07 Mark Probst[sgen] Don't compile evacuation for parallel mark.
2010-11-07 Mark Probst[sgen] User-settable evacuation threshold.
2010-11-07 Mark Probst[sgen] Mark&Sweep evacuation.
2010-11-07 Mark Probst[sgen] Function for querying current collection generation.
2010-11-07 Mark Probst[sgen] Dump Mark&Sweep heap occupancy.
2010-11-07 Mark Probst[sgen] Flush the binary protocol file when protocol...
2010-11-06 Zoltan VargaRemove the s390 hacks from the EH code by decreasing...
2010-11-06 Zoltan VargaAdd another assert to the amd64 EH code.
2010-11-06 Zoltan VargaAdd a few exceptions to the EH code to determine whenev...
2010-11-06 Zoltan VargaReorganize mono_handle_exception_internal ():
2010-11-06 Zoltan VargaRework an if () inside an #ifdef since it confuses...
2010-11-06 Zoltan VargaFix encode/decode_sleb128 () on 64 bit systems.
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Geoff NortonImplement the new logging profiler on OSX
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-11-05 Paolo MolaroFirst cut of the new log profiler and report generator.
2010-11-05 Zoltan VargaFix DISABLE_REFLECTION_EMIT build.
2010-11-05 Zoltan VargaGet rid of gregs_from_ucontext (), use the normal UCONT...
2010-11-05 Zoltan VargaUnify stack walking functions:
2010-11-05 Zoltan VargaFix a bug introduced by the previous change to mono_jit...
2010-11-05 Zoltan VargaFix crashes in the debugger stack walk code if a gshare...
2010-11-05 Zoltan VargaFix more gshared problems in the soft debugger.
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-11-04 Geoff Norton[RUNTIME] Ensure that we initialize the cpu for every...
2010-11-03 Rodrigo KumperaHandle incorrectly encoded types.
2010-11-03 Rodrigo KumperaDon't allow zero index token in signatures.
2010-11-03 Martin BauligAdd mono_register_symfile_for_assembly() for bundles.
2010-11-03 Rodrigo KumperaInit the right runtime version.
2010-11-03 Paolo MolaroIntroduced a GC heap walk API.
2010-11-03 Marek Habersack[runtime] System.Web.Extensions must not be remapped...
next