Commit History

Author SHA1 Message Date
  Rodrigo Kumpera cfeac85100 [corlib] Use AppContextSwitches implementation from RS. Fixes #54448 (#4682) 8 years ago
  Alexander Köplinger c4a5b6b5c3 [mcs] Remove NET_4_5 ifdef from the source files 9 years ago
  Alexander Köplinger bf5947a0fd [corlib] Improve CancellationTokenSource test 10 years ago
  Marek Safar ce38fb23c5 [corlib] Improve CancellationTokenSource test 10 years ago
  Ludovic Henry b13ad263cd [corlib] Fix dispose race condition in CancellationTokenSource 10 years ago
  Alexander Köplinger 98cf04084a [bcl] Remove NET_4_0 defines from class libs 10 years ago
  Zoltan Varga dd2b784606 [bcl] Increase some test timeouts to avoid failures when running with llvm. 11 years ago
  Rodrigo Kumpera a89b144a7d [corlib] Fix the 4.5 test suite. 12 years ago
  Rodrigo Kumpera 51d2b75664 [corlib] Fix 4.0 test suite compilation. 12 years ago
  Marek Safar 661af380c3 [corlib] Fixes race in disposing CancellationTokenSource. Fixes #17256 12 years ago
  Andrea Canciani 0ac0c15211 Add testcases for callback and exception ordering 12 years ago
  Andrea Canciani 33178ca69c Fix CancellationTokenSourceTest.ReEntrantRegistrationTest 12 years ago
  Rodrigo Kumpera 1b92a4148c Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs. 13 years ago
  Jeremie Laval ed68f88573 [corlib] Dont use blocking wait call in CancellationTokenSource test 13 years ago
  Jérémie Laval 75222a62c5 [corlib] Linked token callback to the proxy CancellationTokenSource shouldn't throw ODE in concurrent situations. 13 years ago
  Jérémie Laval 253c5fb1d3 [corlib] Dispose linked tokens connections when disposing the resulting CancellationTokenSource 13 years ago
  Marek Safar d5a78c50c1 Fix CancellationTokenSource cancellation during Dispose 13 years ago
  Jeremie Laval b0dcb61630 [corlib] Fix NullRef when using dispose a CancellationTokenRegistration when the initial source has been disposed 13 years ago
  Jeremie Laval 7167f57c4d Rework CancellationTokenSource to remove locking. Fix #4173. 13 years ago
  Jeremie Laval b8abfaae4e Update copyrights 13 years ago
  Marek Safar bd98012400 Fix subtle issues with CancellationTokenSource and implement 4.5 methods 14 years ago