mono.git
2013-08-11 Francis FisherBoilerplate implementation of Charting
2013-07-29 Rodrigo KumperaUse a relative symlink.
2013-07-29 Marek SafarCorrectly import nested non-generic types inside generi...
2013-07-29 Marek SafarClone arguments array before modifying.
2013-07-29 Marek SafarCorrectly parse pragma headers. Fixes #13501
2013-07-29 Zoltan VargaRevert the 'Emit push/pop LMF code as IR' changes,...
2013-07-29 Marek SafarMerge pull request #718 from alesliehughes/master
2013-07-29 Alistair Leslie... Add class ActiveDirectorySchedule
2013-07-29 Alistair Leslie... Add class ActiveDirectoryRoleCollection
2013-07-29 Alistair Leslie... Add class ActiveDirectoryReplicationMetadata
2013-07-29 Alistair Leslie... Add class ActiveDirectoryPartition
2013-07-29 Alistair Leslie... Add class ActiveDirectoryOperationException
2013-07-29 Alistair Leslie... Add enum TopLevelNameStatus
2013-07-29 Alistair Leslie... Add enum PropertyTypes
2013-07-29 Alistair Leslie... Add enum ForestTrustDomainStatus
2013-07-29 Alistair Leslie... Add enum ActiveDirectorySyntax
2013-07-29 Alistair Leslie... Add enum ActiveDirectorySiteOptions
2013-07-29 Alistair Leslie... Add class DnsPermission
2013-07-29 Alistair Leslie... Add missed file TrustType.cs
2013-07-29 Alistair Leslie... Add enum SchemaClassType
2013-07-29 Alistair Leslie... Add missed file AttributeMetadataCollection.cs
2013-07-29 Alex Rønne... Fix a missing return statement in 16d2bcaa379be0c38f844...
2013-07-29 Zoltan VargaFix overflow checking in newarray with 64 bit array...
2013-07-28 Jonathan PryorMerge pull request #701 from steffen-kiess/fix-11778
2013-07-28 Marek SafarMerge pull request #716 from alesliehughes/master
2013-07-28 Alistair Leslie... Add class AttributeMetadataCollection
2013-07-28 Alistair Leslie... Add class AttributeMetadata
2013-07-28 Steffen KießFix Syscall.readlink() for non-ascii targets
2013-07-28 Alistair Leslie... Add class ReadOnlyStringCollection
2013-07-28 Zoltan Varga[sdb] Fix round tripping of vtypes with boxed fields...
2013-07-28 Alistair Leslie... Add enum TrustDirection.cs
2013-07-28 Alistair Leslie... Add class ReplicationNeighbor
2013-07-28 Alistair Leslie... Add enum LocatorOptions
2013-07-28 Alistair Leslie... Add enum ForestMode
2013-07-28 Alistair Leslie... Add enum DomainMode.cs
2013-07-28 Alistair Leslie... Add enum ActiveDirectoryRole
2013-07-28 Zoltan VargaAdd error handling to calls of mono_reflection_create_c...
2013-07-27 Zoltan VargaRemove #ifdefs from MonoTrampolineType, to prevent...
2013-07-27 Zoltan VargaFix an assert in constrained_gsharedvt_call_setup ...
2013-07-27 Marek SafarDon't hide internal error exception when reported canno...
2013-07-26 Marek SafarAdd clone for error expression. Fixes #13443
2013-07-26 Marek SafarLess cascading errors
2013-07-26 Marek SafarMerge pull request #714 from IDisposable/patch-2
2013-07-26 Zoltan VargaAdd more extensive logging to sdb.
2013-07-26 Marc BrooksConsistent use of ch to avoid array indexing more than...
2013-07-26 Alex Rønne... Revert the use of mono_binary_search () in support...
2013-07-26 Marek SafarRemove CultureInfo.CurrentCulture dependency from ordin...
2013-07-26 Marek SafarLift result of enum substraction when operation is...
2013-07-26 Marek SafarComment update
2013-07-26 Alex Rønne... Add a mono_binary_search () function.
2013-07-26 Alex Rønne... Fix a C# compiler error in the runtime test suite.
2013-07-26 Alex Rønne... Fix a warning in appdomain.c introduced by 76e8c8ba0f5d...
2013-07-26 Alex Rønne... Mark inline assembly in mono-hwcap-s390x.c volatile.
2013-07-26 Alex Rønne... Fix up memory barriers on Windows.
2013-07-26 Marek SafarCheck promoted value type binary equality operations...
2013-07-26 Marek SafarIgnore space separators in nowarn arguments. Fixes...
2013-07-26 Marek SafarUse local variable in commit 482f6c7b556135c7f10f38b29c...
2013-07-26 Marek SafarShow more info for missing indirect assembly references
2013-07-26 Zoltan VargaUpdate msvc project files with newly added sgen files.
2013-07-26 Zoltan VargaAdd full-aot support for runtime invokes to array Get...
2013-07-25 Zoltan VargaAvoid an assert on android where seq points are not...
2013-07-25 Jeffrey StedfastRevert "Revert "[xbuild]: Provide a real Microsoft...
2013-07-25 Jeffrey StedfastRevert "[xbuild]: Provide a real Microsoft.Portable...
2013-07-25 Jonathan Pryor[System] Fix DnsTest.GetHostByName() test.
2013-07-25 Jonathan Pryor[System] Support FTP download where PWD starts with...
2013-07-25 Marek SafarAdd *CachePolicy to mobile profile. Fixes #13466
2013-07-25 Marek SafarFixed string null constant conversion to object constant
2013-07-25 Marek SafarMerge pull request #713 from alesliehughes/master
2013-07-25 Zoltan VargaMerge pull request #711 from spicypixel/hotfix/appdomai...
2013-07-25 Zoltan VargaMerge pull request #712 from spicypixel/hotfix/trampoli...
2013-07-25 Zoltan VargaMake some sdb tests more robust so they work again...
2013-07-24 Aaron OnealFix additional string leaks when creating tramp_info.
2013-07-24 Aaron OnealFix additional string leaks when creating tramp_info.
2013-07-24 Aaron OnealFix generic trampoline string leak.
2013-07-24 Aaron OnealFix string leak when loading assemblies.
2013-07-24 Zoltan VargaContinue single stepping if the same line reached in...
2013-07-24 Sebastien PouliotAllow running System.ServiceModel.Web unit tests on...
2013-07-24 Alistair Leslie... Add enum SyncFromAllServersOptions
2013-07-24 Alistair Leslie... Add enum SyncFromAllServersEvent
2013-07-24 Alistair Leslie... Add enum SyncFromAllServersErrorCategory
2013-07-24 Alistair Leslie... Add enum ReplicationSpan
2013-07-24 Alistair Leslie... Add enum ReplicationOperationType
2013-07-24 Alistair Leslie... Add enum NotificationStatus
2013-07-24 Alistair Leslie... Add enum MinuteOfHour
2013-07-24 Alistair Leslie... Add enum HourOfDay
2013-07-24 Alistair Leslie... Add enum DirectoryContextType
2013-07-24 Alistair Leslie... Add enum ActiveDirectoryTransportType.
2013-07-24 Marek SafarMerge pull request #709 from alesliehughes/master
2013-07-24 Alistair Leslie... Correct TrySetApartmentstate tests
2013-07-24 Zoltan VargaUnify the different gsharedvt constrained call jit...
2013-07-23 Zoltan VargaAvoid calling valuetype methods with a signature which...
2013-07-23 Zoltan VargaRevert "Generate the push/pop LMF code as IR on x86."
2013-07-23 Alex Rønne... Merge pull request #697 from linquize/atom-bug
2013-07-23 Alex Rønne... Fix the mono-hwcap module to work in the MONO_CROSS_COM...
2013-07-23 Sebastien PouliotDo not include tests for AssociatedMetadataTypeTypeDesc...
2013-07-23 Marek SafarFix default content buffer max size
2013-07-23 Zoltan VargaAvoid linking the LLVM runtime codegen libs into a...
2013-07-23 LinquizeAtom10FeedFormatter should generate subtitle tag for...
2013-07-22 Marek SafarMerge some nrefactory changes
2013-07-22 Marek SafarDon't crash when metadata contains private top level...
next