summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* [261a8a79f0] Integer overflow leads to segfault.dgp2015-11-101-1/+1
|\
| * [261a8a79f0] Integer overflow leads to segfault.dgp2015-11-101-1/+1
| * Backout of failed attempt to fix [32ae34e63a] got checked into wrong branch.dgp2015-10-231-43/+4
* | Backout failed attempt to fix [32ae34e63a].dgp2015-09-251-43/+4
|\ \ | |/
* | [e0a7b3e5f8] Add missing UpdateInterest call in DoRead().dgp2015-09-231-3/+10
|\ \ | |/
| * merge 8.5bug_e0a7b3e5f8dgp2015-09-231-4/+43
| |\
| * | Add the critical missing UpdateInterest() call at the exit of DoRead().dgp2015-08-101-3/+10
* | | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ...dgp2015-09-231-4/+43
|\ \ \ | | |/ | |/|
| * | Protect CopyState buffer from conflicting uses when CopyData() is calleddgp2015-09-231-0/+7
| * | CopyData() now tolerates recursion enough so that io-53.18 does not segfault.dgp2015-09-231-21/+9
| * | WIPdgp2015-09-231-3/+47
| |/
* | [b1534b438b] Prevent read outside buffer boundaries.dgp2015-07-151-1/+12
|\ \ | |/
| * [b1534b438b] Prevent read outside buffer boundaries.dgp2015-07-151-1/+12
* | Revert some refcount changes on I/O structs.dgp2015-07-021-2/+2
* | Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-29/+28
* | [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-291-1/+4
|\ \ | |/
| * [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-291-1/+4
| |\
| | * [894da183c8] Fix and test for bug at the point it was introduced.bug_894da183c8dgp2015-04-291-0/+3
* | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of in...dgp2015-04-241-6/+53
|\ \ \ | |/ /
| * | [879a0747be] Repair handling of incomplete multi-byte chars at the endsdgp2015-04-241-7/+54
| * | Backport of channel mem leak fix that got missed before.dgp2015-02-051-3/+15
* | | per ticket [e08c2c407b053bbfaab] (and stray code related to [84f208762f172e]...bch2015-02-191-3/+0
* | | Even clearer failure messages.dkf2015-02-111-16/+17
* | | inputProc and outputProc tests run conditionally on TCL_READABLE, TCL_WRITABL...bch2015-02-081-2/+2
* | | switch raw assert() to Tcl_Panic() per discussion w/ dkf bch2015-02-071-7/+17
* | | merge [trunk]bch2015-02-071-2/+2
|\ \ \
| * | | Fix [08872796bc]dgp2015-01-291-2/+2
* | | | truncateProc *can* be NULLbch2015-01-211-1/+0
* | | | assert() on missing definitions for Tcl_ChannelCreate() required struct Tcl_C...bch2015-01-201-0/+9
|/ / /
* | | Now that we're using TCL_ENCODING_NO_TERMINATE - be careful about acting ondgp2015-01-021-2/+1
* | | Use the new TCL_ENCODING_CHAR_LIMIT flag to have the encoding system managedgp2014-12-231-4/+11
* | | merge trunkdgp2014-12-231-0/+3
|\ \ \
| * | | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in thedgp2014-12-181-0/+3
* | | | With no padding needed for a terminating NUL, there no need for a distinctiondgp2014-11-151-5/+4
* | | | Tcl_ExternalToUtf appends a terminating NUL to its encoded results.dgp2014-11-151-21/+23
|/ / /
* | | Likely fix for channel mem leaks.core_8_6_3core_8_6_3_rcdgp2014-11-111-3/+15
* | | Same patch re-enabling read after EOF, but here applied to 8.6.dgp2014-11-031-42/+184
|\ \ \ | |/ /
| * | [5adc350683] Reworked the management of the EOF states to re-enable thedgp2014-11-031-43/+139
| * | Work in progress restoring ability to [read] after [eof] and get non-emptydgp2014-10-281-21/+67
* | | Disable assertion until tls bug it detects is fixed.dgp2014-11-011-1/+7
* | | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly a...dgp2014-10-181-6/+8
|\ \ \ | |/ /
| * | [10dc6daa37] New fix for [gets] on non-blocking channel. This timedgp2014-10-181-6/+8
| |\ \
| | * | [10dc6daa37] [gets] on a non-blocking channel must take care so thatdgp2014-10-171-0/+6
| |/ /
* | | [bf7135428c] Restore the Tcl_Write() return value logic.dgp2014-10-101-1/+4
|\ \ \ | |/ /
| * | [bf7135428c] Restore the Tcl_Write() return value logic.dgp2014-10-101-1/+4
* | | [ed29c4da21] Completed fix for [chan copy] handling [chan blocked].dgp2014-10-101-1/+5
* | | [ed29c4da21] Merge patch from 8.5, still not a complete fix.dgp2014-10-101-5/+23
|\ \ \ | |/ /
| * | [ed29c4da21] Don't let BLOCKED state get converted into a channel error.dgp2014-10-101-5/+23
* | | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7.dgp2014-10-021-3/+2
|\ \ \ | |/ /
| * | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7.dgp2014-10-021-3/+2