Fix enter/exit critical region visibility.
[mono.git] / mono / metadata /
2011-09-26 Rodrigo KumperaFix enter/exit critical region visibility.
2011-09-25 Gonzalo Paniagua... Create the first tp thread right away.
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 Miguel de IcazaFix my profiler loader.
2011-09-20 Zoltan VargaFix warnings.
2011-09-20 Zoltan VargaCall ensure_synch_cs_set () in thread_cleanup () too...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Rodrigo KumperaAvoid duplicates in the SSC xrefs.
2011-09-13 Rodrigo KumperaAdd logging to sgen-bridge. Log times and sizes.
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-07 Miguel de IcazaFallback: load profiler from the Mono default path...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Rodrigo KumperaImprove exception message.
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-06 Gonzalo Paniagua... Display more debugging info when epoll fails
2011-09-06 Gonzalo Paniagua... Fallback to poll() if epoll_create() fails
2011-09-04 Zoltan VargaImprove the name of the proxy isinst wrappers.
2011-09-01 Rodrigo KumperaThe fin hashtable holds no value, so revert to tagging...
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-09-01 Rodrigo KumperaAdd new sgen-hash method that changes the value of...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-28 Zoltan VargaAllow pointers to structures to be passed in pinvoke...
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-19 Rodrigo KumperaCorrectly calculate the size of the freed array buffer.
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-18 Marek SafarMerge pull request #160 from garuma/tpl-dataflow-plumbing
2011-08-18 Rodrigo KumperaHandle android's broken pthread_kill in sgen too.
2011-08-17 Mark ProbstMerge branch 'sgen-hash-table'
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the bridge hash.
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the weak link...
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the roots hashes.
2011-08-17 Mark Probst[sgen] Factor out the finalize hash tables into a reusa...
2011-08-17 Miguel de IcazaMore updates
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-13 Gonzalo Paniagua... [threadpool] Exit on unhandled exceptions only
2011-08-13 Gonzalo Paniagua... [threadpool] Work around for a race-condition
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-12 Chris Toshokif we're intentionally using power-of-two sizing for...
2011-08-11 Zoltan VargaBump corlib version since fe3372f4231106669ab93e2d23a51...
2011-08-11 Marek Habersack[runtime] Fix for Xamarin bug #99. Don't fail to parse...
2011-08-10 Zoltan VargaGet rid of the macros in mono-tls.h to fix many warnings.
2011-08-10 Zoltan VargaWrap pthread_exit () with mono_gc_pthread_exit () since...
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaRevert "More NACL updates"
2011-08-09 Elijah TaylorMore NACL updates
2011-08-05 Elijah TaylorFixups for nacl at head revision.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Mark Probst[sgen] Enqueue finalizers after update the pointer.
2011-08-04 Mark ProbstSet the WSQ TLS key to inited after initing it.
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Marek Habersack[runtime, globalization] Fix for Xamarin bug #161....
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-07-28 Rodrigo KumperaOSX won't expose IPV6_PKTINFO unless __APPLE_USE_RFC_35...
2011-07-28 Mark Probst[sgen] Don't use pthread_once() to init a TLS key,...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Mark Probst[sgen] Don't allow nursery sizes smaller than SGEN_MAX_...
2011-07-27 Mark Probst[sgen] Construct the array_fill_vtable manually.
2011-07-27 Mark Probst[sgen] Accept numbers without suffixes in env var param...
2011-07-26 Mark Probst[sgen] Use the proper object size when scanning arrays...
2011-07-26 Mark Probst[sgen] Print a warning when using binary protocol and...
2011-07-26 Mark Probst[sgen] Binary protocol for every write barrier, not...
2011-07-26 Mark Probst[sgen] Make the binary protocol compile and work again.
2011-07-26 Mark Probst[sgen] Fix mono_gc_wbarrier_value_copy() for remsets.
2011-07-26 Mark Probst[sgen] Make mono_sgen_safe_object_get_size() handle...
2011-07-25 Damien Diederen[480178] Fix handling of surrogate characters.
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstTLS is always fast now, so remove NO_TLS_SET_VALUE...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-20 Geoff NortonType matching is fun
2011-07-20 Geoff Nortoninfo->signal does not exist on MACH either
2011-07-20 Geoff Nortoninfo->stop_count does not exist on MACH
2011-07-19 Mark ProbstNew function: mono_valloc_aligned().
2011-07-19 Mark Probst[sgen] rehash_roots() must take an int, not a boolean.
2011-07-19 Mark Probst[sgen] Use g_usleep() instead of usleep().
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-07-18 Rodrigo KumperaFix mono_thread_get_stack_bounds thread bounds.
2011-07-18 Mark Probst[sgen] Use ptrdiff_t instead of ssize_t.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-18 Mark Probst[gc] Don't do unaligned loads in mono_gc_memmove ().
2011-07-13 Mark Probst[sgen] Option for an allowance limit.
2011-07-12 Mark Probst[gc] Fix a bug in atomic memmove.
2011-07-12 Zoltan VargaStore precise wrapper info for native-to-managed wrappe...
2011-07-11 Mark Probst[sgen] Debug option for printing the heap usage and...
2011-07-10 Zoltan VargaFix caching in mono_marshal_get_array_address ().
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 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 #121 from LogosBible/processfixes
next