mono.git
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
2010-08-18 Mark MasonSimplify test for MIPS imm16 operands.
2010-08-18 Mark MasonSupport for large stackframes on MIPS.
2010-08-18 Mark MasonMake long_branch a runtime switch. Factor mips_call...
2010-08-18 Mark MasonFix codegen for LOAD*_MEMBASE, add assert to catch...
2010-08-18 Alex Fort[Fix] SetConsoleMode on the input handle, not the outpu...
2010-08-18 Ankit Jain[xbuild] Evaluate Import only if its condition evaluate...
2010-08-18 Ankit Jain[xbuild] Support extra paths for MSBuildExtensionsPath3...
2010-08-18 Ankit Jain[xbuild] Add reserved property MSBuildExtensionsPath64 .
2010-08-18 Gonzalo Paniagua... Merge branch 'work'
2010-08-18 Gonzalo Paniagua... Ignore TestResult.xml too
2010-08-18 Ankit Jain[xbuild] Update man page.
2010-08-18 Ankit Jain[xbuild] Add env var to dump details of reference resol...
2010-08-18 Zoltan VargaFix building with MSVC.
2010-08-18 Zoltan VargaFix building with MSVC.
2010-08-18 Zoltan VargaFix handling of stdio in g_spawn_async_with_pipes ().
2010-08-18 Jérémie LavalFix cancellation tracking and reporting in Task.
2010-08-18 Marek Habersack[asp.net] Fix for bug #621837. Rewriting a path must...
2010-08-18 Atsushi EnoUse correct Uri to connect in UDP client.
2010-08-18 Zoltan VargaBump the size of the epoll threads to 256k on 64 bit...
2010-08-18 Zoltan VargaAdd an assert to protect against the altstack clobberin...
2010-08-18 Marek SafarReduce memory footprint
2010-08-18 Marek SafarUpdated error message
2010-08-18 Marek SafarWhen merging sessions error messages don't get confused...
2010-08-18 Marek SafarCannot skip on the first type match for multiple inheri...
2010-08-18 Marek SafarDefer checks until all base types are ready
2010-08-18 Atsushi EnoSeveral fixes to get client Via URI used correctly.
2010-08-18 Atsushi EnoDo not overwrite Via URI on ClientRuntime after applyin...
2010-08-18 Zoltan VargaFix running of tests under net 4.0.
2010-08-18 Jérémie Laval[PLinq] Tune SkipWhile operator, re-enable its unit...
2010-08-18 Jérémie Laval[PLinq] Re-enable tests that were previously [Ignore]'ed
2010-08-18 Atsushi EnoImplemented basic UDP transport.
2010-08-18 Jérémie Laval[PLinq] Reflect directory hierarchy change on namespace...
2010-08-18 Zoltan VargaFix the corlib tests build.
2010-08-17 Jérémie LavalUpdate file hierarchy change in System too
2010-08-17 Alex FortDiscard modifier key presses from ReadKey
2010-08-17 Miguel de IcazaCopyright fix: the owner is Chris, not Novell
2010-08-17 Jb EvainAdd test for dynamic methods with invalid unicode name
2010-08-17 Jérémie LavalFlatten file hierarchy in System.Threading.Tasks
2010-08-17 Jérémie Laval[PLinq] Move NET_4_0 define check under licence text
2010-08-17 Jérémie Laval[PLinq] Tidy up file hierarchy in System.Linq
2010-08-17 Atsushi EnoAdd ServiceDiscoveryBehavior hosting test case.
next