add Performance counter for "Process", "Working Set" and "Virtual Bytes" and "Thread...
[mono.git] / mono / metadata /
2011-02-19 Gonzalo Paniagua... patch-quiet now works in systems with 'gsed'
2011-02-19 Gonzalo Paniagua... [threadpool] Add support for kqueue asynch. IO.
2011-02-19 Gonzalo Paniagua... [threadpool] fixes for epoll.
2011-02-18 Gonzalo Paniagua... Add (c). Remove printfs.
2011-02-18 Gonzalo Paniagua... Fix the windows build.
2011-02-18 Gonzalo Paniagua... [threadpool] Split the socket code in separate files.
2011-02-16 Geoff NortonFix ARCH_STORE_REGS on arm to save r0->r12 properly
2011-02-16 Hib ErisDecorate _image_base__ with __MINGW_LSYMBOL
2011-02-16 Gonzalo Paniagua... Remove a bunch of warnings.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Rodrigo KumperaDon't assert on broken DM names.
2011-02-13 Rodrigo KumperaAdd bad string resistent utf16-utf8 conversions.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Mark Probst[sgen] Register the main_thread as a GC root. Fixes...
2011-02-13 Gonzalo Paniagua... [HttpListener] Small improvements
2011-02-13 Zoltan VargaFix reading of cattr arguments of type Type[]. Fixes...
2011-02-11 Zoltan VargaFix token generation for TypeBuilder's in another assem...
2011-02-11 Hib ErisEarlier undefine HAVE_GETPROCESSID when cross compiling
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-02-11 Zoltan VargaMake the wait in the finalizer thread alertable to...
2011-02-11 Zoltan VargaAdd a MONO_ prefix to the PROCESSOR_ARCHITECTURE_ const...
2011-02-10 Rodrigo KumperaHandle ConstructorBuilders on other assemblies.
2011-02-10 Rodrigo KumperaRevert "Don't use io layer semaphores for object monitors."
2011-02-10 Rodrigo KumperaDon't use io layer semaphores for object monitors.
2011-02-10 Zoltan VargaFix a warning.
2011-02-09 Rodrigo KumperaHandle assignment check of variant type and its gtd.
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-09 Rodrigo KumperaCleanup the reference queue on domain unload.
2011-02-08 Gonzalo Paniagua... [threadpool] Added dynamic concurrent queue implementation
2011-02-08 Mark Probst[sgen] Two carefully placed prefetches.
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-02-08 Mark Probst[sgen] Make SGen compile with heavy statistics enabled.
2011-02-08 Miguel de IcazaUpdate docs
2011-02-08 Miguel de IcazaAdd prototype to .h file
2011-02-08 Lucas Meijerimplement mono_set_assemblies_path for platforms that...
2011-02-08 Rodrigo KumperaAvoid allocating memory for the handles.
2011-02-08 Rodrigo KumperaFix reference queue under boehm.
2011-02-08 Hib ErisUse winternl.h instead of ddk (when available)
2011-02-08 Hib ErisRemove implementation details from public header io...
2011-02-07 Zoltan VargaUse mono_method_get_vtable_slot () instead of accessing...
2011-02-06 Zoltan VargaFix a warning.
2011-02-03 Zoltan VargaFix a warning.
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-02-02 Rodrigo KumperaAvoid the loader lock in the common path.
2011-02-02 Rodrigo KumperaFix dynamic method cleanup at shutdown.
2011-02-01 Zoltan VargaMake caching in mono_marshal_get_virtual_stelemref...
2011-02-01 Rodrigo KumperaDon't use finalization to cleanup dynamic methods.
2011-02-01 Rodrigo KumperaImplement a reference queue API.
2011-02-01 Marek Habersack[runtime] AddWatcher icall must look up the path in...
2011-01-31 Marek Habersack[runtime] Use IOAMP-aware method of looking for domain...
2011-01-31 Jo ShieldsReally fix sgen on PowerPC Linux. Assembler on Linux...
2011-01-29 Geoff NortonTypo
2011-01-29 Geoff NortonAvoid a crash when shutting down jit attached threads
2011-01-28 Geoff NortonEnsure we setup the vtable before accessing it
2011-01-27 Zoltan VargaFix AOT support for types in the EXPORTEDTYPE table.
2011-01-27 Zoltan VargaApplied patch from Burkhard Linke <blinke@cebitec.uni...
2011-01-27 Zoltan VargaFix name of CASTCLASS wrappers.
2011-01-26 Rodrigo KumperaFix freeing of delegate wrappers.
2011-01-25 jonchamUse mono_marshal_free rather than g_free for deallocati...
2011-01-25 jonchamFix invalid IL code for marhsalling safe arrays.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[sgen] Don't assert when on Android.
2011-01-24 Mark Probst[sgen] Make the second bridge DFS pass use an implicit...
2011-01-24 Mark Probst[sgen] Use an explicit stack instead of recursion for...
2011-01-24 Mark Probst[build] pkg-config support for libmonosgen.
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-24 Geoff NortonAvoid leaking the vmmap allocated by the kernel for...
2011-01-24 Geoff NortonFix a mach port leak
2011-01-22 Rodrigo KumperaFix corlib compilation
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-22 Zoltan VargaFix sgen build on PPC linux.
2011-01-22 Bassam TabbaraFix for 666225
2011-01-21 Zoltan VargaTransition non perf-critical users of klass->has_finali...
2011-01-21 Zoltan VargaInitialize klass->has_finalizer lazily. This allows...
2011-01-20 Rodrigo KumperaSpeedup LOS scanning.
2011-01-20 Rodrigo KumperaBetter cardtable stats.
2011-01-20 Rodrigo KumperaFix typo in error message
2011-01-20 Rodrigo KumperaFix thread-exit race under sgen.
2011-01-20 Sebastien PouliotAdd an helper function to deal with NULL MonoMethod...
2011-01-20 Jb Evain[bug] Prevent a GetMethodBody call on a dynamic method...
2011-01-19 Rodrigo KumperaProperly clear weak refs that don't track resurrection.
2011-01-18 Zoltan VargaDisable some of the FastCopy fast paths since they...
2011-01-18 Zoltan VargaAllow only primitive types/enums in RuntimeHelpers...
2011-01-17 Zoltan VargaMake runtime invoke wrappers use cdecl cconv on windows.
2011-01-17 Rodrigo KumperaDon't check for brokeness when verifying contraints.
2011-01-16 Zoltan VargaFix the previous marshalling change so it only applies...
2011-01-16 Zoltan VargaPass the string encoding to emit_struct_conv () so...
2011-01-14 Zoltan VargaError out instead of crashing when using sgen+pthread.
2011-01-14 Zoltan VargaFix a warning.
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-13 Zoltan VargaFix a warning.
2011-01-13 Rodrigo KumperaHandle one more case of constraint compatibility.
2011-01-13 Rodrigo KumperaBetter document how remapping works
2011-01-13 Rodrigo KumperaFix 2.0 remapping of System.Transations to 2.0 and...
2011-01-12 Rodrigo KumperaFix array assignability to one of its generic interfaces.
2011-01-12 Rodrigo KumperaHandle more cases of gtd encoded as ginst over itself.
2011-01-12 Atsushi EnoFix cygwin build.
2011-01-11 Mark Probst[sgen] Don't register objects for finalization if the...
next