mono.git
2012-12-11 Jérémie Laval[monkeydoc] Correctly compute internal id
2012-12-11 Jérémie Laval[monkeydoc] Correctly append kind caption to types
2012-12-11 Jérémie Laval[monkeydoc] Set things right
2012-12-11 Jérémie Laval[monkeydoc] Use HelpSource's name to compute the cache key
2012-12-11 Jérémie Laval[doc] Disable mono-tracing as an documented API in...
2012-12-11 Rodrigo KumperaRevert "Merge pull request #495 from nicolas-raoul...
2012-12-11 Atsushi EnoFix reactive.pc file name in rpm spec.
2012-12-11 Rodrigo KumperaAutomake can't handle missing conditional includes...
2012-12-11 Mark Probst[sgen] Fix SGen tests.
2012-12-11 Jérémie Laval[build] Update Lucene.net submodule to use mono org URL
2012-12-11 Atsushi Enooops, forgot to bring reactive.pc back after some attem...
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-11 Marek SafarMerge pull request #521 from DavidS/stub-ServiceInstall...
2012-12-11 Atsushi Enofix build so far.
2012-12-11 Atsushi EnoAdd Reactive Extensions as installed libs, take 2 ...
2012-12-11 David SchmittServiceInstaller: add DelayedAutoStart property for...
2012-12-10 Rodrigo KumperaIntroduce hooks for parallel build scripts.
2012-12-10 Paolo MolaroIntroduce support for unlimited trampolines.
2012-12-10 Sebastien PouliotSimplify a bit FULL_AOT_RUNTIME build wrt use of Common...
2012-12-10 Yann ROBINfix code according to mono coding guidelines
2012-12-10 Yann ROBINfix code according to mono coding guidelines
2012-12-10 Mark Probst[sgen] Build fix.
2012-12-10 Jonathan Pryor[monodoc] Look for docs in LocalApplicationData
2012-12-09 Mark Probst[sgen] Mention marksweep-conc in the man page.
2012-12-09 Mark Probst[sgen] Debugging code to check gray queue section's...
2012-12-09 Mark Probst[sgen] Just pass one struct around, instead of scan_fun...
2012-12-09 Mark Probst[sgen] Use SGEN_ATOMIC_ADD instead of doing it by hand.
2012-12-09 Mark Probst[sgen] Define all dummy DTrace macros.
2012-12-09 Mark Probst[sgen] A few assertions.
2012-12-09 Mark Probst[sgen] Start the workers before pinning when concurrent.
2012-12-09 Mark Probst[sgen] Disable redirection to distribute queue after...
2012-12-09 Mark Probst[sgen] Fix weak tracking links in concurrent mark.
2012-12-09 Mark ProbstMake weak links initialized to NULL before calling...
2012-12-09 Mark Probst[sgen] DTrace probes for finalisers and weak links.
2012-12-09 Mark Probst[sgen] Remove workers_gc_thread_data.
2012-12-09 Mark Probst[sgen] Number of major objects marked in concurrent...
2012-12-09 Mark Probst[sgen] Remove debugging printfs.
2012-12-09 Mark Probst[sgen] Handle all blocks without mod union tables,...
2012-12-09 Mark Probst[sgen] Handle major object remembers happening outside...
2012-12-09 Mark Probst[sgen] Option to disable lazy sweep in MONO_GC_PARAMS.
2012-12-09 Mark Probst[sgen] Don't try to wake up workers before they've...
2012-12-09 Mark Probst[sgen] Remove stupid old concurrent sweep.
2012-12-09 Mark Probst[sgen] Sweep blocks in cardtable scans only if there...
2012-12-09 Mark Probst[sgen] Don't try to wait for workers unless we're concu...
2012-12-09 Mark Probst[sgen] More information in sweep and world restart...
2012-12-09 Mark Probst[sgen] Fix locking of the worker distribute gray queue.
2012-12-09 Mark Probst[sgen] Remove gray queue balance.
2012-12-09 Mark Probst[sgen] DTrace probes for sweep begin/end and concurrent...
2012-12-09 Mark Probst[sgen] Workers dequeue from the distribute gray queue...
2012-12-09 Mark Probst[sgen] Always allocate objects with a vtable.
2012-12-09 Mark Probst[sgen] DTrace probes for world stop/restart.
2012-12-09 Mark Probst[sgen] Only scan marked objects when processing the...
2012-12-09 Mark Probst[sgen] Make nursery-is-clean check a MONO_GC_DEBUG...
2012-12-09 Mark Probst[sgen] Debugging checks on gray object enqueues.
2012-12-09 Mark Probst[sgen] Never enqueue nursery pointers for the concurren...
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
2012-12-09 Mark Probst[sgen] Separate binary protocol entries for collection...
2012-12-09 Mark Probst[sgen] Objects promoted during concurrent collections...
2012-12-09 Mark Probst[sgen] Clear nursery fragments before whole heap check.
2012-12-09 Mark Probst[sgen] Enqueue objects allocated during minor collectio...
2012-12-09 Mark Probst[sgen] Pass scan function to sgen_drain_gray_stack().
2012-12-09 Mark Probst[sgen] Handle forwarded objects better in describe_ptr().
2012-12-09 Mark Probst[sgen] Do concurrent collection concurrently.
2012-12-09 Mark Probst[sgen] Allocate job data dynamically.
2012-12-09 Mark Probst[sgen] Scan cardtable mod union when finishing up major...
2012-12-09 Mark Probst[sgen] Do another copy/mark pass when finishing up...
2012-12-09 Mark Probst[sgen] Assert that concurrent mark never pins major...
2012-12-09 Mark Probst[sgen] Factor out major copying and marking from roots...
2012-12-09 Mark Probst[sgen] Don't check the value for nursery in the concurr...
2012-12-09 Mark Probst[sgen] Mod-union card tables.
2012-12-09 Mark Probst[sgen] Don't pin when doing concurrent collections.
2012-12-09 Mark Probst[sgen] Reset pinning early in concurrent collector.
2012-12-09 Mark Probst[sgen] Separate function for finishing major collections.
2012-12-09 Mark Probst[sgen] Only allow the card table wbarrier for concurren...
2012-12-09 Mark Probst[sgen] Some nursery stuff isn't necessary for concurren...
2012-12-09 Mark Probst[sgen] Separate mark for concurrent collector. Not...
2012-12-09 Mark Probst[sgen] Concurrent flag for major collectors.
2012-12-09 Mark Probst[sgen] Mark/pin large objects in the LOS header, not...
2012-12-09 Mark Probst[sgen] Split major collection into startup and work.
2012-12-09 Mark Probst[sgen] Tiny code cleanup.
2012-12-09 Mark Probst[sgen] Remove superfluous fields from LOSObject.
2012-12-09 Mark Probst[sgen] Mark unused gray queue as invalid.
2012-12-09 Mark ProbstProperly (?) fix TimeZoneInfo.cs build.
2012-12-07 Rodrigo KumperaFix System.Core/System.TimeZoneInfo build under basic...
2012-12-07 Rodrigo Kumpera[sgen]Improve fatal OOM messaging to include the reques...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-07 Yann ROBINadd LogicalCallContext to ExecutionContext
2012-12-07 Zoltan VargaTreat valuetype arguments precisely during precise...
2012-12-07 Atsushi EnoFix mobile builds.
2012-12-07 Martin BauligAdd missing '#if NET_4_5'.
2012-12-06 Rodrigo KumperaEnable MOBILE mmap support under ios-simulator. Fixes...
2012-12-05 Martin Baulig[WCF]: Implement and improve missing WsdlExporter pieces.
2012-12-05 Rodrigo KumperaBump mono to 3.0.3
2012-12-05 Zoltan VargaRevert dfa9220e8b7e89c29447a71c7b30d5a9a3cbdfec.
2012-12-05 technomage[Mono] TimeZoneInfo.FindSystemTimeZoneById returns...
2012-12-05 Zoltan VargaTreat param area stack slots as being part of the calle...
2012-12-05 Zoltan VargaAvoid computing the remset size in sgen_ssb_record_poin...
2012-12-05 Marek SafarBring back 2.10 based System.Json and move aspnet stack...
next