TLS protocol: add handshake state validation
[mono.git] / mono / metadata /
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-03-05 Zoltan Varga[runtime] Remove the usage of MONO_INTERNAL, use MONO_A...
2015-03-05 Rodrigo Kumpera[loader] If probing for a pinvoke fails, log the error...
2015-03-05 Zoltan Varga[runtime] Fix byref out marshalling of arrays with...
2015-03-05 Marek Safar[corlib] BaseType of by-ref types is null
2015-03-05 Marek Safar[corlib] Enum from reference sources
2015-03-04 Atsushi EnoMerge branch 'master' into import-system-xml-linq
2015-03-03 Miguel de IcazaStyle consistency with the rest of Mono's code
2015-03-03 Marek Safar[corlib] Peek to attribute import from reference souces
2015-03-03 Marek Safar[corlib] Activator from reference sources
2015-03-03 Atsushi EnoMerge pull request #1608 from atsushieno/import-system...
2015-03-02 Rodrigo KumperaMerge pull request #1610 from madewokherd/decimalbuild
2015-03-02 Vincent PovirkRename decimal functions to not conflict with win32...
2015-03-01 João MatosMerge pull request #1514 from directhex/master
2015-02-27 Rodrigo KumperaRemove explicit support for 2.0, it will now use 4.5
2015-02-27 Zoltan VargaMerge pull request #1605 from iainx/cov-install-coverag...
2015-02-27 iain holmesCheck the coverage hash exists before accessing it
2015-02-27 Zoltan VargaMerge pull request #1604 from iainx/cov-install-coverag...
2015-02-27 Zoltan VargaMerge pull request #1603 from iainx/coverage-null-protect
2015-02-26 Zoltan VargaMerge pull request #1602 from cdettmering/master
2015-02-26 Zoltan Varga[runtime] Use mono_set_pending_exception () in some...
2015-02-26 Rolf Bjarne KvingeDon't use _NSGetEnviron on arm64.
2015-02-26 Zoltan VargaMerge pull request #1599 from StephenMcConnel/bug-26887-A
2015-02-25 Rodrigo Kumpera[sgen-bridge] Fix all the bridges after the change...
2015-02-25 Rodrigo KumperaMerge pull request #1598 from mono/revert-1593-new_suspend
2015-02-25 Rodrigo KumperaRevert "This introduces the new suspend machinery....
2015-02-25 Rodrigo KumperaMerge pull request #1593 from kumpera/new_suspend
2015-02-25 Zoltan Varga[jit] Make the opcode emulation jit icalls callable...
2015-02-25 Miguel de IcazaMerge pull request #1584 from zevane/patch-2
2015-02-25 Atsushi EnoMerge pull request #1590 from atsushieno/import-diagnos...
2015-02-24 Zoltan VargaRevert "[runtime] Use mono_set_pending_exception (...
2015-02-24 Zoltan Varga[runtime] Declare ICALL_EXPORT as MONO_API so it works...
2015-02-24 Zoltan VargaFix a warning.
2015-02-24 Zoltan Varga[runtime] Remove some dead definitions.
2015-02-24 Rodrigo Kumpera[threading] Rework suspend code to be based on a state...
2015-02-24 Zoltan Varga[runtime] Use mono_set_pending_exception () in some...
2015-02-24 Rodrigo KumperaMerge pull request #1591 from akoeplinger/remove-npgsql
2015-02-24 Alexis Christoforides[Decimal] Fix C89 compliance in decimal-ms.c
2015-02-24 Rodrigo Kumpera[sgen] Introduce SgenThreadInfo::suspend_done.
2015-02-24 Rodrigo KumperaAdd suspend done everywhere else.
2015-02-24 Rodrigo KumperaMerge pull request #1587 from kumpera/cleanup_threading
2015-02-24 Zoltan Varga[runtime] Mark mono_set_pending_exception () as a cold...
2015-02-23 Rodrigo Kumpera[threading] When checking if a thread is in a critical...
2015-02-23 Rodrigo Kumpera[threading] Introduce mono_thread_info_is_live and...
2015-02-23 Zoltan Varga[jit] Make mono_thread_interruption_checkpoint () retur...
2015-02-23 João MatosMerge pull request #1586 from vkargov/master
2015-02-23 Marek SafarMerge pull request #1580 from akoeplinger/msbuild-3B...
2015-02-23 Marek SafarMerge pull request #1585 from akoeplinger/msbuild-maker...
2015-02-23 Vladimir Kargov[runtime] Prioritize loading a profiler library from...
2015-02-21 Zoltan Varga[runtime] Export a few more symbols.
2015-02-21 Marek SafarMerge pull request #1573 from akoeplinger/msbuild-impor...
2015-02-20 Zoltan Varga[runtime] Export the GC bridge api functions.
2015-02-20 Zoltan Varga[aot] Fix the emission of dwarf debug info.
2015-02-19 Zoltan Varga[runtime] Export a few functions needed by xam.mac.
2015-02-18 Mark Probst[sgen] Correctly calculate size of zero-based one-dimen...
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-18 Miguel de IcazaMerge pull request #1563 from directhex/emit-nunit...
2015-02-17 Rodrigo KumperaMerge pull request #1570 from mono/fix27010
2015-02-17 João Matos[metadata] Do not try to use host context members when...
2015-02-17 João Matos[metadata] Add missing ARM64 object offsets.
2015-02-17 Zoltan Varga[gsharedvt] Implement support for multi-dimensional...
2015-02-17 Ungureanu MariusBug 27010 - Difference in Assembly.GetExportedTypes...
2015-02-16 Miguel de IcazaMerge pull request #1542 from ninjarobot/UriTemplateMat...
2015-02-16 Marek SafarMerge pull request #1568 from akoeplinger/xbuild
2015-02-16 Atsushi EnoMerge branch 'import-text-encoding-2'
2015-02-13 Zoltan Varga[runtime] Add a SHARED_CFLAGS autoconf var which can...
2015-02-12 Rodrigo KumperaMerge pull request #1439 from BrzVlad/feature-managed...
2015-02-12 Atsushi EnoMerge pull request #1496 from echampet/serializers
2015-02-12 Atsushi Eno[encoding] as part of referencesource import, use new...
2015-02-12 Zoltan Varga[runtime] Fix an initialization race when using custom...
2015-02-12 João MatosMerge pull request #1534 from haf/bugs/hmac-wrong-keysizes
2015-02-12 Zoltan VargaMerge pull request #1562 from vkargov/master
2015-02-12 Vladimir Kargov[runtime]
2015-02-12 Zoltan Varga[runtime] Export mono_gc_toggleref_add ().
2015-02-12 Marek Safar[runtime] Return strongly typed array from GetModules...
2015-02-12 Zoltan Varga[runtime] Remove unused MONO_ARCH_SAVE_REGS declarations.
2015-02-11 Marek SafarMerge pull request #1560 from esdrubal/xlstregression
2015-02-09 Marek SafarMerge pull request #1556 from atsushieno/import-text...
2015-02-09 Atsushi EnoRemove unused unicode category data (which is now chari...
2015-02-09 João MatosInitialize the counters support before registering...
2015-02-09 Atsushi Enoreplace CharUnicodeInfo with that of referencesource...
2015-02-07 João Matos[decimal] Fixed the Windows build.
2015-02-07 Miguel de IcazaMerge pull request #1552 from mono/ms-decimal
2015-02-06 Miguel de Icaza[Decimal] Remove old decimal from the metadata directory
2015-02-06 Miguel de IcazaRemove old implementation of Decimal support, it served...
2015-02-06 Miguel de IcazaMerge branch 'master' into ms-decimal
2015-02-06 Miguel de Icaza[Decimal] Fix another missing cast, makes the entire...
2015-02-06 Miguel de Icaza[Decimal] Set the reserved field, fix signed to unsigne...
2015-02-06 Miguel de Icaza[Decimal] Fix enumeration values, down to 2 failures
2015-02-06 João Matos[runtime] Fixed potential memory leak in a8390dcd63d466...
2015-02-06 João Matos[runtime] Fixed marshalling bug in `mono_marshal_get_na...
2015-02-06 Marek SafarMerge pull request #1508 from slluis/fix-20966
2015-02-06 Miguel de Icaza[Decimal] Fix structure definitions, down to 3 failures...
2015-02-06 Miguel de Icaza[Decimal] Down to six failures in Mono's test suite
2015-02-06 Miguel de Icaza[Decimal] Fix basic decimal startup issues
2015-02-06 Miguel de Icaza[Decimal] Fix the build for unresolved symbols with...
2015-02-06 Miguel de IcazaMerge pull request #1548 from akoeplinger/stubs
2015-02-05 Miguel de Icaza[Decimal] Completed the methods in decimal-ms.c
2015-02-05 Rodrigo Kumpera[runtime] Plug a loader error leak.
2015-02-05 Alexander KöplingerFix error message to mention git instead of svn
next