mono.git
2014-05-12 Ludovic HenryMerge pull request #1020 from ludovic-henry/pr7-system...
2014-05-12 Ludovic Henry[counters] Edit according to Kumpera review
2014-05-12 Marek Habersack[system.web] remove some more remnants of Mono.Web...
2014-05-12 Zoltan Varga[arm] Add support for the new compare instructions...
2014-05-12 Ludovic Henry[decode] Edit according to Paolo review
2014-05-12 Ludovic Henry[decode] Fix sample difference parsing
2014-05-12 Ludovic Henry[decode] Add command line counters options parsing
2014-05-12 Ludovic Henry[decode] Add dump_counters
2014-05-12 Ludovic Henry[decode] Add parsing for TYPE_SAMPLE_COUNTERS
2014-05-12 Ludovic Henry[decode] Add parsing for TYPE_SAMPLE_COUNTERS_DESC
2014-05-12 Ludovic Henry[decode] Add functions to transform mono-counters enum...
2014-05-12 Ludovic Henry[decode] Add functions to manipulate counters, counters...
2014-05-12 Ludovic Henry[decode] Add Counter, CounterValue, CounterList, Counte...
2014-05-12 Ludovic Henry[decode] Add check for computer endianness on startup
2014-05-12 Marek Safar[http] Convert string output data using BOM header...
2014-05-12 Marek Safar[system.net.http] Fix encoding of Content-MD5. Based...
2014-05-11 Zoltan Varga[sdb] Fix a deadlock in the assembly cache invalidation...
2014-05-11 Zoltan Varga[sdb] Avoid placing implicit sequence points at offsets...
2014-05-11 Zoltan Varga[jit] Add a test for lrem_un.
2014-05-11 Zoltan Varga[sdb] Fix the serialization of variables with address...
2014-05-10 Zoltan Varga[eglib] Remove test-glib code, we don't have to maintai...
2014-05-09 Michael Hutchinson[xbuild] Make tool output parsing more robust
2014-05-09 Zoltan Varga[runtime] Remove an assert from inner_start_thread...
2014-05-09 Mark Probst[tests] Fix a trivial consistency issue in a test case.
2014-05-09 Marek Safar[xbuild] Implement WriteCodeFragment task
2014-05-09 Marek Safar[xbuild] Add ItemDefinitionGroup basic handling
2014-05-09 Marek Safar[xbuild] Evaluate Choose and PropertyGroup elements...
2014-05-09 Marek Safar[xbuild] Simplify and speedup ConditionFunctionExpression
2014-05-09 Marek HabersackRemove last traces of Mono.Web
2014-05-09 Zoltan VargaMerge pull request #1028 from DavidKarlas/sdbTypesCaching
2014-05-09 Atsushi Enoassign project FullPath before creating ProjectInstance...
2014-05-09 Atsushi EnoMSBuildExtensionsPath32/64 should default to MSBuildExt...
2014-05-09 Atsushi Enofix previous change (huh, I was blind, no such option...
2014-05-09 Atsushi Enouse mkdir -f to ignore "directory already exists" error.
2014-05-09 Zoltan VargaMerge pull request #1029 from ranma42/dont_free_global_...
2014-05-09 Sebastien Pouliot[mono-api-html] Add the [Obsolete] message for API...
2014-05-08 Andrea Canciani[runtime] Remove the last bits of mono_dont_free_global...
2014-05-08 Zoltan Varga[runtime] Wait for the finalizer thread to exit in...
2014-05-08 Zoltan VargaFix make runtest-managed in tests/.
2014-05-08 Zoltan VargaFix make check in tests/
2014-05-08 David Karlaš[Mono.Debugger.Soft] Catching AssemblyMirror in AppDoma...
2014-05-08 Zoltan Varga[runtime] Remove the mono_dont_free_global_codeman...
2014-05-08 Zoltan Varga[jit] Disable the interval based linear scan algorithm...
2014-05-08 Jeffrey Stedfast[Mono.Debugger.Soft] Added TypeMirror.IsNested
2014-05-08 Ludovic HenryMerge pull request #1024 from ludovic-henry/pr10-proflo...
2014-05-08 Ludovic Henry[proflog] Edit according to Paolo review
2014-05-08 Alex Rønne... Update MONO_CPU_ARCH description in man/mono.1.
2014-05-08 Marek HabersackMerge Mono.Web back into System.Web and remove the...
2014-05-08 Jeffrey StedfastMerge pull request #1026 from DavidKarlas/cacheThreadInfo
2014-05-08 Sebastien Pouliot[mono-api-html] Refactor to ensure the RegEx (if used...
2014-05-08 Ludovic Henry[counters] Fix operator precedence
2014-05-08 Ludovic Henry[counters] Edit dump_counter to use mono_counters_sampl...
2014-05-08 Zoltan Varga[gsharedvt] Add tests for large structs.
2014-05-08 Rolf Bjarne... Initialize out parameters to NULL.
2014-05-08 David Karlaš[Mono.Debugger.Soft] Adding caching of ThreadInfo in...
2014-05-08 Marek Safar[corlib] Use invariant culture for GetTempFileName...
2014-05-08 Marek Safar[xbuild] Don't crash when reporting top level unknown...
2014-05-07 Sebastien Pouliot[System.Core] Fix MOBILE-implementation of MemoryMappedFile
2014-05-07 Ludovic Henry[counters] Fix -1 array access in case counter is of...
2014-05-07 Rodrigo Kumpera[counters] Improve the documentation of the counters...
2014-05-07 Rodrigo Kumpera[counters] Fix the build and do some error handling.
2014-05-07 Rodrigo KumperaMerge pull request #1022 from ludovic-henry/pr9-string...
2014-05-07 Ludovic Henry[counters] Fix potential overflow in string sampling
2014-05-07 Sebastien Pouliot[mono-api-html] Prettier output when dealing with array...
2014-05-07 Ludovic Henry[counters] Edit get process pid and /proc/loadavg accor...
2014-05-07 Ludovic Henry[proflog] Increment LOG_DATA_VERSION
2014-05-07 Ludovic Henry[proflog] Add integration of counters_init and counters...
2014-05-07 Ludovic Henry[proflog] Add counters_init and counters_sample functions
2014-05-07 Ludovic Henry[proflog] Add counters enum type and documentation
2014-05-07 Ludovic Henry[proflog] Add counters option parsing
2014-05-07 Ludovic Henry[proflog] Add emit_string and emit_double functions
2014-05-07 Marek SafarMerge pull request #1023 from LogosBible/NetworkStreamB...
2014-05-07 Ludovic Henry[counters] Add support for string values
2014-05-07 Tom PhilpotInclude inner exception when BeginWrite fails due to...
2014-05-07 Marek SafarUndo project change from 073fe7a39cd9d64d77bc9687c50fd4...
2014-05-07 Alex Rønne... Fix the check in 4660f44381e6f686b0cf3ded08564104c277e0...
2014-05-07 Marek Safar[mcs] Fix completion for `new {' input
2014-05-07 Marek Safar[mcs] Don't report interface implementation errors...
2014-05-07 Zoltan VargaFix the build.
2014-05-07 Marek Safar[system.core] Fix some MemoryMappedFile argument checks
2014-05-07 Zoltan Varga[sdb] Add end lines/end columns to line number information.
2014-05-07 Zoltan VargaAdd end line/end column information to the mdb file...
2014-05-07 Marek Safar[corlib] Rethrow user not initialization exception...
2014-05-07 Rodrigo KumperaFix copyright.
2014-05-07 Sebastien Pouliot[mono-api-html] Allow a lax processing mode of the...
2014-05-07 Sebastien Pouliot[mono-api-html] Prettier output using singular and...
2014-05-07 Ludovic Henry[counters] Add system counters
2014-05-06 Rodrigo Kumpera[counters] Fix --stat to not dump counters for all...
2014-05-06 Miguel de IcazaMerge pull request #1018 from ermshiperete/xamarin...
2014-05-06 Rodrigo Kumpera[sgen-bridge] Add color duplication pathology.
2014-05-06 Rodrigo Kumpera[sgen] Improve bridge comparison code a bit.
2014-05-06 Rodrigo Kumpera[sgen-bridge] Add the tarjan-coloring bridge.
2014-05-06 Rodrigo Kumpera[bridge] change the log entry name to make it easier...
2014-05-06 Rodrigo Kumpera[sgen-bridge] Each bridge needs it own internal mem...
2014-05-06 Miguel de IcazaMerge pull request #1010 from davidmoore1/bug-19304
2014-05-06 Marek Safar[mcs] Include more unicode categories in parsing identi...
2014-05-06 Eberhard Beilharz[MWF] Clear currentCell before disposing (fixes #19567)
2014-05-06 Eberhard Beilharz[MWF] Unit test for DataGridView bug (#19567)
2014-05-06 Rodrigo KumperaMerge pull request #992 from ludovic-henry/ludovic...
2014-05-06 Marek Safar[mcs] Emit null constant value for default parameters...
next