mono.git
2015-03-11 Rodrigo Kumpera[threading] Rework suspend code to be based on a state...
2015-03-11 Marek Safar[system] Fixes InvalidCastException in OpenReadAsyncCal...
2015-03-11 Marcos Henrich[runtime] Replaced unsafe thread_abort calls.
2015-03-11 Marek Safar[corlib] TypeDelegator from reference sources
2015-03-11 Jo Shields[msvc] Change target MSVC release from v120 to v120_xp
2015-03-11 Marek Safar[runtime] Make read_enum_value endian aware
2015-03-11 Marek Safar[Microsoft.Build.Engine] Fix invocation flags not to...
2015-03-11 Marek Safar[System.ComponentModel.DataAnnotations] Update test...
2015-03-11 Jo Shields[msvc] Refresh .def files
2015-03-11 Jo ShieldsBump winconfig.h to 4.1.0
2015-03-11 Jo ShieldsUse MSVC2013 for *all* mono.sln dependants
2015-03-11 Jo ShieldsAdd _WIN32_WINNT to Release definition, not just Debug
2015-03-11 Marek Safar[corlib] Fixes build, add missing file
2015-03-11 Marek Safar[corlib] Type from reference sources
2015-03-11 Marek Safar[mcs] Check operator parameter types using common decla...
2015-03-11 Zoltan Varga[runtime] Make the size of the pseudo classes created...
2015-03-11 Zoltan Varga[jit] Reorganize the gshared code a bit to make it...
2015-03-11 Zoltan Varga[jit] Handle type variables in mini_emit_stobj ().
2015-03-10 Zoltan Varga[jit] Move some gshared related code to mini-generic...
2015-03-10 Zoltan Varga[jit] Rename 'constrained_call' to 'constrained_class...
2015-03-10 Zoltan VargaFix some bugs in 92ca06aa7dc4073bdc52f45842a1fbc2fdfce7...
2015-03-10 Zoltan Varga[jit] Fix the handling of byref locals in mono_allocate...
2015-03-10 Mark Probst[tests] Test case for #27147.
2015-03-10 Mark Probst[sgen] Fix a bug in 64 bit LOS cardtable scanning....
2015-03-10 Alexander KöplingerFix the build broken in 40ba1978bc274c820141fab18177e2b...
2015-03-10 Miguel de IcazaMerge pull request #977 from jasonleenaylor/bug-18558
2015-03-10 Marcos HenrichMerge pull request #1579 from esdrubal/aotsp
2015-03-10 Marcos HenrichMerge pull request #1612 from esdrubal/socketsh
2015-03-10 Zoltan VargaFix the build.
2015-03-10 Zoltan VargaFix a crash introduced by 15c813d8fda7998688d17b2996543...
2015-03-10 Zoltan Varga[runtime] Add support for generic params with gshared...
2015-03-10 Zoltan Varga[runtime] Make the image->gsharedvt_types into an array.
2015-03-10 Zoltan Varga[runtime] Handle gparams constrained to vtypes correctl...
2015-03-09 Marek Safar[system] Remove closed connection groups from service...
2015-03-09 João MatosMerge pull request #1620 from alexanderkyte/bug-27755
2015-03-09 Marcos Henrich[mono-symbolicate] make check now tests aot with and...
2015-03-09 Marcos Henrich[runtime] Added --aot option gen-seq-points-file.
2015-03-09 Marcos Henrich[mono-symbolicate] Updated README to the same content...
2015-03-09 Marcos Henrich[mono-symbolicate] Added tool man page and script.
2015-03-09 Marcos Henrich[mono-symbolicate] Replaced mcs --debug flag usage...
2015-03-09 Marcos Henrich[mono-symbolicate] Fixed wrong Directory.Exists check.
2015-03-09 Marcos Henrich[runtime] Updated comment with wrong corlib path.
2015-03-09 Marcos Henrich[runtime] emit_exception_debug_info no longer adds...
2015-03-09 Marcos Henrich[runtime] ves_icall_get_trace can now return a -1 IL...
2015-03-09 Marcos Henrich[mono-symbolicate] make check now also runs test with...
2015-03-09 Marcos Henrich[mono-symbolicate] Tool is now using .msym files with...
2015-03-09 Marcos Henrich[corlib] Added icall System.Diagnostic.StackFrame.GetIL...
2015-03-09 Zoltan VargaDisable SecurityFrame, the runtime code in declsec...
2015-03-09 Marcos Henrich[runtime] Moved some seq point code from mono/mini...
2015-03-09 Marcos Henrich[runtime] AOT now uses file to store release mode seque...
2015-03-09 Marcos Henrich[runtime] Added SeqPointData used to write/load sequenc...
2015-03-09 Marcos Henrich[runtime] Improved seq_point_info_write/read has_debug_...
2015-03-09 Marcos Henrich[mono-symbolicate] Changed files to use new tool name.
2015-03-09 Marcos Henrich[symbolicate] Renamed symbolicate to mono-symbolicate.
2015-03-09 Marcos Henrich[runtime] Fixed Process.GetProcesses ().
2015-03-09 Alexander Kyte[Remoting] Fixed remoting bug where too specific a...
2015-03-09 Alexander Kyte[Remoting] Moved helper methods from CAD call class...
2015-03-09 Alexander KyteFixed early termination of string parsing on non-space...
2015-03-09 João MatosMerge pull request #1622 from akoeplinger/fix-datetime...
2015-03-09 João Matos[runtime] Fixed Windows mono_threads_core_get_stack_bou...
2015-03-09 Alexander Köplinger[corlib] Fix timezone dependent DateTimeOffset test
2015-03-09 Alexis Christoforides[DataContractJsonSerializer] Allow abstract base classe...
2015-03-08 Alex Rønne... Merge pull request #1619 from akoeplinger/flaky-dataflo...
2015-03-08 Alexander Köplinger[Dataflow] Disable flaky FaultExecutingConsume () test
2015-03-08 Zoltan Varga[jit] Rename MonoGenericParam->serial to 'gshared_const...
2015-03-07 Miguel de Icaza[UnixRegistry] Fix leak (#25559), remove races.
2015-03-06 João MatosEnable x86 cross compilation on Windows.
2015-03-06 João MatosDo not try to use the native GCC linker when targeting...
2015-03-06 João MatosFixed Windows system commands calls with non-ASCII...
2015-03-06 Sebastien Pouliot Remove the EXPORT ciphers and related code path
2015-03-06 Sebastien Pouliot Remove the client-side SSLv2 fallback.
2015-03-06 Sebastien PouliotTLS protocol: add handshake state validation
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-03-05 Zoltan Varga[jit] Use mini_get_underlying_type () in one more place.
2015-03-05 Zoltan Varga[jit] Add a make target for running the jit tests witho...
2015-03-05 Zoltan Varga[jit] Use mini_get_underlying_type () in a few more...
2015-03-05 Zoltan Varga[runtime] Remove the usage of MONO_INTERNAL, use MONO_A...
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[sdb] Avoid asserts on darwin when the thread deregistr...
2015-03-05 Zoltan Varga[runtime] Fix byref out marshalling of arrays with...
2015-03-05 Sebastien Pouliot[tests] IPInterfaceProperties DNS address does not...
2015-03-05 Marek Safar[corlib] BaseType of by-ref types is null
2015-03-05 Miguel de Icaza[System.ServiceModel.Web/WebMessageFormatter] Fix Opera...
2015-03-05 keneanungAdd NoData as valid return state for Statements with...
2015-03-05 Marek Safar[corlib] Enum from reference sources
2015-03-05 Marek SafarMerge pull request #1615 from akoeplinger/fix-consolelo...
2015-03-05 Marek SafarMerge pull request #1614 from akoeplinger/fix-memorycac...
2015-03-05 Alexander Köplinger[Microsoft.Build.Enginge] Fix race in ConsoleLogger
2015-03-05 Zoltan Varga[build] Avoid redefining clean target in mcs/class...
2015-03-05 Zoltan Varga[jit] Add a new mini_get_underlying_type () function...
2015-03-04 Alexander Köplinger[System.Runtime.Caching] Make some MemoryCache tests...
2015-03-04 jason_naylorFix for the XMLSerializer bug 18558
2015-03-04 jason_naylorTest to reveal defect in XmlSerializer (Bug 18558)
2015-03-04 Atsushi EnoRemove old System.Xml.Linq code.
2015-03-04 Marek Safar[system.xml] Clean up build output
2015-03-04 Atsushi Enobump referencesource, bring in the fix for bug #27258.
2015-03-04 Marcos Henrich[System] Replaced while loop logic with an if.
2015-03-04 Atsushi EnoMerge pull request #1613 from atsushieno/import-system...
2015-03-04 Atsushi EnoMerge branch 'master' into import-system-xml-linq
next