mono.git
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-28 João Matos[runtime] Move `mono_error_assert_ok` to mono-error...
2015-04-28 Marek Safar[corlib] More cryptography from reference sources
2015-04-28 Alex Rønne... Merge pull request #1734 from anikilatorbeta/patch-1
2015-04-28 Mark Probst[sgen] Fix a card table bug on 64 bits.
2015-04-28 Alex Rønne... Merge pull request #1745 from alexrp/warning-police
2015-04-27 Rodrigo KumperaMerge pull request #1743 from alexrp/profiler-versioning
2015-04-27 Marek Safar[system.xml] Fix public api
2015-04-27 Marek Safar[build] Fix bootstrap from 2.0 only era mono
2015-04-27 Marek Safar[build] Remove 2.0 sdk from monolite when we are 4...
2015-04-27 João MatosIntroduce mono_error_assert_ok for checking and asserti...
2015-04-27 Marek Safar[corlib] Implement monomethod Module property
2015-04-27 Marek Safar[corlib] Add string CompareOrdinal arguments checks
2015-04-27 Alex Rønne... [utils] Fix a bad format specifier.
2015-04-27 Alex Rønne... [mini] Fix some warnings related to co-op suspend code.
2015-04-27 Alex Rønne... [runtime] Remove some unused functions.
2015-04-27 Alex Rønne... [threadpool] Fix some prototypes in the MS thread pool...
2015-04-27 Alex Rønne... [sgen] Add missing return in thread pool's thread_func ().
2015-04-27 Marcos HenrichMerge pull request #1738 from rolfbjarne/dublin-1916-dst
2015-04-27 Rolf Bjarne... [corlib] Cope with the reference sources' inability...
2015-04-27 Alex Rønne... [runtime] Introduce versioning of the profiler API.
2015-04-25 Zoltan Varga[aot] Refactor some of the architecture specific functi...
2015-04-25 Zoltan VargaFix a warning.
2015-04-24 Rodrigo Kumpera[configure] Another attempt at fixing windows cross...
2015-04-24 Alex Rønne... [mini] Remove now-unused InternalSetChar intrinsic.
2015-04-24 Alex Rønne... [mini] Fix intrinsic signature checks to take into...
2015-04-24 Mark Probst[sgen] Document a shutdown sequence bug.
2015-04-24 Atsushi EnoMerge pull request #1736 from atsushieno/import-wcf
2015-04-24 Rolf Bjarne... Include the problematic time zone in the exception...
2015-04-24 Atsushi Eno[Sys.Data] fix SqlParameter SystemType lookup after...
2015-04-24 Atsushi Eno[S.R.Serialization] fix mobile static build.
2015-04-24 Atsushi EnoMerge branch 'master' into import-wcf
2015-04-24 Atsushi Enobump referencesource for S.R.Serialization import.
2015-04-24 Atsushi Eno[S.R.Serialization] fill message strings.
2015-04-24 Atsushi Eno[WCF] disable not working announcement client test.
2015-04-24 Atsushi EnoAdd System.ServiceModel.Internals and SMDiagnostics...
2015-04-24 Atsushi Eno[WCF] similar to Binary writer fixes, do not close...
2015-04-24 Atsushi Eno[WCF] fix JSON deserialization test that didn't match...
2015-04-24 Atsushi Eno[WCF] fix syndication extension Add() resolution by...
2015-04-24 Atsushi Eno[WCF] fixed a couple of DateTime related tests that...
2015-04-24 Atsushi Eno[WCF] mark JsonReader tests that proves referencesource...
2015-04-24 Atsushi Eno[WCF] XmlReader from GetReaderAtBodyContents() should...
2015-04-24 Atsushi Eno[WCF] exclude extra schema by referencesource XsdDataCo...
2015-04-24 Atsushi Eno[WCF] fix another use of XmlBinaryWriter that closes...
2015-04-24 Atsushi Eno[WCF] referencesource XmlBinaryWriter closes stream...
2015-04-24 Atsushi Eno[S.R.Serialization] for some use cases we don't expect...
2015-04-24 Atsushi Eno[S.R.Serialization] change all NotDotNet Json reader...
2015-04-24 Atsushi Eno[S.R.Serialization] fix Json reader member duplicate...
2015-04-24 Atsushi Eno[S.R.Serialization] fix condition on simple dictionary...
2015-04-24 Atsushi Eno[S.R.Serialization] add Json reader/writer interpreters.
2015-04-24 Atsushi Eno[S.R.Serialization] remove debugging code.
2015-04-24 Atsushi Eno[S.R.Serialization] fix MTOM writer test to match ...
2015-04-24 Atsushi Eno[S.R.Serialization] fix XsdDataContractImporter test...
2015-04-24 Atsushi Eno[S.R.Serialization] fix wrong test that doesn't match...
2015-04-24 Atsushi Eno[S.R.Serialization] implement XmlDataContract's interpr...
2015-04-24 Atsushi Eno[S.R.Serialization] additional type check for collectio...
2015-04-24 Atsushi Eno[S.R.Serialization] additional type check for array...
2015-04-24 Atsushi Eno[S.R.Serialization] do not update memberType when not...
2015-04-24 Atsushi Eno[S.R.Serialization] fix nullable serialization to match...
2015-04-24 Atsushi Eno[S.R.Serialization] fix deserialization of primitive...
2015-04-24 Atsushi Eno[S.R.Serialization] fix member indexing on reading...
2015-04-24 Atsushi Eno[S.R.Serialization] fix array element deserialization.
2015-04-24 Atsushi Eno[S.R.Serialization] fix writer interpreter on enumerati...
2015-04-24 Atsushi Eno[S.R.Serialization] fix reader interpreter: "required...
2015-04-24 Atsushi Eno[S.R.Serialization] Fix TryWritePrimitive() parameter...
2015-04-24 Atsushi Eno[S.R.Serialization] add missing ConvertValue on xml...
2015-04-24 Atsushi Eno[S.R.Serialization] fix broken test (exposed by referen...
2015-04-24 Atsushi Enobuild System.ServiceModel.Internals everywhere.
2015-04-24 Atsushi Eno[S.R.Serialization] implement XmlFormatReaderGenerator...
2015-04-24 Atsushi Eno[S.R.Serialization] implemented interpreter-based XmlFo...
2015-04-24 Atsushi Eno[S.R.Serialization] switch to (non-emit) reflection...
2015-04-24 Atsushi EnoFix mobile build (breakage caused by referencesource...
2015-04-24 Atsushi Eno[S.R.Serialization] switch to USE_REFEMIT to reduce...
2015-04-24 Atsushi EnoAdd system.runtime.serialization config, makes several...
2015-04-24 Atsushi Eno[S.R.Serialization] switch to referencesources.
2015-04-24 Atsushi Eno[S.Xml] Add [InternalsVisibleTo(S.R.Serialization)].
2015-04-24 Alex Rønne... Merge pull request #1735 from akoeplinger/mingw-fix
2015-04-24 Alexander Köplinger[io-layer] Fix Windows build on mingw
2015-04-24 anikilatorbetaUpadate socket and add OSSupportsIPv4 in net 4.0
2015-04-23 Zoltan Varga[jit] Use mini_get_underlying_type () in mini_type_is_v...
2015-04-23 Ludovic Henry[threadpool] Remove native call to Socket.(Receive...
2015-04-23 Ludovic Henry[threadpool-ms] Fix race condition
2015-04-23 Zoltan Varga[runtime] Fix the arm build.
2015-04-23 Rolf Bjarne... [System.Data] Bring back PropertyAttributes, StrongTypi...
2015-04-23 Rolf Bjarne... [mono-api-html] Use html5-compatible code for colorizin...
2015-04-23 Rolf Bjarne... [mono-api-html] Ignore non-important attribute differen...
2015-04-23 Zoltan VargaMerge pull request #1731 from mono/fix-abort-arm-thumb
2015-04-22 Vlad Brezae[arm] Fix aborting of threads in managed code
2015-04-22 Radek Doulik[pdb2mdb] fix decimal values reading
2015-04-22 Alex Rønne... Merge pull request #1728 from akoeplinger/revert-xp
2015-04-22 Rodrigo Kumpera[threading] Remove dead code that was used only by...
2015-04-22 Alexander KöplingerFix comment that still referred to Windows XP in config...
2015-04-22 Alexander KöplingerRevert "[msvc] Change target MSVC release from v120...
2015-04-22 João MatosMerge pull request #1725 from alexanderkyte/cache_crash
2015-04-22 João MatosMerge pull request #1726 from jaredpar/build-roslyn
2015-04-22 Sebastien Pouliot[linker] Mark SecurityDeclarations [#28918]
2015-04-22 Sebastien Pouliot[linker] Resolve AssemblyName[Reference] when sweeping...
2015-04-22 Sebastien PouliotBump referencesources to restore compatibility with...
2015-04-21 Zoltan Varga[sdb] Remove more unused code.
2015-04-21 Zoltan Varga[sdb] Remove more unused interrupt code.
next