Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-17[runtime] NOHANDLES for ves_icall_System_Threading_Thread_GetCurrentThread (#...Aleksey Kliger (λgeek)
2020-01-07Set thread pool thread name just based on string pointer check. (#16637)Jay Krell
2019-10-19[bcl] Add null reference checks to Interlocked.Exchange<T> (#17400)Aleksey Kliger (λgeek)
2019-10-17[bcl] Remove CompareExchange_T (#17370)Aleksey Kliger (λgeek)
2019-10-16[bcl][jit] implement Interlocked.Exchange<T> in terms of object (#17341)Aleksey Kliger (λgeek)
2019-09-20[Coop] InterlockedCompare/Exchange (object/T) (#16873)Jay Krell
2019-08-17thread names: coop, constants, usually ignore-error.Jay Krell
2019-08-15Retain thread names as UTF8 instead of only UTF16. (#15945)Jay Krell
2019-08-15Reduce redundant setting of thread name. (#16253)Jay Krell
2019-07-31[runtime] Convert more icalls to use handles. (#15862)Zoltan Varga
2019-07-31Cleanup and resynchronize Thread/InternalThread fields. (#15910)Jay Krell
2019-06-24Fix race related to final event signaling in RegisteredWaitHandle. (#15280)Johan Lorensson
2019-06-05Reflect recent NS2.1 changes (#14679)Egor Bogatov
2019-05-22[netcore] Add Microsoft.Private.CoreFx.OOB package to corefx-restore.csproj ...Egor Bogatov
2019-05-21Removing some remoting and multi-appdomain APIs on wasm and the AOT test prof...Martin Baulig
2019-05-10Add a few `DISABLE_SECURITY` conditionals. (#14300)Martin Baulig
2019-04-25Getting rid of the `DISABLE_REMOTING` conditional.Martin Baulig
2019-03-31[System.Private.CoreLib/mscorlib] Implement Interlocked.MemoryBarrierProcessW...Filip Navara
2019-03-28[netcore] Implement missing functions in RegisteredWaitHandle and EventWaitHa...Filip Navara
2019-03-06NS2.1 Sync new changes, mobile profiles (#13198)Egor Bogatov
2019-02-25[System.Private.CoreLib] Implement more APIsMarek Safar
2019-02-20NS2.1: System.Security.Cryptography changes (#13022)Egor Bogatov
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2019-01-25Integration and bug fixes to enable use of roslyn compiler server (#12476)Katelyn Gadd
2019-01-18[System.Private.CoreLib] Initial build pass (#12450)Marek Safar
2019-01-15[threads] Use refcounts for coordinating finalization and detachingAleksey Kliger
2019-01-07[Coop] Convert and cleanup open/create of named mutex/event/semaphore. (#12002)Jay Krell
2018-11-17[NS2.1] IntPtr, UIntPtr, Encoding, Enum, Random, Thread, System.Net primitive...Egor Bogatov
2018-10-01[corlib] Cleans up few static ctorsMarek Safar
2018-09-06[corlib] Replace System and other namespaces with CoreFX sources (#9744)Egor Bogatov
2018-04-25[corlib] ConcurrentExclusiveSchedulerPair from corefx (#8040)Egor Bogatov
2018-04-18[corlib] SynchronizationContext does not work on non-root AppDomain on Androi...Ludovic Henry
2018-02-23Fix xamarin-android issue 1130 and add test (#6326)Katelyn Gadd
2018-02-23[WASM] Implement timers. (#7193)Rodrigo Kumpera
2018-01-31[threads] Return boolean instead of pointer from Thread_internal (#6661)jaykrell
2017-12-14Fix bug 60568: SynchronizationContext.Wait not implemented or invoked by runt...Katelyn Gadd
2017-10-12fix bug-60031 Thread doesn't throw ThreadStateException when it shouldEgorBo
2017-10-09[corlib] Throw exception on using disposed Timer object. Fixes #60028Alexis Christoforides
2017-06-17[w32handle] Unify WaitHandle.Wait{One,Any,All} icalls (#5051)Ludovic Henry
2017-03-29Bump corefxMarek Safar
2017-03-03[threads] Remove ThreadState_StopRequested (#4462)Ludovic Henry
2017-03-03[threads] Remove mono_threads_create_thread (#4411)Ludovic Henry
2017-03-03[threads] Remove dead field cached_culture_info (#4410)Ludovic Henry
2017-02-21[threadpool] Do not swallow exception in RegisterWaitForSingleObject callback...Ludovic Henry
2017-02-07Remove comment from Thread.cs describing field removed in 4.8Andi McClure
2016-11-23[bcl] Implement Thread.CurrentThread using an icall which calls mono_… (#4011)Zoltan Varga
2016-11-09[threads] Always use the `suspended` MonoOSEvent for self-suspend (#3915)Ludovic Henry
2016-11-04[threads] Use MonoOSEvent for Thread.Suspend/Resume (#3881)Ludovic Henry
2016-10-29[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited e...Ludovic Henry
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger