mono.git
2012-01-05 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-05 Neale FergusonIf a parameter is NULL or DBNull then its size needs...
2012-01-05 Marek SafarBuild programs directly into class/lib. Fixes random...
2012-01-05 Zoltan VargaFix crashes in the precise stack marking code if a...
2012-01-05 Marek SafarReference equality of identical reference types cannot...
2012-01-05 Marek SafarUse reference comparison when checking interlocked...
2012-01-05 Marek SafarType parameters can be now stored in MemberName directly
2012-01-05 Rodrigo KumperaAdd JIT support for 4.5 MethodImplOptions.AggressiveInl...
2012-01-05 Rodrigo Kumperadisassemble the agressive-inlining flag correctly.
2012-01-05 Rodrigo KumperaAdd define for new 4.5 method impl flag agressive-inlining.
2012-01-05 Rodrigo KumperaAdd regression test for bxc #1147.
2012-01-05 Rodrigo KumperaProperly initialize a rgctx template. Fixes bxc #1147.
2012-01-04 Jonathan Pryor[System.ServiceModel.Web] Support `null` as value for...
2012-01-04 Rolf Bjarne... FileStream: use 4k as the default buffer size
2012-01-04 Rolf Bjarne... Set the end of the stack for the main thread
2012-01-04 Rodrigo KumperaAdd sgen test for STOBJ of gshared valuetype with a...
2012-01-04 Sebastien PouliotImplement new FX4 methods to add new algorithms/oids...
2012-01-04 Zoltan VargaMark OP_TAILCALL as a GC call site on x86.
2012-01-04 Zoltan VargaEnable precise stack scanning by default again.
2012-01-04 Zoltan VargaFix precise stack scanning on OSX.
2012-01-04 Marek SafarDon't use MemberName to store parsed member access...
2012-01-04 Marek SafarDon't allocate intermediate MemberName for member acces...
2012-01-04 Miguel de IcazaXmlSerializer: Add support to serialize nullable types...
2012-01-03 Zoltan VargaImplement ignore-case support for GetTypesForSourceFile...
2012-01-03 Zoltan VargaInitialize the out arguments at the beginning of mono_l...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 Rodrigo KumperaRemove an intermediate buffer in the bridge code.
2011-12-29 Rodrigo KumperaMake mono_sgen_gray_object_queue_is_empty inlineable.
2011-12-29 Rodrigo KumperaProperly export mono_sgen_ptr_in_nursery.
2011-12-29 Rodrigo KumperaRework the gray queue code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework the workers code to isolate it into a proper...
2011-12-29 Rodrigo KumperaFix the build.
2011-12-29 Rodrigo KumperaRework the pin stats code to isolate it into a proper...
2011-12-29 Miguel de IcazaAllow trailing commas on Json objects
2011-12-29 Rodrigo KumperaFix a pesky typo.
2011-12-29 Rodrigo KumperaRework pinning code to isolate it into a proper module...
2011-12-28 Rodrigo KumperaRework the cardtable code to isolate it into a proper...
2011-12-28 Rodrigo KumperaAdd test for gc descriptors.
2011-12-28 Rodrigo KumperaFix parallel MS pinning code.
2011-12-28 Pablo Ruiz... Added a ByteSafeEncoding which can be used to implement...
2011-12-28 Pablo Ruiz... Fixed a common buffer overflows to most I18N.Other...
2011-12-28 Pablo Ruiz... Enabled safe-only versions of I18N/CJK encoders.
2011-12-28 Pablo Ruiz... Another issue #1531 fix (and unit test)
2011-12-28 Pablo Ruiz... Line-ending fixes over my previous modifications on...
2011-12-28 Pablo Ruiz... Fixed issue #1531: I18N.CJK.CP936::GetBytesCount()...
2011-12-28 Rodrigo KumperaKill size_descr, its usage was replaced by better explo...
2011-12-28 Rodrigo KumperaRework object size calculation code to use the gc descr...
2011-12-28 Rodrigo KumperaRework gc descriptor to include size information in...
2011-12-28 Rodrigo KumperaBring small bitmap gc descriptor back to life.
2011-12-28 Rodrigo KumperaFix layout computation of array types.
2011-12-27 Zoltan VargaUse MonoContext on MIPS in sgen-archdep.h.
2011-12-26 Zoltan VargaUpdate the LLVM backend to the new LLVM EH architecture.
2011-12-26 Zoltan VargaUpdate the LLVM backend to use the new LLVM atomic...
2011-12-26 Zoltan VargaUpgrade to latest LLVM version. Not yet complete, EH...
2011-12-26 Miguel de IcazaFix history navigation
2011-12-25 Zoltan VargaAllow the placement of breakpoints in wrappers using...
2011-12-24 Zoltan VargaFix localloc on MIPS.
2011-12-24 Miguel de Icazacsharp: make the prettypring work with poor IEnumerable...
2011-12-24 Zoltan VargaAdd support for --break to mono_jit_parse_options ().
2011-12-22 Miguel de IcazaFix move-forward-word by also considering symbols as...
2011-12-22 Miguel de Icazaupdate copyright
2011-12-22 Zoltan VargaMerge pull request #204 from bholmes/native_to_managed_...
2011-12-22 William Holmesemit_marshal_string: For the MARSHAL_ACTION_MANAGED_CON...
2011-12-22 Sebastien PouliotDo not add the Create flag when ReadOnly is used. Fix...
2011-12-22 Zoltan VargaFix ARCH_STORE_REGS on MIPS.
2011-12-21 Rodrigo KumperaIntroduce a size descriptor in the vtable to speed...
2011-12-21 Rodrigo KumperaMove the gc descriptor machinery to sgen-descriptor...
2011-12-21 Rodrigo KumperaIntruduce sgen-conf.h with fundamental types and all...
2011-12-21 Rodrigo KumperaProperly align calls to mono_jit_thread_attach from...
2011-12-20 Jeffrey Stedfast[MSBuild.Tasks] Simplified RemoveDir exception handling.
2011-12-20 Rolf Bjarne... Fix gdb backtraces on OSX.
2011-12-20 Rolf Bjarne... sgen: Don't report all pinned roots as stack roots.
2011-12-20 Rodrigo KumperaAdd a missing StructLayout attribute to MonoAsync.
2011-12-19 Sebastien PouliotProvide total, not the number of bytes read, in Downloa...
2011-12-19 Zoltan VargaFix List.LastIndexOf () on empty lists. Fixes #2558.
2011-12-17 Zoltan VargaRun the sgen-bridge.exe test at the end of make check.
2011-12-17 Zoltan VargaTreat the 'bounds' array as int32[] in ves_icall_System...
2011-12-17 Zoltan VargaAdd more options to mono_jit_parse_options ().
2011-12-16 Rodrigo KumperaThe small object check must do an unsigned comparison...
2011-12-16 Zoltan VargaAdd MIPS/android support to mono-sigcontext.h
2011-12-16 Zoltan VargaMove mono_break_on_exc to MonoDebugOptions.
2011-12-16 Zoltan VargaFix tracing on MIPS.
2011-12-16 Zoltan VargaFix MONO_INIT_CONTEXT_FROM_FUNC () for MIPS.
2011-12-16 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-16 Zoltan VargaFix the ucontext handling on MIPS.
2011-12-16 Marek HabersackFix tests in the 4.5 profile
2011-12-15 Csaba HalaszMake do_mono_image_open try file i/o if mmap fails
2011-12-15 Csaba HalaszExpose the fallback mmap implementation as mono_file_...
2011-12-15 Csaba HalaszUse release_fn() instead of free() in mono_file_map...
2011-12-15 Zoltan VargaRemove ucontext.h include from exceptions-mips.c.
2011-12-14 Zoltan VargaFix a crash in io-layer if an invalid handle is passed...
2011-12-14 Zoltan VargaEnable aot+varargs on x86/arm.
2011-12-14 Marek SafarDon't reorder catch clauses in the parser
2011-12-14 Zoltan VargaRework how wrappers are encoded in AOT, instead of...
2011-12-14 Rodrigo KumperaExplain the why's of THREAD_INFO_TYPE.
2011-12-14 Rodrigo KumperaHandle all sorts of corner cases dealing with Type.
2011-12-14 Marek SafarRefactor namespace using parsing to work with MD, clean...
2011-12-14 Zoltan VargaOnly make all basic block starts interruption points...
2011-12-14 Zoltan VargaRework the implementation of single stepping in sdb...
2011-12-14 Zoltan VargaAdd mono_reflection_type_get_type () api function to...
next