[asp.net] Added FormsAuthentication.Timeout 4.0 property
[mono.git] / mono /
2011-06-30 Zoltan VargaRevert delegate-invoke.exe as the commit it depends...
2011-06-30 Zoltan VargaDisable a test which fails with AOT.
2011-06-29 Rodrigo KumperaFix more typos.
2011-06-29 Rodrigo KumperaFix typo.
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-27 Paolo MolaroAdd an aot option to override the value of readonly...
2011-06-27 Paolo MolaroRemove the data field from MonoVTable to reduce memory...
2011-06-24 Mark Probst[sgen] Do the bridge callback after the world has been...
2011-06-24 Gonzalo Paniagua... Merge pull request #122 from rabink/master
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-23 Zoltan VargaTreat CEE_BREAK the same as Debugger:Break (), i.e...
2011-06-23 Zoltan VargaFix out-of-tree builds on arm.
2011-06-23 Zoltan VargaFix a warning if MONO_FAST_TLS_DECLARE is not defined.
2011-06-23 Zoltan VargaCompile 'arch' before 'utils' since mono-context.h...
2011-06-23 Mark Probst[sgen] Give warnings when degraded allocations happen.
2011-06-23 Mark Probst[sgen] Don't accept size parameters with incorrect...
2011-06-22 Sebastien PouliotMerge pull request #119 from konrad-kruczynski/SslStrea...
2011-06-21 Rodrigo KumperaFix amd64, again. Damn me.
2011-06-21 Rodrigo KumperaImplement an IL version of the cardtable write-barrier.
2011-06-21 Rodrigo KumperaExtract the nursery check code into a separate function.
2011-06-21 Rodrigo KumperaFix build.
2011-06-20 Rodrigo Kumperams_get_empty_block must atomically pop from empty_blocks.
2011-06-20 Rodrigo KumperaAvoid emiting membar for cases not needed by amd64...
2011-06-20 Rodrigo KumperaMust use an IL version of the test since the underlying...
2011-06-20 Rodrigo KumperaAdd regression test to cmmp store to local.
2011-06-20 Rodrigo KumperaDon't allow storing CMMP managed refs to local variables.
2011-06-20 Rodrigo KumperaCleanup code a bit by reducing spurious nesting.
2011-06-20 Rodrigo KumperaSDB under darwin can't handle new style interruption.
2011-06-20 Rodrigo KumperaAdd mono_thread_info_disable_new_interrupt so we can...
2011-06-19 Miguel de IcazaUpdate copyrights
2011-06-18 Zoltan VargaImplement support for Debugger.Log ()/ IsLogging (...
2011-06-18 Zoltan VargaImplement support for routing System.Diagnostics.Debugg...
2011-06-17 Zoltan VargaSupport another case in mono_gc_get_bitmap_for_descr ().
2011-06-17 Zoltan VargaFix LLVM build.
2011-06-17 Jonathan ChambersPut braces around code block to prevent variable declar...
2011-06-17 Jonathan ChambersUse wrappers for accessing socket errors. Cygwin does...
2011-06-15 Zoltan VargaApply a workaround for a gcc 4.6 problem on arm.
2011-06-15 Jeffrey StedfastRevert for commit 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd
2011-06-14 Rodrigo KumperaMerge pull request #117 from madewokherd/win32build
2011-06-14 Vincent PovirkAvoid references to pthread_t when building for win32.
2011-06-13 Zoltan VargaMerge pull request #114 from XTZGZoReX/master
2011-06-13 Rodrigo KumperaAllow AssemblyRef flags to have at least ECMA's values...
2011-06-13 Rodrigo KumperaAdd regression test
2011-06-13 Rodrigo KumperaAleviate fencing on critical regions and allocation.
2011-06-13 Rodrigo KumperaFix release semantics to make sure it flushes the store...
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Zoltan VargaUse TARGET_ANDROID instead of PLATFORM_ANDROID in one...
2011-06-12 Zoltan VargaAdd an assert to detect TLS mismatches between the...
2011-06-12 Zoltan VargaFix a warning.
2011-06-12 Rodrigo KumperaAdd missing StoreStore barriers to the managed allocator.
2011-06-12 Rodrigo KumperaAdd new mono byte code for memory barriers
2011-06-12 Rodrigo KumperaX86 only needs StoreLoad and Full barriers, ignore...
2011-06-12 Rodrigo KumperaExtract the code to emit a memory barrier. Add a memory...
2011-06-11 Rodrigo KumperaStoring the vtable pointer on the object header require...
2011-06-11 Rodrigo KumperaReplace an explicit memory barrier with mono_atomic_sto...
2011-06-11 Rodrigo KumperaAdd the basics for memory model aware fencing.
2011-06-10 Mark Probst[sgen] Don't check for parallel collector in mono_sgen_...
2011-06-10 Rodrigo KumperaFix darwin-arm build.
2011-06-10 Rodrigo KumperaAdd regression tests for delegate invokes
2011-06-10 Rodrigo KumperaHandle more delegate invoke cases.
2011-06-09 Marek HabersackMerge pull request #110 from skolima/master
2011-06-08 Zoltan VargaMerge pull request #111 from Unity-Technologies/master...
2011-06-08 Tak[SDB] Fixup connection-time messages on attaching.
2011-06-07 Zoltan VargaFix a warning.
2011-06-04 Zoltan VargaUpdate LLVM backend to latest LLVM code.
2011-06-04 Zoltan VargaFix a corner case where an inlined bblock which had...
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Jonathan PryorSimplify building with the Android NDK.
2011-06-03 Zoltan VargaMake mono_gc_pthread_create () call pthread_create...
2011-06-03 Zoltan VargaFix the previous change.
2011-06-03 Zoltan VargaFix a warning.
2011-06-03 Robert NagyFix OpenBSD. KERN_PROC2 is not needed anymore here.
2011-06-02 Zoltan VargaFix NOMAP32BIT support in specific trampolines.
2011-06-02 Robert NagyFix openbsd build.
2011-06-01 Tom PhilpotFixes crash when calling Process.Start on a file with...
2011-06-01 Rodrigo KumperaHandle a vtable layout corner case.
2011-06-01 Rodrigo KumperaImprove vtable layout tracing.
2011-05-31 Mark Probst[sgen] Split the minor scan function between parallel...
2011-05-31 Mark Probst[sgen] Make nursery collector for parallel M&S non...
2011-05-31 Zoltan VargaFix some warnings.
2011-05-30 Zoltan VargaEmit write barriers after/before volatile loads/stores.
2011-05-30 Rodrigo Kumperabatch compiler fails on osx due to thread exaustion
2011-05-30 Rodrigo KumperaProperly handle field RVA under moving collector.
2011-05-30 Marek HabersackMerge pull request #97 from skolima/master
2011-05-30 Rodrigo KumperaFix invalid instantiations on method calls.
2011-05-30 Rodrigo KumperaFix sgen under xen
2011-05-30 Gonzalo Paniagua... Merge pull request #107 from duarten/master
2011-05-29 Duarte NunesThreads can now self-interrupt, as expected
2011-05-28 Mark Probst[sgen] Allocate small IDs for worker threads.
2011-05-26 Rodrigo KumperaFix HEAVY_STATS
2011-05-26 Rodrigo KumperaAdd stats for the nursery allocator
2011-05-26 Rodrigo KumperaSanitize assertions in the unmanaged object allocator.
2011-05-26 Rodrigo KumperaChange the managed allocator so the tlab wastage trick...
2011-05-26 Rodrigo KumperaBound tlab wastage to SGEN_MAX_NURSERY_WASTE.
2011-05-26 Rodrigo KumperaCleanup and move nursery allocator tunables to sgen...
2011-05-26 Rodrigo KumperaAdd nursery wastage accounting under heavy stats
2011-05-26 Rodrigo KumperaIntroduce mono_sgen_nursery_retire_region.
2011-05-26 Rodrigo KumperaImplement nursery allocation tracking.
2011-05-26 Rodrigo KumperaImplement lock free nursery allocation.
2011-05-26 Rodrigo KumperaUse a separate field to hold freed fragments
next