mono.git
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-08-14 Marek SafarDon't crash when reporting invalid case label value...
2013-08-14 Alexey MoiseevApplying fixes to Https from Windows team to mono
2013-08-14 Marek SafarMerge pull request #732 from wtfrank/charting
2013-08-13 Francis Fisherplacement of MonoTODO
2013-08-13 Zoltan Varga[sgen] Add a workaround for #13951. Register the jit...
2013-08-13 Zoltan VargaFix a warning.
2013-08-13 Marek SafarMerge pull request #729 from wtfrank/charting-submit
2013-08-13 Jeffrey StedfastFixed configure.in to fail the __thread check with...
2013-08-13 Miguel de IcazaAdd System.DirectoryServices.Protocols to the rpm build...
2013-08-13 Jeffrey StedfastFixed some compiler warnings in libgc
2013-08-13 Jeffrey StedfastReplaced call to sscanf() with calls to strtoull()...
2013-08-13 Jonathan Pryor[mscorlib] Support OID names in RSACryptoServiceProvide...
2013-08-13 Jeffrey StedfastImproved fix for g_iconv() compiler warnings
2013-08-13 Jeffrey StedfastFixed eglib compiler warnings about g_string_truncate...
2013-08-13 Jeffrey StedfastFixed some compiler warnings
2013-08-13 Rolf Bjarne... Revert "Fix a test to work on mobile after the async...
2013-08-13 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387 yet again.
2013-08-13 Zoltan Varga[msvc] Implement MONO_CONTEXT_GET_CURRENT () on the...
2013-08-13 Zoltan VargaFix warnings.
2013-08-13 Zoltan Varga[msvc] Avoid linking against libgc in the sgen configur...
2013-08-12 Rolf Bjarne... Only build mscorlib in the monotouch_runtime profile.
2013-08-12 Zoltan Varga[sgen] Disable freeing of OS memory on win32, it causes...
2013-08-12 Jonathan Pryor[System.Core/Android] Android's libc.so doesn't export...
2013-08-12 Sebastien Pouliot[linker] Add AssemblyAction.Save to enable the linker...
2013-08-12 Sebastien Pouliot[linker] Small string optimizations to avoid culture...
2013-08-12 Zoltan Varga[aot] Align the static linking symbol.
2013-08-12 Francis Fisherfix properties per mono guidelines
2013-08-12 Zoltan VargaMerge pull request #708 from spicypixel/hotfix/mono...
2013-08-12 Jonathan LimaFixed SGen build for MSVC
2013-08-12 Jonathan LimaFixed incorrect pointer arithmetic on SGen for MSVC.
2013-08-12 Jonathan LimaFixed MSVC build, ported to Visual Studio 2012.
2013-08-12 Jonathan LimaImproved exception handling with vectored exception...
2013-08-12 Jeffrey StedfastFixed build breakage from my previous commit
2013-08-12 Jeffrey StedfastFixed System.Text.Decoder.GetChars(byte*,int,char*...
2013-08-11 Zoltan VargaGet rid of the annoying 'PLATFORM is not defined.'...
2013-08-11 Zoltan VargaAvoid infinite logfiles if the test-process-exit test...
2013-08-11 Zoltan VargaFix skipping of disabled runtime tests on windows.
2013-08-11 Zoltan VargaClean up the win32 lmf code by using a separate variabl...
2013-08-11 Zoltan VargaEnable MONO_ARCH_HAS_MONO_CONTEXT on mingw.
2013-08-11 Francis Fisherfix up some properties per mono coding guidelines
2013-08-11 Francis FisherBoilerplate implementation of Charting
2013-08-09 Rolf Bjarne... Fix profile values for monotouch_runtime.
2013-08-09 Mark ProbstFix #13604 - STW handshake/thread shutdown race condition.
2013-08-09 Atsushi EnoFix bug #4344 - xsl:stylesheet always ignored xsl templ...
2013-08-09 Marek SafarAdd more implicit generic array interfaces. Fixes ...
2013-08-09 Marek SafarUpdate reference file
2013-08-09 Atsushi EnoFixed bug #4141 - XmlSchemaImporter needs to consider...
2013-08-09 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387 again.
2013-08-09 Atsushi EnoFixed bug #4668 - C# compiler doesn't like decimal...
2013-08-09 Atsushi EnoFix bug #8637 - omit xml declaration for ToString().
2013-08-08 Zoltan VargaRemove the usage of gcc-3 on mingw, the gcc-3 package...
2013-08-08 Zoltan VargaFix mingw compilation problems.
2013-08-08 Zoltan VargaFix monodis compilation on mingw which is missing some...
2013-08-08 Zoltan VargaMake the gc descriptor tests fail consistently if pytho...
2013-08-08 Jonathan Pryor[mdoc-validate] Allow <format/> to have ANY content.
2013-08-08 Atsushi Enogenerate mobile csproj files too.
2013-08-08 Atsushi EnoBuild Ix assemblies from rx sources.
2013-08-08 Atsushi EnoFix bug #13716 - use XmlSchemaSettings.XmlResolver...
2013-08-08 Marek SafarBasic optional parameters support in binder. Fixes...
2013-08-08 Marek SafarMerge pull request #728 from alesliehughes/master
2013-08-08 Alistair Leslie... Enable System.DirectoryServices.Protocols assembly
2013-08-08 Marek SafarAlways release DeflateStream unmanaged resources. Fixes...
2013-08-08 Atsushi EnoFix bug #11298 - in XElement.Replace*(), create snapsho...
2013-08-07 Zoltan Varga[aot] Avoid passing partially shared instances to the...
2013-08-07 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387.
2013-08-07 Zoltan Varga[aot] Error out if -O=gsharedvt is used on a platform...
2013-08-07 Marek SafarAdd block scope for foreach variables with statement...
2013-08-07 Marek SafarRemove NIE from SetWaitNotificationRequired. Fixes...
2013-08-07 Marek SafarHandle partial class case when nested type of partial...
2013-08-07 Atsushi EnoFix bug #10194 - SetElementValue(nonExistentElementName...
2013-08-07 Atsushi EnoFix bug #12035 - xsi:nil='true' was ignored in some...
2013-08-07 Marek SafarInflate default parameter expression without type check...
2013-08-07 Rolf Bjarne... Fix a test to work on mobile after the async release.
2013-08-07 Marek SafarUpdate named params parameter converted result expressi...
2013-08-07 Atsushi EnoFix bug #12469 - add more conversion methods to XmlAtom...
2013-08-07 Marek SafarMerge pull request #727 from alesliehughes/master
2013-08-06 Rodrigo Kumpera[build]Bring some sanity to the monotouch profiles.
2013-08-06 Rodrigo KumperaAdd support for exclude files in extension modules.
2013-08-06 Alistair Leslie... Add class DirectoryServicesCOMException
2013-08-06 Alistair Leslie... Add class DirectoryVirtualListView
2013-08-06 Alex Rønne... Fix an unlikely case in cmd_to_string () where cmds...
2013-08-06 Alex Rønne... Fix another strtod warning with #if 0.
2013-08-06 Alex Rønne... Add two unnecessary zero initializations to shut GCC up.
2013-08-06 Alex Rønne... Kill another mixed-decls-and-code warning.
2013-08-06 Marek SafarCreate correct flow branching for single non-default...
2013-08-06 Alex Rønne... Fix some warnings in strtod by #if 0'ing some unused...
2013-08-06 Alex Rønne... Fix a warning in dlmalloc by #if 0'ing an unused function.
2013-08-06 Alex Rønne... Fix a mixed-decls-and-code warning.
2013-08-06 Jonathan Pryor[System.Core/Android] Support Android v4.3's timezone...
2013-08-06 Alistair Leslie... Add class DirectoryVirtualListViewContext
2013-08-06 Alistair Leslie... Add class DirectorySynchronization
2013-08-06 Alistair Leslie... Add enum ExtendedDN
2013-08-06 Alistair Leslie... Add class ExtendedRightAccessRule
2013-08-06 Alistair Leslie... Add enum DirectorySynchronizationOptions
2013-08-06 Alistair Leslie... Add class ForestTrustCollisionException
2013-08-06 Alistair Leslie... Add class ForestTrustRelationshipCollisionCollection
2013-08-06 Alistair Leslie... Add class ForestTrustRelationshipCollision
2013-08-06 Alistair Leslie... Add class ListChildrenAccessRule
2013-08-06 Alistair Leslie... Add enum ForestTrustCollisionType
next