mono.git
2014-11-22 Zoltan VargaMerge pull request #1420 from directhex/define_ssize_ma...
2014-11-21 Zoltan Varga[jit] Fix the AOT part of #24577, the epilog beginning...
2014-11-21 Rodrigo KumperaMerge pull request #1423 from directhex/sgen_on_msvc
2014-11-21 Marek Safar[mcs] Add string type to the list of valid cast tokens
2014-11-21 Marek Safar[mcs] Remove 2.0 profile dependency from one test
2014-11-21 Marek Safar[system.net.http] Allow use of absolute url paths witho...
2014-11-21 Jo Shields[msvc] Add _SGen Configurations to {eglib,libgc,genmdes...
2014-11-21 Marek Safar[system.net.http] set-up cancellation before any WebReq...
2014-11-21 Jo Shields[msvc] Add missing sgen source files to libmonoruntime...
2014-11-21 Jo Shields[msvc] Refreshed .def files (needed for SGen to build)
2014-11-21 Marek Safar[xbuild] Change default tools profile to still work...
2014-11-21 Marek Safar[linq] optimize Take(0)
2014-11-21 Marek Safar[system.data] Fixes DbEnumerator current property to...
2014-11-21 Jo Shields[msvc] Define SSIZE_MAX if not already defined (i.e...
2014-11-20 Rodrigo Kumpera[profiler] Use the new hidden API to attach the helper...
2014-11-20 Rodrigo Kumpera[jit] Don't sample threads that are not fully attached.
2014-11-20 Rodrigo Kumpera[runtime] Introduce the notion of a tools thread.
2014-11-20 Rodrigo Kumpera[utils] Add foreach variant that supports filtering...
2014-11-20 Mark ProbstMerge pull request #1421 from BrzVlad/fix-monitor-resur...
2014-11-20 Vlad BrezaeFix monitor-resurrection test.
2014-11-20 Zoltan VargaMerge pull request #1419 from directhex/bump_msvc_VERSION
2014-11-20 Jo Shields[msvc] Bump winconfig.h VERSION to match configure.ac
2014-11-20 Rodrigo KumperaMerge pull request #1416 from jbevain/token-wrapper...
2014-11-20 Marcos HenrichChanged ConcurrentBagTests.Bug24213 () to reuse variabl...
2014-11-20 Marek SafarMerge pull request #1418 from esdrubal/concurrentbag
2014-11-20 Marcos HenrichFixed CyclicDeque array growth. Fixes 24213.
2014-11-20 Marcos HenrichTest ConcurrentBag growth. Covers #24213.
2014-11-20 Miguel de IcazaMerge pull request #1417 from directhex/fix_msvc_build
2014-11-20 Jo Shields[msvc] Add a definition for _WIN32_WINNT to MonoPosixHelper
2014-11-20 Marcos HenrichAdded missing projects files to corlib-net_4_5.csproj
2014-11-20 Jb EvainTest sizeof, mkrefany & refanyvalue in dynamic methods
2014-11-20 Jb Evain[jit] Use the proper function to get classes
2014-11-20 Zoltan VargaFix #24577 correctly, cfg->code_len is the size of...
2014-11-20 Zoltan VargaFix a warning.
2014-11-20 Zoltan VargaFix a warning.
2014-11-20 Miguel de IcazaAdd referencesource submodule
2014-11-20 Zoltan VargaMerge pull request #1411 from jbevain/sdb-frame-domain
2014-11-20 Zoltan Varga[jit] Remove an unused interpeter file.
2014-11-20 Zoltan Varga[jit] Remove some unused defines.
2014-11-19 Mark Probst[sgen] Remove dead code.
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 Jb Evain[Mono.Debugger.Soft] Add test for StackFrame.Domain
2014-11-18 Marek Safar[mcs] Fix error reporting for incomplete attribute...
2014-11-18 Jb Evain[Mono.Debugger.Soft] Implement StackFrame.Domain
2014-11-18 Jb Evain[sdb] Add command CMD_STACK_FRAME_GET_DOMAIN
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.
next