mono.git
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...
2013-07-22 Marek SafarAdds async handling to binary:emitbranchable. Fixes...
2013-07-22 Marek SafarFixes duplicate error message
2013-07-22 Marek SafarAdd field target for automatic properties
2013-07-22 Zoltan VargaGenerate the push/pop LMF code as IR on x86.
2013-07-22 Zoltan VargaFix a problem in emit_pop_lmf (), it no longer needs...
2013-07-22 Zoltan VargaGet rid of the MONO_ARCH_ENABLE_LMF_IR define added...
2013-07-21 Rodrigo KumperaHandle property with default values. Fix part of #13336.
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-21 Cameron Taggartfixes ctaggart/mono#2 cpuid() now compiles in VS 2012
2013-07-21 Alex Rønne... Fix a "mixed decls and code" warning.
2013-07-21 i59Added mono-mutex.h & c to libmonoutils.vcxproj
2013-07-21 i59mono-mutex.c: Don't include sys/time.h on Windows;
2013-07-21 Alex Rønne... Merge pull request #707 from LHCGreg/12752-windows_nul_...
2013-07-21 Alex Rønne... libgc: Use GCC atomics on ARM.
2013-07-20 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-07-20 Zoltan VargaGenerate the push/pop LMF code as IR on architectures...
2013-07-20 Marek SafarFix indexer member formating
2013-07-20 Marek SafarFixes failing tests
2013-07-20 Marek SafarSchedule internal delay task on default scheduler only...
2013-07-20 Marek SafarLazy initialization of type parameters expanded interfa...
2013-07-20 Zoltan VargaAnother attempt at fixing mono_atomic_load_acquire...
2013-07-20 Alex Rønne... Enable GCC atomics on mips.
2013-07-20 Alex Rønne... Enable GCC atomics on arm.
2013-07-20 Alex Rønne... Enable GCC atomics on ppc and ppc64.
2013-07-20 Alex Rønne... Enable GCC atomics on x86 and amd64.
2013-07-20 Alex Rønne... Use GCC atomics when USE_GCC_ATOMIC_OPS is defined.
2013-07-20 Alex Rønne... PowerPC build fix in mono-hwcap-ppc.
2013-07-20 Alex Rønne... configure: Remove obsolete FIXME comment.
2013-07-20 Alex Rønne... Add a MONO_VERBOSE_HWCAP environment variable.
2013-07-20 Alex Rønne... Remove now-unneeded mono_aot_only guard around mono_hwc...
2013-07-20 Alex Rønne... Remove the JIT-ed CPUID hack from mono-hwcap-x86.
2013-07-20 Alex Rønne... Check for sys/auxv.h and only use it if available.
2013-07-20 Alex Rønne... Make all Mini back ends use mono-hwcap for CPU feature...
2013-07-19 Zoltan VargaRemove the async hacks from the gsharedvt code, gshared...
2013-07-19 Zoltan VargaShare byref arguments in runtime invoke signatures...
2013-07-19 Zoltan VargaProperly null terminate strings in mono_dwarf_escape_pa...
2013-07-19 Sebastien PouliotDisable TestDisposeOnCallback for MONOTOUCH, the test...
2013-07-18 Zoltan VargaAvoid calling mono_domain_free () in a cross-compiler...
2013-07-18 Mark ProbstSimplify emit_write_barrier().
2013-07-18 Marek SafarAdd nested partial types inside nested partial types...
2013-07-18 Marek SafarNested partial type inside generic class can have base...
2013-07-18 Marek SafarDon't try to match lifted equality operators on same...
2013-07-18 Zoltan VargaFix an overflow if MONO_ZERO_LEN_ARRAY is not 0. Fixes...
2013-07-18 Alex Rønne... Add a mono_hwcap_init () call to parse_optimizations ().
2013-07-18 Alex Rønne... Make mono_hwcap_init () only perform initialization...
2013-07-17 Mark ProbstWeaken a race condition in object initialization.
2013-07-17 Mark Probst[sgen] Binary protocol improvements.
2013-07-17 Zoltan VargaAdd support for constrained calls with one ref paramete...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Zoltan VargaAdd support for a simple form of constrained calls...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Rodrigo KumperaMerge pull request #706 from elijahtaylor/fixdyncode
2013-07-17 Marek SafarMerge pull request #705 from alesliehughes/master
2013-07-17 Alistair Leslie... Allow TrySetApartmentState to set the same state multip...
2013-07-17 Alex Rønne... mono-hwcap: Add ARM version detection for iOS.
2013-07-16 Zoltan VargaAvoid printing an extra newline when printing fp result...
2013-07-16 Mark ProbstFix race conditions in finalizer/weak link staging.
2013-07-16 Elijah TaylorFix nacl_dyncode include
2013-07-16 Zoltan VargaFix MONO_GC_DEBUG=collect-before-allocs. mono_gc_alloc_...
2013-07-16 Zoltan VargaFix the dependencies of the corlib test suite so the...
2013-07-16 Zoltan VargaFix a crash in thread_suspend_func () if the thread...
next