mono.git
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 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...
2012-12-05 Marek SafarAdd new test
2012-12-05 Marek SafarUpdate mcs translations
2012-12-05 Marek SafarAdd resx to dist files
2012-12-05 Jonathan PryorDon't version shared libraries on Android.
2012-12-04 Zoltan VargaAdd support for interior pointers for oldspace objects...
2012-12-04 Zoltan VargaCall the specialized SortImpl<T> implementation from...
2012-12-04 Zoltan VargaAvoid using hand-specialized qsort<K,T> instantiations...
2012-12-04 Marek SafarEnable 4.x api for MonoTouch
2012-12-04 Marek SafarMove System.Json sources from external before they...
2012-12-04 Marek SafarAdd MOBILE defines to 4.0 code
2012-12-04 Marek Safarifdef same extension method which exists in 4.5 mscorlib
2012-12-04 Zoltan VargaOptimize the emission of dwarf line number info by...
2012-12-04 Zoltan VargaReduce the number of non-temporary symbols in AOT outpu...
2012-12-04 Zoltan VargaDelete .dSYM directories using rm -rf.
2012-12-04 Marek SafarDisable some of tests which MT cannot handle
2012-12-04 Marek SafarBump ikvm (fixes stream references leak)
2012-12-04 Marek SafarPass empty array to Main methods
2012-12-03 Jeffrey StedfastDon't return a shared CFProxy instance
2012-12-03 Marek SafarUpdate tests
2012-12-03 Marek SafarAdd MonoTouch test skeleton project
2012-12-03 Jeffrey StedfastFixed MacOS proxy support for proxies requiring authent...
2012-12-03 Marek SafarMake Main method public
2012-12-03 Marek SafarAdd MonoTouch mode
2012-12-03 Marek SafarAdd MonoTouch compatible run mode
2012-12-03 Marek SafarWorkaround ikvm filestream dispose bug
2012-12-03 Zoltan VargaOptimize the GC map construction code a bit.
2012-12-03 Martin Baulig[WCF]: Support embedded <wsp:Policy> elements.
2012-12-01 Zoltan VargaAvoid a newline in some mono_trace () calls, it already...
2012-11-30 Rodrigo KumperaHandle a loader generic type hierarchy corner case...
2012-11-30 Rodrigo KumperaRegistrationServices from the Mobile profile. This...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-29 Rodrigo KumperaAdd stats for cards remarked by the gc and left untouch...
2012-11-29 Jeremie Laval[monkeydoc] Precise the HelpSource that is tested in...
2012-11-29 Jeremie Laval[monkeydoc] Robustify EcmaDesc equality checking and...
2012-11-29 Jeremie Laval[monkeydoc] Due to some existing doc, revert to Ordinal...
2012-11-29 Mark Probst[tests] Fix pinning in finalizer-exception.cs.
2012-11-29 Pablo Ruiz... Fix style to adhere to mono's coding guidelines.
2012-11-29 Jeremie LavalRevert "Revert "[monkeydoc] Remove debug spew""
2012-11-29 Jeremie Laval[monkeydoc] Disable now unneeded hack
2012-11-29 Jeremie Laval[monkeydoc] Handle more special generation case
2012-11-29 Jeremie Laval[monkeydoc] Proxy back GetCachedHelpStream to the right...
2012-11-29 Jeremie Laval[monkeydoc] Only calculate internal id if necessary
2012-11-29 Jeremie Laval[monkeydoc] Use a map to quickly access zip archive...
2012-11-29 Jeremie Laval[monkeydoc] Avoid variable name clash
2012-11-29 Jeremie LavalRevert "[monkeydoc] Remove debug spew"
2012-11-29 Jeremie Laval[monkeydoc] Create the summary files in ecma-provider
next