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 (Collapse)Author
2008-09-17Wed Sep 17 11:48:00 CEST 2008 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* Timer.cs: rewritten to use Threading.Timer so it doesn't create a thread per timer and behaves better. Fixed also a few implementation bugs. svn path=/trunk/mcs/; revision=113267
2008-07-172008-07-17 Jb Evain <jbevain@novell.com>Jb Evain
* Timer.cs: Fix ArgumentException message. Patch by Paul Burton. svn path=/trunk/mcs/; revision=108172
2007-10-30In Test/System.Timers:Robert Jordan
2007-10-30 Robert Jordan <robertj@gmx.net> * TimerTest.cs: Enable test for bug #82701/#325368. In System.Timers: 2007-10-30 Robert Jordan <robertj@gmx.net> * Timer.cs (set_Enabled): Allow setting Enabled from within the Elapsed event handler. Fixes #325368. svn path=/trunk/mcs/; revision=88437
2007-09-072007-09-07 Dick Porter <dick@ximian.com>Dick Porter
* Timer.cs: This calls Thread methods in the finalizer too, so use the same workaround as in r85425. svn path=/trunk/mcs/; revision=85474
2007-09-05* Timer.cs: On 2.0 profile, only allow 32-bit interval in ctor.Gert Driesen
svn path=/trunk/mcs/; revision=85357
2006-12-192006-12-19 Robert Jordan <robertj@gmx.net>Robert Jordan
* Timer.cs: Apply the latest patch at attached to bug #77847. svn path=/trunk/mcs/; revision=69727
2006-12-192006-12-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Timer.cs: Fixes race condition (bug #77847). Patch from Robert Jordan. svn path=/trunk/mcs/; revision=69726
2006-12-112006-03-19 Robert Jordan <robertj@gmx.net>Robert Jordan
* Timer.cs: Fix race condition of the wait handle object. Fixes bug #77847. svn path=/trunk/mcs/; revision=69357
2005-11-162005-11-16 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile. * Timer.cs: Add [Browsable(false)] to SynchronizingObject property for 2.0 profile. * TimersDescriptionAttribute.cs: Description always returns null. svn path=/trunk/mcs/; revision=53118
2005-05-27Fixed bug #75068Kornél Pál
svn path=/trunk/mcs/; revision=45121
2004-06-21Add MIT license to System.dllDuncan Mak
svn path=/trunk/mcs/; revision=30054
2004-06-15 * Timer.cs: The timer thread must be a background thread.Lluis Sanchez
This fixes #58816. svn path=/trunk/mcs/; revision=29594
2004-05-112004-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Timer.cs: if AutoReset, disable the timer before adding the callback to the ThreadPool. Patch by Tim Fries <timf@dicecorp.com>. Fixes bug #57993. svn path=/trunk/mcs/; revision=27114
2003-03-172003-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Timer.cs: Elapsed is an event. Added a few attributes. svn path=/trunk/mcs/; revision=12620
2002-11-202002-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* ChangeLog: * ElapsedEventArgs.cs: * ElapsedEventHandler.cs: * Timer.cs: * TimersDescriptionAttribute.cs: New files. Don't use timers yet. If you do, your program will never end. svn path=/trunk/mcs/; revision=9103