mono.git
2013-05-01 Atsushi Enoremove wrong EOLs after Libs: in reactive.pc.in. Third...
2013-04-30 Alex Rønne... Merge pull request #624 from jbevain-forks/mimemapping
2013-04-30 Zoltan VargaFix support for reference types in unbox.any in gshared...
2013-04-30 Jb EvainAdd new net_4_5 class System.Web.MimeMapping
2013-04-30 Alex Rønne... Merge pull request #623 from madewokherd/byrefvariants
2013-04-30 Vincent PovirkImplement reading byref variants.
2013-04-29 Sebastien PouliotAvoid potential NRE is the UserCAStore could not be...
2013-04-29 Jonathan PryorAdd System.Diagnostics.Switch/etc. to the MOBILE profile.
2013-04-29 Marek SafarRun repl in unsafe mode by default
2013-04-29 Marek SafarAllow parsing compiler arguments with user specified...
2013-04-29 Marek SafarMake LocatedToken top level type
2013-04-29 Marek SafarMake reusing few expressions easier
2013-04-29 Marek SafarDon't throw when trying to parse leading sign number...
2013-04-29 Marek SafarDon't try to inflate nested types of missing type....
2013-04-29 Marek SafarRevert "Merge pull request #615 from nealef/master"
2013-04-29 Marek SafarAdd anonymous type evaluator test
2013-04-29 Rodrigo Kumpera[verifier] Add regression test for the case where the...
2013-04-29 Rodrigo Kumpera[verifier]Handle variance correcty when checking delega...
2013-04-27 Rodrigo Kumpera[verifier] Add regression test for stack merge of boxed...
2013-04-27 Rodrigo Kumpera[verifier] Properly merge stacks when both ends have...
2013-04-27 Rodrigo Kumpera[verifier]Add test case for #11263.
2013-04-27 Rodrigo Kumpera[verifier]A type constraint must be visible to the...
2013-04-27 Rodrigo Kumpera[verifier]Fill in the assembly name so checks for Inter...
2013-04-27 Rodrigo KumperaAdd mono_class_can_access_class so the verifier can...
2013-04-27 Sebastien PouliotAvoid using reflection to redirect Console.Write* to...
2013-04-27 Sebastien PouliotAvoid using reflection to initialize RegionInfo from...
2013-04-27 Zoltan VargaIgnore requests to set breakpoints at il offsets belong...
2013-04-27 Zoltan VargaFix a warning.
2013-04-27 Jonathan PryorAdd System.Diagnostics.Trace to the MOBILE profile.
2013-04-26 Rodrigo KumperaRevert "The build bots run on Snow Leopard that doesn...
2013-04-26 Marek SafarMerge pull request #621 from andreazevedo/master
2013-04-26 andreazevedoUsing existing constant instead of number literal
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-26 Andres G. Aragoneses[System.Web] Use STDERR instead of STDOUT in LRUcache
2013-04-26 Andres G. Aragoneses[System.Web] Move MONO_ASPNET_WEBCONFIG_CACHESIZE parsi...
2013-04-25 Zoltan VargaAvoid creating any new threadpool threads while the...
2013-04-25 Rodrigo KumperaWhen attaching a foreigh thread, make sure we initializ...
2013-04-25 Duncan MakBump version number to 3.0.11
2013-04-25 Mark Probst[profiler] Fix sampling timestamp output.
2013-04-25 Neale FergusonCorrect call parameter processing for GENERICINST types
2013-04-25 Neale FergusonAdd lazy rgctx support to s390x
2013-04-25 Rodrigo KumperaDocument the new function and fix a typo on other.
2013-04-25 Rodrigo KumperaAdd MonoThreadInfo::runtime_thread so we can know if...
2013-04-25 Rodrigo KumperaOn windows, Register/unregister runtime-managed threads...
2013-04-25 Rodrigo KumperaUnregister runtime-managed threads before OS cleanup...
2013-04-25 Rodrigo KumperaDon't emit thread event twice when explicitly detaching...
2013-04-25 Sebastien Pouliot[linker] Move the special marking of serializable types...
2013-04-25 Sebastien PouliotUse field for GetObjectData and this (instead of base...
2013-04-25 Marek SafarBetter error message
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceController] Remove NET_2_...
2013-04-25 Andres G. Aragoneses[mono-service] Report to syslog if ExitCode ended up...
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceBase]: Implement Stop...
2013-04-25 Martin BauligTrying to fix the opensuse build.
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Reset LRUcache eviction count...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Make the max LRUcache size...
2013-04-24 Martin Baulig[monodoc]: Use shell script for jay to support parallel...
2013-04-24 Zoltan VargaFix gsharedvt support for gsharedvt methods on shared...
2013-04-24 Andres G. Aragoneses[man] Update mono version 2.11->3.0
2013-04-24 Andres G. Aragoneses[System.Web] Coding style nits in LruCache
2013-04-24 Alex Rønne... Merge pull request #610 from metanest/tests_gc_descript...
2013-04-24 Marek SafarDon't check public token on missing references. Fixes...
2013-04-24 Marek SafarTask.Yield needs to continue on synchronization context...
2013-04-24 Marek SafarRemove double verification checks
2013-04-24 Marek SafarDon't catch aggregate exception handle predicate except...
2013-04-24 Marek SafarFix quoted values parsing for custom tostring formats...
2013-04-23 Rodrigo KumperaAnother try in fixing the windows build.
2013-04-23 Rodrigo KumperaFix the build.
2013-04-23 Rodrigo Kumpera[sgen] Fix bridge interop missing some xrefs due to...
2013-04-23 Atsushi Enoquick nullref fix for part of bugfix #11916.
2013-04-23 Zoltan VargaClean the domain tls var on all code paths in thread_cl...
2013-04-23 Rodrigo KumperaFix windows build.
2013-04-23 Andres G. Aragoneses[WebConfigurationManager] Fix memleak by using a LruCac...
2013-04-23 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-23 Marek SafarUpdate failing test
2013-04-22 Rodrigo KumperaThe build bots run on Snow Leopard that doesn't have...
2013-04-22 Rolf Bjarne... Rework MulticastDelegate.Equals to use a loop instead...
2013-04-22 Rodrigo KumperaIntroduce a new kind of mutex, the suspension safe...
2013-04-22 Rodrigo KumperaRemove some dead defines from mono-mutex.h
2013-04-22 Rodrigo KumperaRemove static initializers as they are not portable...
2013-04-22 Rodrigo KumperaRemove the now unused mono_mutexattr family of functions.
2013-04-22 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-22 Rodrigo KumperaRemove support for for pthread implementations that...
2013-04-22 Rodrigo KumperaMove mono-mutex.c from io-layer to utils. Killing the...
2013-04-22 Zoltan VargaRevert "Fix the win64 build."
2013-04-22 Zoltan VargaRemove 32-bit s390 support from configure.in as well.
2013-04-22 Alex Rønne... Support a MONO_ARCH_HAVE_TLS_INIT variable.
2013-04-22 Zoltan VargaRemove obsolete 32 bit s390 backend.
2013-04-22 Atsushi Enonow we (can) build Rx assemblies for mobile by *.sln...
2013-04-22 Marek SafarAlways restore extension methods candidates after each run
2013-04-22 Alex Rønne... [configure] Use the preprocessor to determine the targe...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-21 Zoltan VargaAdd a freelist around the code chunk allocator to avoid...
2013-04-20 Andres G. Aragoneses[HttpWebRequest] Add timeout tests that cover BNC#31755...
2013-04-19 Zoltan VargaFix the map of bool and char in runtime invoke signatur...
2013-04-19 Zoltan VargaFix previous commit.
2013-04-19 Zoltan VargaFix a warning.
2013-04-19 Zoltan VargaFix the msvc build.
2013-04-19 Alex Rønne... Merge pull request #555 from jack-pappas/sigaltstack...
next