mono.git
2011-01-21 Atsushi EnoImplemented a couple of async methods in InstanceContex...
2011-01-21 Jérémie LavalRestore test to its original state
2011-01-21 Jérémie LavalAdd a last resort mode to ThreadWorker participative...
2011-01-21 Jérémie LavalAllow multiple invocation of Task Execute method to...
2011-01-21 Jérémie LavalThrow when trying to ExecuteSynchronously a task that...
2011-01-21 Atsushi EnoAvoid possible list modification error during close...
2011-01-21 Atsushi EnoMake sure to close session once the client opened one.
2011-01-21 Atsushi EnoFix regression, avoid null key.
2011-01-21 Jérémie LavalMake NestedFuture test faster
2011-01-21 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-21 Atsushi EnoAnd rename source file name.
2011-01-21 Atsushi EnoRename InstanceBhavior, too ambiguous among IXxxBehavio...
2011-01-21 Atsushi EnoSessions should not be keyed by MessageId but be done...
2011-01-21 Zoltan VargaAdd NET 4.0 Assembly.UnsafeLoadFrom () method.
2011-01-21 Zoltan VargaFix the previous aot fix.
2011-01-21 Miguel de IcazaDo not build the Socket passing on Mobile systems
2011-01-21 Atsushi EnoFix bogus encoding detection in JavaScriptObjectDeseria...
2011-01-21 Gonzalo Paniagua... [System.Web] Razor works now (modulo DB)
2011-01-21 Zoltan VargaAdd a test for infinite generic recursion + AOT.
2011-01-21 Zoltan VargaOnly add imt items whose is_equal flag is set to the...
2011-01-21 Zoltan VargaAvoid emitting .note.GNU-stack on arm.
2011-01-21 Zoltan VargaDetect inifinite generic recursion differently in the...
2011-01-21 Zoltan VargaFix misaligned loads when loading small structures...
2011-01-21 Zoltan VargaFix the DISABLE_JIT build.
2011-01-20 Rodrigo KumperaSpeedup LOS scanning.
2011-01-20 Rodrigo KumperaBetter cardtable stats.
2011-01-20 Rodrigo KumperaFix typo in error message
2011-01-20 Rodrigo KumperaFix thread-exit race under sgen.
2011-01-20 Marek Habersack[asp.net] Don't throw NREX when a cache item to be...
2011-01-20 Sebastien PouliotAdd an helper function to deal with NULL MonoMethod...
2011-01-20 Marek SafarFix Mono.CSharp dist build
2011-01-20 Miguel de Icaza[sockets] Implement DuplicateAndClose and Socket (Socke...
2011-01-20 Ankit Jain[xbuild] Correctly set CscToolExe if TargetFrameworkVer...
2011-01-20 Jérémie LavalBackport stealing fixups to Parallel.For
2011-01-20 Jérémie Laval[ListPartitioner] Borrow stealing algorithm from Parall...
2011-01-20 Marek SafarPut back accidentally removed PROGRAM_COMPILE
2011-01-20 Jb Evain[bug] Prevent a GetMethodBody call on a dynamic method...
2011-01-20 Jb EvainAdd test for bug 665788
2011-01-20 Jb Evain[linker] fix reading of symbols for assemblies loaded...
2011-01-20 Marek Habersack[asp.net] Avoid passing duplicate assemblies on mcs...
2011-01-20 Marek Habersack[asp.net,mvc] Make unobtrustive request validation...
2011-01-20 Marek Habersack[asp.net] Do not throw NREX when firstError is null...
2011-01-20 Marek SafarFix errors dist
2011-01-20 Marek SafarFix mcs dist
2011-01-20 Marek SafarRemove SMCS define and related files
2011-01-20 Marek SafarRemove unused ?mcs files
2011-01-20 Marek SafarAllow referencing multiple versions of same framework...
2011-01-20 Marek SafarFix CodeDom mcs path
2011-01-20 Marek SafarUpdated IKVM to the latest version
2011-01-20 Marek SafarCSharpCodeCompiler NET_2_0 cleanup
2011-01-20 Marek SafarRemove more *mcs.exe references
2011-01-20 Atsushi EnoImplement XamlMemberInvoker.UnknownInvoker too.
2011-01-20 Atsushi EnoImplement XamlTypeInvoker.UnknownInvoker.
2011-01-20 Atsushi EnoImplement some XamlTypeInvoker methods (mostly unused...
2011-01-20 Marek SafarUpdate mcs location
2011-01-20 Atsushi EnoSupport IXamlLineInfo in XamlNodeQueue.
2011-01-20 Atsushi Enofinish XamlType.BaseType implementation.
2011-01-20 Atsushi EnoContract-based type must ensure that the base type...
2011-01-20 Atsushi EnoRead body content if required. Fixed all issues in...
2011-01-20 Ankit Jain[xbuild] Fix bug #665637.
2011-01-20 Zoltan VargaClean up the ARM generic trampoline.
2011-01-20 Zoltan VargaProperly align the stack in the arm generic trampoline.
2011-01-20 Zoltan VargaAdd a TID field to ThreadMirror which returns the syste...
2011-01-19 Thomas GoldsteinBindingSourceTest.cs: Add FIXME comment (erroneous...
2011-01-19 Thomas GoldsteinBindingSourceTest.cs: Add unit test for bug 664833.
2011-01-19 Clinton VolzkeBindingSource.cs: Fix DataSource setter which could...
2011-01-19 Andrew JorgensenDist more files needed by MSVC build
2011-01-19 Marek SafarUnify the way the interfaces are checked for shadowing
2011-01-19 Marek Safar[665333] Encode Length of Public Key correctly
2011-01-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-19 Marek SafarClean up resolving of DefaultCharSetAttribute
2011-01-19 Marek SafarRemoved SetCorlibTypeBuilders call
2011-01-19 Marek SafarRemoved hack for compilation of enums inside corlib
2011-01-19 Jérémie LavalUpdate Mono.Parallel docs with new properties
2011-01-19 Rodrigo KumperaDocument precise marking
2011-01-19 Rodrigo KumperaFix mono manpage header
2011-01-19 Atsushi EnoEnable duplicate "UriMatched" error check, with couple...
2011-01-19 Atsushi EnoFix template match logic to first check HTTP-method...
2011-01-19 Ankit Jain[xbuild] Fix bug #665004. Honor /nologo option.
2011-01-19 Marek SafarStop building *mcs.exe compilers
2011-01-19 Marek SafarUpdate IKVM sources
2011-01-19 Marek SafarUpdate mcs error to test against mcs compiler
2011-01-19 Marek Safarupdate test results
2011-01-19 Marek SafarUpdate test target to check mcs compiler
2011-01-19 Atsushi EnoSerialize non-mapped message parameter as body content...
2011-01-19 Gonzalo Paniagua... Happy new year.
2011-01-19 Rodrigo KumperaProperly clear weak refs that don't track resurrection.
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] New 4.0 AddRange overloads.
2011-01-18 Neale FergusonCast result of s390x_emit16/32 to eliminate lots of...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] Support 4.0 Date property.
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Thomas GoldsteinMWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions...
2011-01-18 Jérémie LavalExpose ThreadWorker fields
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] Support 4.0 Host property.
next