mono.git
2015-11-24 Alexander KöplingerMerge pull request #2208 from martinbooth/dataannotatio...
2015-11-24 Alexander KöplingerMerge pull request #2248 from barsgroup/bugfix/35980
2015-11-24 Dmitry KalyanovCSharpCodeCompiler should not treat multi-line warnings...
2015-11-24 Zoltan Varga[llvm] Fix the mapping of byref types.
2015-11-23 Jonathan PryorMerge pull request #2259 from xmcclure/modet-pointer
2015-11-23 Andi McClureFix sys-stat.c where a pointer to a mode_t (potentially...
2015-11-22 Zoltan Varga[runtime] Fix non-byref LPArray marshalling. Fixes...
2015-11-22 Alexander KöplingerMerge pull request #2255 from directhex/override-mono...
2015-11-21 Zoltan Varga[ji] Add a mini-llvm.h header file for the functions...
2015-11-21 Zoltan Varga[runtime] Implement FIXMEs in the portable ppdb code.
2015-11-21 Zoltan Varga[runtime] Fix the loading of ppdb files.
2015-11-21 Zoltan Varga[aot] Fix support for runtime invokes to array accessor...
2015-11-21 Marek Safar[system] Bump uri limit to match .net. Fixes #36095
2015-11-21 Alexis Christoforides[mkbundle] Improved support for Windows
2015-11-21 Sebastien Pouliot[System.Data] Remove some win32-specific p/invokes...
2015-11-21 Miguel de Icaza[mdoc] Add some diagnostics
2015-11-20 Marek Safar[corlib] Bump reference source for .net 4.6 hotfix...
2015-11-20 Zoltan Varga[runtime] Use the standard __MOBILE__ define instead...
2015-11-20 Sebastien Pouliot[System] Remove internal Win32* classes from mobile...
2015-11-20 Sebastien Pouliot[System.ServiceModel.Internals] Do not include win32...
2015-11-20 Rolf Bjarne... [runtime] Revert breaking changes in MonoGHashGCType.
2015-11-20 Rolf Bjarne... [System.Drawing] Add ifdefs to source code used by...
2015-11-20 Zoltan Varga[aot] Add instances of LongEnumEqualityComparer which...
2015-11-20 Jo ShieldsAllow mono-wrapper executable to be overridden by envir...
2015-11-20 Marek SafarMerge pull request #2254 from Sebmaster/fix-datasourceview
2015-11-20 Zoltan Varga[corlib] Disable an attribute test which fails on mobil...
2015-11-20 Alexander Köplinger[msvc] Remove outdated projects and configs to fix...
2015-11-20 Sebastian MayrFix NullReferenceException when reader fails
2015-11-19 Martin Baulig[System]: Implement X509Certificate2.Export(X509Content...
2015-11-19 Zoltan Varga[x86] Fix OP_IMUL_OVF_UN clobbering edx in some cases...
2015-11-19 Rolf Bjarne... Fix mcs build to use Thread.Abort.
2015-11-19 Rolf Bjarne... Remove Thread API from the watch/tv runtime profiles...
2015-11-19 Jonathan PryorMerge pull request #2183 from joelmartinez/monodoc...
2015-11-19 Jo Shields[msvc] Fix path to ml64.exe in masm.fixed.props
2015-11-19 Miguel de IcazaBring the Asin/Acos fix from CoreFX
2015-11-19 Marek Safar[corlib] Update long/short timepatterns. Reference...
2015-11-19 Rolf Bjarne... Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.
2015-11-19 Zoltan Varga[aot] Fix support for synchronized wrappers of gsharedv...
2015-11-19 Rolf Bjarne... [mono-api-info] Take return type into account when...
2015-11-19 Rolf Bjarne... [mono-api-info] Take into account parameters when sorti...
2015-11-19 Rolf Bjarne... [mono-api-info] Sort attributes.
2015-11-19 Zoltan Varga[jit] Fix memory leaks in the generic sharing code...
2015-11-19 Zoltan Varga[jit] Fix the gsharedvtcheck make target.
2015-11-18 Alexander Köplinger[metadata] Remove unused empty struct from marshal.h
2015-11-18 Alexander Köplinger[mini] Add MONO_API to mono_parse_env_options
2015-11-18 Alexander Köplinger[msvc] Remove obsolete jay project files
2015-11-18 Alexander Köplinger[msvc] Fix msbuild warnings
2015-11-18 Alexander Köplinger[msvc] Add missing files to libmonoutils.vcxproj
2015-11-18 Alexander Köplinger[msvc] Update .def files
2015-11-18 Sebastien Pouliot[tests] Skip Local name (incorrect) assumption for...
2015-11-18 Zoltan Varga[runtime] Fix multiple inclusion of object-offsets.h
2015-11-18 Ludovic HenryMerge pull request #2243 from konrad-kruczynski/process...
2015-11-18 Konrad M. KruczynskiCaller of Exited event should wait for process to exit...
2015-11-18 Rolf Bjarne... [System] Exclude code that tries to load System.Windows...
2015-11-18 Zoltan Varga[aot] Fix another memory leak.
2015-11-18 Zoltan VargaBump ikdasm to 323eeecdf13c39527c53efa5f6c8487765ee42c0.
2015-11-18 Zoltan Varga[external/ikdasm] Bump to d6db90d6780d5cdb37ef97ec36d0c...
2015-11-18 Zoltan Varga[runtime] Add a DECL_SIZE2 macro usable from offsets...
2015-11-18 Zoltan Varga[runtime] Fix the lookup of nested types in type forwar...
2015-11-18 Zoltan VargaFix a warning.
2015-11-18 Zoltan Varga[aot] Fix a memory leak in init_amodule_got ().
2015-11-18 Ludovic HenryRevert "[sgen] Remove sgen specific suspend code"
2015-11-17 Martin BauligActually, really fix my last build - sorry for the...
2015-11-17 Martin BauligFix my last commit.
2015-11-17 Alexander KöplingerMerge pull request #2236 from akoeplinger/add-dataflow
2015-11-17 Martin Baulig[Mono.Security]: Add 'X509Chain' to ICertificateValidat...
2015-11-17 Martin Baulig[Mono.Security]: The default value of 'MonoTlsSettings...
2015-11-17 Ludovic Henry[threads] Fix build
2015-11-17 Marek Safar[mcs] Set null operator barrier between invocation...
2015-11-17 Zoltan Varga[arm] Avoid an assertion check in aot mode.
2015-11-17 Zoltan Varga[runtime] Add MONO_ABI_SIZEOF macros similar to the...
2015-11-17 Alexis ChristoforidesMerge pull request #2240 from UCIS/patch-6
2015-11-17 Ludovic Henry[sgen] Remove sgen specific suspend code
2015-11-17 Alex Rønne... Merge pull request #2241 from f00f/patch-1
2015-11-17 f00fFixed typo
2015-11-17 Ivo SmitsFixed hang in SslStreamBase when stream is closed durin...
2015-11-17 Rolf Bjarne... Merge pull request #2201 from rolfbjarne/linker-better...
2015-11-17 Alexander KöplingerRemove link to Wrench from README.md
2015-11-17 Rolf Bjarne... Add monotouch_*_runtime profiles for watchOS and tvOS.
2015-11-17 Rolf Bjarne... Ignore extensions-config.h
2015-11-17 Zoltan VargaFix the build.
2015-11-17 Zoltan VargaRemove obsolete interpreter embedding sample.
2015-11-17 Zoltan Varga[jit] Remove unused mono_aot_register_globals () function.
2015-11-17 Zoltan Varga[jit] Remove the nursery_bits from the wrapper info...
2015-11-17 Zoltan Varga[jit] Add a header file for aot-compiler.c.
2015-11-17 Zoltan Varga[jit] Fix the check for emulation of div instructions...
2015-11-16 Alexander KöplingerMerge pull request #2239 from xmcclure/interbals2
2015-11-16 Andi McClureMinor: Style cleanup on internal headers (continued)
2015-11-16 Andi McClureMerge pull request #2238 from xmcclure/interbals
2015-11-16 Andi McClureMinor: Style cleanup on internal headers
2015-11-16 Marcos HenrichUpdated Assert.Equals to Assert.AreEqual
2015-11-16 Alexander Köplinger[System.Threading.Tasks.Dataflow] Replace implementatio...
2015-11-16 Alex Rønne... [arm] HACK: Disable fast TLS on ARM for now.
2015-11-16 Alex Rønne... [linker] Always preserve Interlocked.Exchange<T> ().
2015-11-16 Alexander KöplingerMerge pull request #2228 from lambdageek/dev/sgen-timeouts
2015-11-16 Zoltan Varga[arm] Simplify the seq point code used for soft breakpo...
2015-11-15 Miguel de Icaza[Windows.Forms] add a warning to the Carbon driver...
2015-11-15 Zoltan Varga[runtime] Fix Thread.CurrentThread in non-root appdomai...
2015-11-15 Zoltan VargaFix a warning.
2015-11-15 Zoltan Varga[amd64] Make amd64_patch non-inline, it seems to be...
next