Implement Dns.GetHostEntry(string.Empty) on Mac OS.
[mono.git] / mono / metadata / sgen-marksweep.c
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Mark Probst[sgen] Add some explanatory comments.
2012-06-01 Rodrigo KumperaImplement better pointer spew for the new heap verifier.
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-28 Rodrigo KumperaAdd new whole heap verifier that can catch a whole...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-18 Rodrigo KumperaMake asserts more usefull.
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-23 Rodrigo KumperaMerge pull request #277 from konrad-kruczynski/master
2012-04-23 Rodrigo KumperaFix concurrent sweep thread start code to actually...
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-08 Rodrigo KumperaCleanup the mess that ptr_in_nursery became with all...
2012-02-02 Rodrigo KumperaSwitch all time counters to use the new counter type...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-28 Rodrigo KumperaFix parallel MS pinning code.
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-11 Rodrigo KumperaAdd an extra heavy stats for remarked cards.
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-10-04 Mark Probst[sgen] Use our mutex abstraction instead of pthreads...
2011-10-04 Mark Probst[sgen] Use our TLS abstraction instead of pthreads...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-20 Zoltan VargaFix warnings.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-20 Rodrigo Kumperams_get_empty_block must atomically pop from empty_blocks.
2011-05-31 Mark Probst[sgen] Split the minor scan function between parallel...
2011-03-22 Neale FergusonFix sweep processing for big endian s390x
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Store the destination's vtable before CASing...
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Neale FergusonFix sgen operation on s390x
2011-02-21 Mark ProbstMerge branch 'sgen-new-parallel'
2011-02-21 Mark Probst[sgen] Use __thread for the workers free block lists...
2011-02-21 Mark Probst[sgen] Have thread-local block free lists in worker...
2011-02-21 Mark Probst[sgen] Don't lock for allocating objects from the free...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-08 Mark Probst[sgen] Only load an object's vtable word if absolutely...
2011-02-08 Mark Probst[sgen] Fix some debug functions.
2011-02-08 Mark Probst[sgen] Keep statistics on slots allocated in vain in...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-20 Rodrigo KumperaBetter cardtable stats.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Mark Probst[sgen] Always use the GC descriptor instead of MonoClas...
2010-12-20 Mark Probst[sgen] Make Mark&Sweep compile without card tables.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Make concurrent sweep user-selectable.
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-03 Mark Probst[sgen] Concurrent sweep.
2010-12-02 Mark Probst[sgen] Zero freed blocks in fixed heap Mark&Sweep.
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-12-01 Zoltan VargaFix some warnings.
2010-12-01 Zoltan VargaHandle LOS objects in describe_ptr ().
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Mark Probst[sgen] Implement evacuation for parallel mark.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Mark Probst[sgen] Use bit fields for the booleans in MSBlockInfo.
2010-11-12 Rodrigo KumperaHandle OOM under evacuation.
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaAssert if we OOM during major evacuation.
2010-11-10 Rodrigo KumperaMake the parallel OOM handling code more resilient.
2010-11-10 Rodrigo KumperaImplement oom handling for MS.
2010-11-10 Rodrigo KumperaAdd heap size accounting.
next