summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
Commit message (Expand)AuthorAgeFilesLines
* [bbc304f61a] Avoid event handling when reflected channel has a watchdgp@users.sourceforge.net2016-03-081-2/+2
|\
| * [bbc304f61a] Proposed fix for reflected watch race condition.dgp@users.sourceforge.net2016-03-021-1/+3
|/
* Backout failed attempt to fix [32ae34e63a].dgp@users.sourceforge.net2015-09-251-0/+8
|\
* \ [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ...dgp@users.sourceforge.net2015-09-231-8/+0
|\ \ | |/
| * Protect CopyState buffer from conflicting uses when CopyData() is calleddgp@users.sourceforge.net2015-09-231-8/+0
| * Backport the cheaper Preserve/Release on channels.dgp@users.sourceforge.net2014-08-011-2/+2
| |\ | |/ |/|
* | Reduce the cost of Preserve/Release on channelsdgp@users.sourceforge.net2014-07-301-2/+2
* | [12b0997ce7] Plug memleak in iocmd.tf-32.0 .dgp@users.sourceforge.net2014-07-221-23/+40
* | [b47b176adf] Stop possible segfaults when variability in mutex lockakupries@shaw.ca2014-06-201-0/+16
|\ \ | |/
| * [b47b176adf] Stop possible segfaults when variability in mutex lockakupries@shaw.ca2014-06-201-0/+16
* | Test iocmd-32.1 is not "impossible" but after writing it properly it does seg...dgp@users.sourceforge.net2014-05-091-1/+11
|\ \ | |/
| * Test iocmd-32.1 is not "impossible" but after writing it properly itdgp@users.sourceforge.net2014-05-091-1/+11
* | silence compiler warningdgp@users.sourceforge.net2014-05-081-2/+2
* | Merge 8.5.dgp@users.sourceforge.net2014-05-081-10/+21
|\ \ | |/
| * Stop leaks of cloned Tcl_ChannelTypes.dgp@users.sourceforge.net2014-05-071-8/+20
* | Make sure the ReflectedChannel struct is freed in the handler thread,dgp@users.sourceforge.net2014-04-241-2/+2
* | Merge reflected channel improvements.dgp@users.sourceforge.net2014-04-171-95/+50
|\ \ | |/
| * Reflected channels. Keep a set of method names cached so we don't createdgp@users.sourceforge.net2014-04-171-40/+43
| * Simplify reflected channels.dgp@users.sourceforge.net2014-04-171-55/+7
* | Remove unused variable, don't use deprecated function, some formatting.nijtmans@users.sourceforge.net2014-04-161-1/+1
* | Purge the (now unused) argc and argv fields.dgp@users.sourceforge.net2014-04-151-124/+4
|\ \ | |/
| * Purge (now unused) argc and argv fields.dgp@users.sourceforge.net2014-04-151-107/+3
* | [88aef05cda] Stop reentrancy segfault in reflected channels by managingdgp@users.sourceforge.net2014-04-151-2/+20
|\ \ | |/
| * [88aef05cda] Stop reentrancy segfault in reflected channels by managingdgp@users.sourceforge.net2014-04-151-2/+20
* | Merge minimal fix for iocmd-23.11.dgp@users.sourceforge.net2014-03-281-0/+2
|\ \ | |/
| * Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix.dgp@users.sourceforge.net2014-03-271-0/+2
| * Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1)nijtmans@users.sourceforge.net2011-10-071-2/+0
* | Minor changes to improve style (C89 declarations, consistent indentation,donal.k.fellows@manchester.ac.uk2012-08-071-1/+3
* | Final part of result generation conversion (modulo any minor blunders)donal.k.fellows@manchester.ac.uk2012-08-051-58/+71
* | converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-1/+2
* | Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-6/+5
* | 3528601 Fix broken --disable-threads build.dgp@users.sourceforge.net2012-05-221-0/+4
* | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ...andreask2012-05-091-16/+15
* | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled theandreask2012-05-091-15/+159
* | Re-using the "interp" field to signal a dead channel (via NULL value) dgp@users.sourceforge.net2011-09-201-6/+13
* | Conversion from [testthread] to Thread package stops most memory leaks.dgp@users.sourceforge.net2011-09-191-0/+1
* | Plug leak of a ReflectedChannel in test iocmd.tf-32.0dgp@users.sourceforge.net2011-09-191-22/+36
* | Plug a number of MarshallError memleaks.dgp@users.sourceforge.net2011-09-191-3/+9
* | 3396948 Leak of ReflectedChannelMap.dgp@users.sourceforge.net2011-08-231-4/+3
* | Use Tcl_PrintfObj to generate more (complex) error messages.donal.k.fellows@manchester.ac.uk2011-08-051-25/+18
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-15/+13
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style indonal.k.fellows@manchester.ac.uk2011-03-101-1/+1
* | More gcc warnings: variable set but not usednijtmans@users.sourceforge.net2011-03-081-2/+0
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| * * generic/tclIORChan.c: [Bug 3034840]: Fixed reference countingakupries@shaw.ca2010-08-041-24/+63
| * * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput,akupries@shaw.ca2010-03-301-47/+86
| * * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieuxakupries@shaw.ca2010-03-091-6/+27
| * * generic/tclIORChan.c (ErrnoReturn): Replace the hardwiredakupries@shaw.ca2009-10-071-2/+2
| * * doc/refchan.n [Bug 2827000]: Extended the implementation ofakupries@shaw.ca2009-08-061-4/+71