mono.git
2010-08-09 Zoltan VargaAvoid exceptions in gdb when encountering unknown struc...
2010-08-09 Zoltan VargaGenerate xdebug info for monitor enter/exit trampolines.
2010-08-09 Zoltan VargaRemove the few remaining compile time GC dependencies.
2010-08-09 Andrew JorgensenAdd sgen-workers.c to sgen_sources
2010-08-09 Mark Probst[sgen] Sleep a little while busy-waiting for the gray...
2010-08-09 Zoltan VargaAvoid registering roots inside the MonoDomain structure...
2010-08-09 Laurent EtiembleFix #560060 - Embedded "app.config" is not read when...
2010-08-09 Zoltan VargaFix a typo.
2010-08-09 Zoltan VargaIgnore mono_use_llvm when JITting in a runtime compiled...
2010-08-09 Zoltan VargaUpdate the comments for mono_use_llvm.
2010-08-09 Zoltan VargaCall BeginErrorReadLine()/BeginOutputReadLine() in...
2010-08-09 Andrew JorgensenBump version to 2.7.1
2010-08-09 Andrew JorgensenAdd System.ServiceModel.Discovery to .spec
2010-08-09 Gonzalo Paniagua... Proper tracking of ICMP requests and responses.
2010-08-09 Miguel de IcazaUpdate README
2010-08-09 Zoltan VargaAvoid printing the output of /bin/ls in a Process test.
2010-08-09 Zoltan VargaRemove some hash code tests which can fail.
2010-08-09 Gonzalo Paniagua... Ignore a few more files.
2010-08-09 Elijah TaylorAdd dummy implementation of g_module functions for...
2010-08-09 Elijah TaylorAdd a test for running the regression tests in a full...
2010-08-09 Elijah TaylorDon't use mmap/munmap under NACL.
2010-08-09 Elijah TaylorUse 32 as the min alignment when running under NACL.
2010-08-09 Elijah TaylorAdd support to the x86 backend for generating code...
2010-08-09 Elijah TaylorAdd hooks to the codegen macros to support NACL codegen.
2010-08-09 Elijah TaylorAdd configure support for Google Native Client (NACL).
2010-08-09 Zoltan VargaDisable the elimination of MONO_INST_FAULT in ABCREM...
2010-08-09 Marek Habersack[asp.net] Fix for bug #628683. Do not ignore whitespace...
2010-08-09 Jb EvainFix typo
2010-08-09 Atsushi Enooops, they should not write wrapper element twice.
2010-08-09 Marek Habersack[asp.net] Fix for bug #618481. AsyncPostBackTrigger...
2010-08-09 Marek Habersack[asp.net] AsyncPostBackTrigger.HasTriggered must use...
2010-08-09 Marek Habersack[asp.net,bugfix] Fix for bug #620456. AsyncPostBackTrig...
2010-08-09 atsushienofinished Discovery serialization stuff.
2010-08-09 atsushienoongoing Sys.SM.Discovery serialization implementation.
2010-08-09 atsushienoParse list type, and parse QName without prefix, as...
2010-08-08 Zoltan VargaUse faulting load for loading the vtable in CEE_LDELEMA.
2010-08-08 Carlos Alberto... [fix] #620618: Make sure the header in ListView is...
2010-08-08 Carlos Alberto... New test for ListView.Dispose firing extra Layout events.
2010-08-08 Carlos Alberto... [fix] #622318: ListView.Dispose should not call dispose...
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-08 Mark Probst[sgen] Fix sgen-grep-binprot.
2010-08-08 Mark Probst[sgen] Fixes.
2010-08-07 Zoltan VargaFix Math.Log (2, 1). Fixes #626944.
2010-08-07 Zoltan VargaMove wapi shutdown to mono_cleanup () as TlsGetValue...
2010-08-07 Zoltan VargaDisable all profiler events after profiler shutdown.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Separate mark function for parallel vs non-paral...
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
2010-08-07 Mark Probst[sgen] One internal allocator per worker thread, to...
2010-08-07 Mark Probst[sgen] Heavy statistics for the shared buffer.
2010-08-07 Mark Probst[sgen] Parallel mark.
2010-08-07 Mark Probst[sgen] Fix SGEN_ATOMIC_ADD.
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Miguel de IcazaDo not mandate that pkg-config is installed, it is...
2010-08-07 Carlos Alberto... Implement SafeRegistryHandle.ReleaseHandle and update...
2010-08-07 Zoltan VargaAvoid loading AOT images compiled against Boehm in...
2010-08-07 Atsushi Enoimplement FindCriteria serialization (deserialization...
2010-08-06 Mark MasonFinish implementation of OP_IMUL_OVF_UN.
2010-08-06 Mark MasonAdd missing memindex opcodes. Implement IMT thunks...
2010-08-06 Mark MasonImplement this as first argument to function calls.
2010-08-06 Mark MasonInitial IMT for MIPS. Fix the first arg to trampoline...
2010-08-06 Mark MasonAdd IMT for MIPS. Fix MIPS branch opcodes. Fix *_OVF...
2010-08-06 Marek Habersack[asp.net,4.0] Added support for setting default base...
2010-08-06 Marek Habersack[asp.net] Made TemplateParser.CompileIntoType internal
2010-08-06 Zoltan VargaReenable LLVM+AOT again, the latest LLVM branch code...
2010-08-06 Zoltan VargaFix building with latest LLVM head.
2010-08-06 Marek SafarAvoid a crash when using attributes and only partial...
2010-08-06 Marek SafarImplement dynamic dispatch for element initializers.
2010-08-06 Marek SafarAdd more sanity checks for dynamic attributes.
2010-08-06 Marek SafarRestrict allowed modifiers for struct members.
2010-08-06 Jb EvainDelegateTest.ClosedOverNullReferenceInstanceMethod...
2010-08-06 Jb Evain[fix] #475962: delegates to instance methods closed...
2010-08-06 Jonathan PryorRemove System.Configuration.ConfigurationErrorsExceptio...
2010-08-06 Mark Probst[sgen] Initialize interruption lock.
2010-08-06 Jb Evain[Perf] avoid an exception when reading a non existent...
2010-08-06 Atsushi Enosupport Uri in WriteValue().
2010-08-06 Marek SafarMore fixes for equality comparison between G<object...
2010-08-06 Marek SafarRemoved duplicate variant conversion.
2010-08-06 Jb EvainTest that we can call GetMethodBody on a method defined...
2010-08-06 Jb Evainmono_method_body_get_object: implement support for...
2010-08-06 Atsushi EnoImplement DiscoveryMessageSequence* types serialization.
2010-08-06 Atsushi Enofix exception type and make nunit tests pass.
2010-08-06 Atsushi EnoFor IXmlSerializable types it should first try static...
2010-08-06 Atsushi EnoKnownTypes should return the actual types.
2010-08-06 Atsushi Enoongoing sys.sm.discovery work.
2010-08-05 Zoltan VargaName the LLVM argument variables arg_<real arg name>.
2010-08-05 Marek Habersack[asp.net,4.0] Added support for declarative per-user...
2010-08-05 Marek Habersack[asp.net,4.0] added ability to store cached user contro...
2010-08-05 Zoltan VargaFix the placement of the .rodata section, it should...
2010-08-05 Gonzalo Paniagua... Silently ignore ThreadAbortException in the tpool.
2010-08-05 Gonzalo Paniagua... Don't display the exception when unloading.
2010-08-05 Gonzalo Paniagua... Synchronize WSQ create, destroy and clean up.
2010-08-05 Gonzalo Paniagua... -1 == NO_KEY and check return value of TlsSetValue
2010-08-05 Gonzalo Paniagua... TlsGetValue/TlsSetValue match winapi closely.
2010-08-05 Raja R Harinath* mono/tests/appdomain-unload.cs (Main): Pass along...
2010-08-05 Zoltan VargaDisable system aot when LLVM is enabled for now.
2010-08-05 Zoltan VargaFix the box+brtrue optimization for LLVM, add a box...
2010-08-05 Marek SafarAdd more files to ignore list
2010-08-05 Marek SafarResolve ambiguity between optional and params parameter...
2010-08-05 Marek HabersackRevert "EncoderFallback support in UTF8Encoding. Fixed...
next