summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
Commit message (Expand)AuthorAgeFilesLines
* avoid busy wait if new short block-time will be set within service event-cycl...sebres_event_perf_fix_busy_waitsebres2017-07-131-7/+22
* avoid blocking wait if we've some retarded events (from last event-cycle) and...sebres2017-07-101-0/+12
* reintegrate sebres-8-6-event-perf-branch back to 8.5sebres2017-07-101-159/+325
|\
| * Stability fix: queue epoch to guarantee avoid broken queue, service level to ...sebres2017-07-101-160/+326
| * merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6sebres2017-07-101-80/+440
| |\ | |/ |/|
* | code review and small optimizations sebres2017-07-031-8/+10
* | fix check event source threshold (corresponds 100-ns ranges, if the wide-clic...sebres2017-07-031-38/+51
* | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind...sebres2017-07-031-0/+23
* | fixed timer-marker handling: timer should be always executed after queued eve...sebres2017-07-031-99/+145
* | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-...sebres2017-07-031-41/+86
* | Merge branch 'fix-busy-prompt-timers' into event-perf-branch: sebres2017-07-031-34/+81
* | resolved some warnings / fixed unix resp. x64 compilation sebres2017-07-031-1/+1
* | dynamic increase of timer resolution corresponding wait-time; sebres2017-07-031-13/+23
* | [enhancement] extend "vwait" with same options as "update", new syntax "vwait...sebres2017-07-031-27/+27
* | [performance] do one event (update / event servicing) cycle optimized (introd...sebres2017-07-031-22/+132
* | [performance] much better handling for timer events within Tcl_ServiceEvent u...sebres2017-07-031-39/+15
* | [performance] large performance increase by event servicing cycles (3x - 5x f...sebres2017-07-031-15/+104
| * Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime.jan.nijtmans2013-11-161-5/+1
| |\ | |/ |/|
* | Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime.jan.nijtmans2013-11-161-5/+1
| * Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
| * MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-0/+1
| * Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| |\ | |/ |/|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * | Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
| * | * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-3/+6
| * | Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-151-2/+14
* | | Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
| | * More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-6/+5
| | * Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
| | * Style improvements - invoking callbacks without visual junk.dkf2008-10-261-7/+7
| | * CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-2/+2
| | * TIP 285 ImplementationJoe Mistachkin2008-06-131-2/+2
| | * * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-25/+16
| |/ |/|
* | Minor change: Improved code styledkf2006-09-251-14/+21
* | yet another stab at 1564777Kevin B Kenny2006-09-251-2/+2
* | yet another stab at 1564777Kevin B Kenny2006-09-251-9/+29
* | fix line endingsdgp2006-09-251-1127/+1127
* | Fix [Bug 1564677]dkf2006-09-251-1123/+1127
* | ANSIfydkf2005-11-021-48/+47
* | Systematizing the formattingdkf2005-07-211-255/+256
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-2/+5
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-9/+16
* | Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-151-2/+14
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-2/+2
* | some silly reformatting changes to remove useless whitespace.davygrvy2004-03-081-4/+4
|/
* Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the Kevin B Kenny2003-02-151-7/+8
* * generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode):hobbs2002-12-171-4/+10