mono.git
2015-01-07 Mark Probst[sgen] Prefetching of blocks and cards in cardtable...
2015-01-07 Marek Safar[mcs] An argument to nameof operator cannot be extensio...
2015-01-07 Marek Safar[mcs] update exception filters syntax to use yet anothe...
2015-01-07 Zoltan Varga[sdb] Enable the StackFrame.Domain property on stack...
2015-01-07 Marek Safar[mcs] Add reference to parent storey when this is hoist...
2015-01-07 Zoltan Varga[aot] Enable separate llvm modules on amd64.
2015-01-07 Zoltan Varga[aot] Enable emission of debug info for LLVM code if...
2015-01-07 Zoltan Varga[aot] Add support for emitting the llvm code separately...
2015-01-07 Zoltan Varga[aot] Allow the emission of the LLVM code into a separa...
2015-01-06 Rodrigo Kumpera[runtime] Change socket-io.c to use new API for local...
2015-01-06 Rodrigo Kumpera[utils] Add abstraction to retrive the local interface...
2015-01-06 Rodrigo Kumpera[runtime] IPV6 is now the norm so we can expect all...
2015-01-06 Zoltan Varga[sdb] Bump protocol version to 2.39 so the single stepp...
2015-01-06 David Karlaš[Sdb] Ignore hidden sequence points
2015-01-06 David Karlaš[Sdb] With better mimicking of .Net debugging experienc...
2015-01-06 David Karlaš[Sdb] Fixed bug with STEP_DEPTH_MIN+STEP_SIZE_MIN which...
2015-01-06 David Karlaš[Sdb] Removed exclusion of CEE_POP and CEE_NOP sequence...
2015-01-06 David Karlaš[Sdb] Set filter on ss_req in ss_create because filter...
2015-01-06 Zoltan Varga[sdb] Fix single stepping problems caused by missing...
2015-01-06 Zoltan Varga[sdb] Avoid putting implicit seq points at nops followe...
2015-01-06 Zoltan Varga[sdb] Put seq points at nop's following calls as well.
2015-01-06 Zoltan Varga[sdb] Emit an implicit sequence point after every call...
2015-01-06 Zoltan Varga[sdb] Avoid using implicit sequence points for methods...
2015-01-06 Rodrigo Kumpera[tests] Dump stdout/stderr on test failure.
2015-01-06 Marek Safar[mcs] Additional fix for naming of nested types in...
2015-01-06 Rodrigo Kumpera[networking] mono_socket_address_init should set len...
2015-01-06 Zoltan Varga[runtime] Fix a crash in FieldInfo.GetRawConstantValue...
2015-01-06 Zoltan Varga[jit] Add a test for #25487.
2015-01-06 Zoltan VargaMerge pull request #1493 from BrzVlad/vtune-integration2
2015-01-05 Rodrigo Kumpera[io-layer] Remove some deadcode from the sockets code.
2015-01-05 Rodrigo Kumpera[sdb] Move sdb to use the new portable networking APIS.
2015-01-05 Rodrigo Kumpera[runtime] Use the new network abstraction in the socket...
2015-01-05 Rodrigo Kumpera[utils] Add a cross platform networking API for name...
2015-01-05 Rodrigo Kumpera[configure] Add checks for some posix networking functi...
2015-01-05 Vlad Brezae[profiler] Report code buffers to vtune.
2015-01-05 Vlad Brezae[profiler] Include vtune support for jitted methods...
2015-01-05 Zoltan Varga[arm64] Mark the 'tailcall' opcode as a call. Fixes...
2015-01-05 Alexander KöplingerAdd build badge for debian-ppc64el to README.md
2015-01-05 Marek SafarFixes build
2015-01-05 Marek Safar[system.net.http] Use HttpWebRequest without additional...
2015-01-05 Zoltan Varga[aot] Avoid returning different names for the same...
2015-01-05 Zoltan VargaMerge pull request #1492 from akoeplinger/fix-eglib...
2015-01-05 Marek Safar[system] Fixes HttpWebRequest::AllowReadStreamBuffering
2015-01-05 Zoltan VargaMerge pull request #1491 from akoeplinger/fix-async_read
2015-01-04 Zoltan Varga[aot] Get rid of the code offsets code since direct...
2015-01-04 Zoltan Varga[aot] Avoid creating gsharedvt synchronized wrappers...
2015-01-04 Zoltan Varga[aot] Use direct method addresses on x86/amd64.
2015-01-04 Zoltan Varga[aot] Refactor the MONO_AOT_FILE_FLAG_DIRECT_METHOD_ADD...
2015-01-04 Zoltan Varga[aot] Split the unbox_trampolines table into two to...
2015-01-04 Zoltan Varga[aot] Use nops as alignment padding on amd64 instead...
2015-01-04 Alexander KöplingerAdd g_getdtablesize to list of acceptable g_* symbols...
2015-01-04 Alexander KöplingerFix unreliable async_read.exe test
2015-01-03 Zoltan Varga[runtime] Use the proper domain in mono_thread_destroy_...
2015-01-03 Zoltan Varga[jit] Disable the seq point tests for now, they seem...
2015-01-03 Zoltan Varga[runtime] Fix the LOCK_TRACER build.
2015-01-03 Miguel de Icaza[Windows.Forms] DataGridViewTextBoxCell: do not use...
2015-01-03 Zoltan Varga[jit] Fix some IL_SEQ_POINT filtering issues on x86.
2015-01-03 Zoltan Varga[runtime] Implement FieldInfo.GetRawConstantValue ...
2015-01-03 Zoltan Varga[sdb] Fix the previous change by setting SingleStepReq...
2015-01-03 Zoltan Varga[sdb] Avoid stepping out of the current method if it...
2015-01-03 Zoltan VargaMerge pull request #1473 from esdrubal/sq
2015-01-03 Zoltan Varga[jit] Fix the returning of vtypes of size less than...
2015-01-03 Zoltan Varga[pdb2mdb] Implement support for scopes. Fixes #25357.
2015-01-02 Zoltan Varga[bcl] Fix crashes when FieldInfo.GetValue () is called...
2015-01-02 Zoltan Varga[runtime] Avoid reading past the end of a MonoGenericPa...
2015-01-02 Marek Safar[mcs] More special case handling for explicit type...
2015-01-02 Marek Safar[corlib] Fix Type::GetEnumName/IsEnumDefined to return...
2015-01-02 João MatosFixed metadata offsets for ARM64 support.
2015-01-02 Alexander KöplingerFix CookieContainerTest to use expiration date in the...
2015-01-02 Marek Safar[corlib] Allow bool/char to enum conversions
2014-12-31 Alexander KöplingerAdd missing quote to string added in 156ab8c5fc89c6fa9b...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-30 Marek SafarMerge pull request #1482 from akoeplinger/fix-codetaskf...
2014-12-28 Alexander Köplinger[Microsoft.Build.Tasks] Rework CodeTaskFactory to use...
2014-12-24 João Matos[runtime] Added support for builds with cross-compiled...
2014-12-24 João Matos[runtime] Fixed mini-llvm.c build with MinGW.
2014-12-24 João MatosMerge pull request #1479 from mfoliveira/ppc64el-build...
2014-12-24 Mauricio Faria... Fix build errors in mono-context.c on ppc64el
2014-12-24 João MatosMerge pull request #1478 from mono/revert-1475-ppc64el...
2014-12-24 João MatosRevert "Fix build errors in mono-context.c on ppc64el"
2014-12-24 Miguel de Icaza[System.IO.Compression.FileSystem] Fix infinite loop...
2014-12-23 João MatosMerge pull request #1475 from mfoliveira/ppc64el-build...
2014-12-23 Mauricio Faria... Fix build errors in mono-context.c on ppc64el
2014-12-22 Alex Rønne... Merge pull request #1472 from Aetf/zh-CHS-patch-fix...
2014-12-22 Mark Probst[sgen] Fix debug output for descriptor types.
2014-12-22 Marcos Henrich[runtime] mini-arm sequence point vars are only require...
2014-12-22 Marcos Henrich[runtime] Do not emit seq points for entry/exit offsets...
2014-12-22 Marcos Henrich[runtime] mono_if_conversion no longer breaks with...
2014-12-22 Aetffix coding style
2014-12-22 AetfAdd zh-CHS parent_lcid handling
2014-12-20 João MatosMerge pull request #1470 from cmp-/fix-mutex-trylock...
2014-12-20 cmpFix mono_mutex_trylock on Windows
2014-12-19 Marek SafarMerge pull request #1465 from akoeplinger/msbuild-getdi...
2014-12-19 Marcos Henrich[runtime] Check that sequence points have no effect...
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
2014-12-19 Miguel de Icaza[Mono.DataConverter] Make it easier to use in PCL libraries
2014-12-19 Marek SafarMerge pull request #1469 from akoeplinger/msbuild-missi...
2014-12-19 Alexander KöplingerRespond to code review feedback
2014-12-19 Alexander KöplingerRespond to code review feedback
2014-12-18 Ludovic Henry[runtime] Add support to trace generics
next