mono.git
2010-08-23 Zoltan VargaMore CAS regalloc fixes.
2010-08-23 Mark ProbstMerge branch 'cardtable-inline-nofix'
2010-08-23 Mark Probst[Documentation] Update man page with write barrier...
2010-08-23 Mark Probst[sgen] Shorter IR for inlined write barrier.
2010-08-23 Mark Probst[sgen] Inline card table write barrier.
2010-08-23 Mark Probst[mini] Factor out function for emitting write barriers.
2010-08-23 Rodrigo Kumpera[sgen] Use cardtable for all wbarriers, not just generi...
2010-08-23 Rodrigo Kumpera[sgen] Use mincore to dump faulted pages in the cardtable.
2010-08-23 Rodrigo Kumpera[sgen] Direct card table implementation.
2010-08-23 Robert Nagyremove unused variable
2010-08-23 Zoltan VargaFix an assert introduced by the previous change on...
2010-08-23 Zoltan VargaAnother attempt at fixing the CAS regalloc problems.
2010-08-23 Rodrigo KumperaType is sealed, forgot to make it so.
2010-08-23 Rodrigo KumperaImplement System.Runtime.InteropServices.TypeIdentifier...
2010-08-23 Rodrigo KumperaFix some loader error leaks.
2010-08-23 Rodrigo KumperaFix some loader error leaks.
2010-08-23 Zoltan VargaAdd support for --debug=casts to the mono_object_castcl...
2010-08-23 Andrés G. Aragoneses[tools] Merge mono-abi-info tool into a "--abi" flag...
2010-08-23 Marek SafarFixed typo in T14 argument
2010-08-23 Marek SafarFixed moving of named params arguments
2010-08-23 Robert NagyUse struct sockpeercred instead of struct ucred on...
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-23 Robert NagyCast void *sigctx to ucontext_t * to avoid compile
2010-08-23 Robert Nagyfix openbsd CPPFLAGS and check for sys/param.h
2010-08-23 Atsushi EnoHello message does not have ProbeMatchType, so it is...
2010-08-23 Atsushi Enoongoing Announcement fixes. Now it accepts messages...
2010-08-23 Carlos Alberto... Simplify the ObjectWriter .ctor and update call sites.
2010-08-23 Carlos Alberto... Add 4.0 FormatterServices.IGetSurrogateForCyclicalRefer...
2010-08-23 Carlos Alberto... Remove NET_1_1 directive from FormatterServices.cs.
2010-08-23 Marek SafarCustom attribute itself can be used to specify optional...
2010-08-22 Miguel de IcazaUpdated copyrights to SGen files that were missing it
2010-08-21 Mark Probst[mini] Write barrier liveness fix.
2010-08-21 Zoltan VargaAvoid accessing rs->vassign [ins->dreg] if the instruct...
2010-08-21 Zoltan VargaFix invoking of gshared methods in marshalbyref objects...
2010-08-21 Zoltan VargaAvoid freeing an NULL hashtable.
2010-08-21 Gonzalo Paniagua... Try to make delegate2 test always pass
2010-08-20 Marek HabersackImplemented the StringLengthAttribute
2010-08-20 Marek HabersackAll ValidationAttribute and RangeAttribute 3.5 and...
2010-08-20 Zoltan VargaFix a crash in mono_field_get_value_object () after...
2010-08-20 Gonzalo Paniagua... No more warnings building eglib.
2010-08-20 Gonzalo Paniagua... eglib build is now 'quiet' by default
2010-08-20 Zoltan VargaAn attempt to fix the register allocation problems...
2010-08-20 Zoltan VargaUpdate get-cygwin-deps.sh after a filename change.
2010-08-20 Marek SafarAdd workaound for 2.6 bootstrap
2010-08-20 Marek SafarPrefer dynamic over other types when used with type...
2010-08-20 Mark Probst[scripts] Don't use saxutils in mono-heapviz.
2010-08-20 Geoff NortonEnsure that we only reflect into monotouch if the type...
2010-08-20 Jérémie Laval[PLinq] Make QueryCheckerVisitor aware of Take query...
2010-08-20 Jérémie Laval[PLinq] Add implementation of Take/TakeWhile operators...
2010-08-20 Zoltan VargaAdd an option for running the runtime tests under valgrind.
2010-08-20 Zoltan VargaFix the reading of uninitialized data in the SSA code.
2010-08-20 Zoltan VargaAvoid freeing type_initialization_hash () for now becau...
2010-08-20 Zoltan VargaFree the handle data in handles_cleanup().
2010-08-20 Zoltan VargaFix another bunch of shutdown leaks.
2010-08-20 Zoltan VargaCleanup generic sharing data structures correctly.
2010-08-20 Zoltan VargaAdd a 'mono_remove_image_unload_hook' function, store...
2010-08-20 Zoltan VargaFree a few hash tables in object.c.
2010-08-20 Zoltan VargaAvoid leaking 'generic_array_method_info' by allocating...
2010-08-20 Zoltan VargaFree the wsq data even if the thread pool was not started.
2010-08-20 Zoltan VargaAvoid a crash in if image->references [i] is REFERENCE_...
2010-08-20 Zoltan VargaFree rgctx_lazy_fetch_trampoline_hash at shutdown.
2010-08-20 Zoltan VargaFix memory leaks in io-layer. Avoid starting the collec...
2010-08-20 Zoltan VargaFree the global dllmap at shutdown.
2010-08-20 Marek SafarCreate dynamic sites in the scope where used to overcom...
2010-08-20 Atsushi EnoWhen closing the listeners, TryDequeueRequest() could...
2010-08-20 Marek Safar[633037] Resolve instance expression of dynamic members
2010-08-20 Marek SafarFixes delegate creation with dynamic parameters
2010-08-20 Marek SafarMore dynamic conversion fixes
2010-08-20 Marek SafarOptimize few common paths
2010-08-20 Atsushi Enoongoing DiscoveryClient work. May need further contract...
2010-08-20 Marek HabersackImplemented the RangeAttribute class.
2010-08-19 Zoltan VargaAvoid leaking 'image_sets' in metadata.c.
2010-08-19 Zoltan VargaDon't return malloc-ed memory from g_get_charset ().
2010-08-19 Zoltan VargaFix some AOT memory leaks.
2010-08-19 Zoltan VargaFix a bunch of shutdown leaks in the JIT+LLVM backend.
2010-08-19 Gonzalo Paniagua... Quote arguments in Environment.CommandLineArgs
2010-08-19 Zoltan VargaClose mscorlib on shutdown to avoid leaking it.
2010-08-19 Zoltan VargaHandle some members of mono_jit_stats using the counter...
2010-08-19 Zoltan VargaAllow LLVM compiled AOT code to be loaded into a non...
2010-08-19 Zoltan VargaAdd more trampoline stats.
2010-08-19 Zoltan VargaCompute methods_with_llvm/without_llvm correctly even...
2010-08-19 Jérémie LavalAdapt deep sleep operation in BlockingCollection and...
2010-08-19 Jérémie LavalAdd some documentation to BlockingCollection
2010-08-19 Jérémie LavalLittle 4.0 API signature tweaks
2010-08-19 Jérémie Laval[PLinq] Replace calls to ToArray by ToList in query...
2010-08-19 Jérémie Laval[PLinq] Remove unnecessary iteration of the internal...
2010-08-19 Jérémie LavalRemove timed deep sleep in ManualResetEventSlim and...
2010-08-19 Jérémie LavalUpdate Task unit tests to reflect behavior change with...
2010-08-19 Jb Evain[Fix] HashSet: fix different sets operations. Fixes...
2010-08-19 Jb EvainAdd test for #572084, issue with SymmetricWith and...
2010-08-19 Marek Safar[520151] Fail on invalid directive inside pre-processed...
2010-08-19 Marek SafarRefactor preprocessor parsing to use less string operat...
2010-08-19 Jb Evain[Fix] Enumerable.Except: return a duplicate free set...
2010-08-19 Jb EvainAdd test for #611821
2010-08-19 Jb Evain[Fix] update the System.ServiceModel assembly version
2010-08-19 Atsushi EnoMade a couple of listener channel fixes.
2010-08-19 Atsushi EnoUse expected MessageVersion for OutgoingMessageHeaders...
2010-08-19 Atsushi EnoTargetInvocationException is often unexpected. Throw...
2010-08-19 Atsushi EnoUdpClient.Receive() often returns null. Not sure this...
2010-08-19 Geoff NortonFix GetDelegateForFunctionPointer for generic types
next