summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* merge novemdgp2017-08-181-0/+4
|\
| * merge 8.6dgp2017-08-101-0/+4
| |\
| | * Silence compiler warning in --disable-threads builddgp2017-08-101-0/+4
| * | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-7/+7
* | | merge novemdgp2017-04-111-22/+39
|\ \ \
| * \ \ merge trunkjan.nijtmans2017-04-111-22/+39
| |\ \ \ | | |/ /
| | * | More minor style fixes.dkf2017-04-101-20/+37
* | | | Detect binary errors in reflected channels.dgp2016-12-131-2/+9
|/ / /
* | | merge trunkjan.nijtmans2016-11-251-2/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2016-11-161-9/+9
|\ \ \ | |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-9/+9
* | | merge trunkjan.nijtmans2016-07-081-4/+4
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
| |/
* | merge trunkjan.nijtmans2016-03-111-2/+2
|\ \ | |/
| * [bbc304f61a] Avoid event handling when reflected channel has a watchdgp2016-03-081-2/+2
| |\
| | * [bbc304f61a] Proposed fix for reflected watch race condition.bug_bbc304f61adgp2016-03-021-1/+3
| |/
| * Backout failed attempt to fix [32ae34e63a].dgp2015-09-251-0/+8
| |\
| * \ [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ...dgp2015-09-231-8/+0
| |\ \ | | |/
| | * Protect CopyState buffer from conflicting uses when CopyData() is calleddgp2015-09-231-8/+0
| | * Backport the cheaper Preserve/Release on channels.dgp2014-08-011-2/+2
| | |\ | | |/ | |/|
* | | Merge trunk. jan.nijtmans2014-08-141-25/+42
|\ \ \ | |/ /
| * | Reduce the cost of Preserve/Release on channelsdgp2014-07-301-2/+2
| * | [12b0997ce7] Plug memleak in iocmd.tf-32.0 .bug_12b0997ce7dgp2014-07-221-23/+40
* | | merge trunkjan.nijtmans2014-06-201-0/+16
|\ \ \ | |/ /
| * | [b47b176adf] Stop possible segfaults when variability in mutex lockaku2014-06-201-0/+16
| |\ \ | | |/
| | * [b47b176adf] Stop possible segfaults when variability in mutex lockaku2014-06-201-0/+16
* | | merge trunkjan.nijtmans2014-05-091-11/+32
|\ \ \ | |/ /
| * | Test iocmd-32.1 is not "impossible" but after writing it properly it does seg...dgp2014-05-091-1/+11
| |\ \ | | |/
| | * Test iocmd-32.1 is not "impossible" but after writing it properly itdgp2014-05-091-1/+11
| * | silence compiler warningdgp2014-05-081-2/+2
| * | Merge 8.5.dgp2014-05-081-10/+21
| |\ \ | | |/
| | * Stop leaks of cloned Tcl_ChannelTypes.dgp2014-05-071-8/+20
* | | merge trunkjan.nijtmans2014-05-011-97/+52
|\ \ \ | |/ /
| * | Make sure the ReflectedChannel struct is freed in the handler thread,dgp2014-04-241-2/+2
| * | Merge reflected channel improvements.dgp2014-04-171-95/+50
| |\ \ | | |/
| | * Reflected channels. Keep a set of method names cached so we don't createdgp2014-04-171-40/+43
| | * Simplify reflected channels.dgp2014-04-171-55/+7
| * | Remove unused variable, don't use deprecated function, some formatting.jan.nijtmans2014-04-161-1/+1
* | | merge trunk. jan.nijtmans2014-04-161-120/+18
|\ \ \ | |/ /
| * | Purge the (now unused) argc and argv fields.dgp2014-04-151-124/+4
| |\ \ | | |/
| | * Purge (now unused) argc and argv fields.dgp2014-04-151-107/+3
| * | [88aef05cda] Stop reentrancy segfault in reflected channels by managingdgp2014-04-151-2/+20
| |\ \ | | |/
| | * [88aef05cda] Stop reentrancy segfault in reflected channels by managingdgp2014-04-151-2/+20
* | | merge trunkjan.nijtmans2014-03-311-0/+2
|\ \ \ | |/ /
| * | Merge minimal fix for iocmd-23.11.dgp2014-03-281-0/+2
| |\ \ | | |/
| | * Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix.dgp2014-03-271-0/+2
| | * Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-2/+0
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-4/+4
|/ /
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-1/+3
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-58/+71