summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Improve robustness of the socket tests against systems that support IPv6, but...max2014-06-021-60/+75
| | | | | * [1b0266d8bb] Working towards ensuring that all dict operations are sufficient...dkf2014-06-032-25/+63
| | |_|_|/ | |/| | |
| * | | | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP...dgp2014-05-313-13/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Correct the interest masks in the Tcl_CreateFileHandler() calls indgp2014-05-313-13/+14
| | |/ /
| * | | Refinements of FlushChannel() and its callers. Notably includes removal of th...dgp2014-05-293-118/+73
| |\ \ \ | | |/ /
| | * | Refinements of FlushChannel() and its callers. Notably includes removaldgp2014-05-283-99/+67
| | |\ \
| | | * | Update comment to explain assumptions.dgp2014-05-281-3/+10
| | | * | Further simplifications to FlushChannel(). This makes clear thedgp2014-05-282-81/+38
| | | * | Expand the IsBufferFull() macro to check non-NULL bufPtr..dgp2014-05-281-7/+10
| | | * | Increase size of test io-29.34 so that it more portably tests the case wheredgp2014-05-282-2/+11
| | | * | Move code that can only matter in the first loop iteration out of the loop.dgp2014-05-271-13/+6
| | |/ /
| | * | Comment out lines of test io-53.4 that appear to do nothing of any value.dgp2014-05-241-5/+5
| * | | Merged the workarounds and fixes for wrapped executables on variousandreask2014-05-281-1/+85
| |\ \ \ | | |/ /
| | * | Followup on [72c54e1659]. Removed unused variable.andreask2014-05-231-1/+0
| | * | Workarounds and fixes for wrapped executables on various platforms andreask2014-05-221-1/+86
| * | | eliminate two unused variables.jan.nijtmans2014-05-231-2/+0
| * | | Ditto [dict append], [dict incr], and [dict lappend]. Update description of ...andy2014-05-211-4/+7
| * | | Ditto [dict unset].andy2014-05-211-1/+2
| * | | Update dict man page to state that [dict set] returns the updated dictionary ...andy2014-05-211-1/+1
| * | | Fix gcc warning (signed-unsigned compare)jan.nijtmans2014-05-211-1/+1
| * | | Fix c&p errors in test descriptionsmax2014-05-211-4/+4
| | | |
| | \ \
| *-. \ \ Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in partic...dgp2014-05-207-239/+196
| |\ \ \ \ | | | |/ /
| | | * | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, indgp2014-05-204-161/+172
| | | |\ \
| | | | * | Simplify the inputProc of [testchannel transform].dgp2014-05-171-21/+18
| | | | * | Repair broken tests iogt-2.[123].dgp2014-05-171-0/+3
| | | | * | Improved use of EOF state to avoid worthless allocations.dgp2014-05-161-10/+12
| | | | * | Move the resets and testings of the BLOCKED flag to where they make more sense.dgp2014-05-161-22/+17
| | | | * | merge 8.5dgp2014-05-165-11/+186
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | Push the setting and clearing of CHANNEL_BLOCKED flag to the more innerdgp2014-05-151-11/+12
| | | | * | merge 8.5dgp2014-05-141-0/+3
| | | | |\ \
| | * | | | | Same improvements to the zlib transform operations.dgp2014-05-191-40/+5
| | * | | | | Simplify ReflectInput(). Also stop intruding on channel internals withdgp2014-05-191-36/+16
| | * | | | | Simplify the inputProc of [testchannel transform].dgp2014-05-171-23/+18
| | * | | | | Revise results of tests iogt-2.[123] to account for EOF flags nodgp2014-05-171-0/+3
| | * | | | | Merge flag changes. - Wow, no trouble with [chan push] demonstrated.dgp2014-05-161-39/+37
| | * | | | | merge trunkdgp2014-05-163-15/+121
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkdgp2014-05-141-0/+3
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Refactored much management of the BLOCKED and EOF flags into ChanRead() thendgp2014-05-133-102/+119
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | Rework Tcl_ReadRaw() mostly taking things out of the loop that never repeat.dgp2014-05-131-36/+20
| | | * | | | | | Salvaged what was left of value in the dgp-read-bytes-detour branch.dgp2014-05-132-81/+111
| | | |\ \ \ \ \ \
| | | | * | | | | | missing declarationdgp2014-03-211-0/+1
| | | | * | | | | | Correct namespace bugs in normally skipped tests.dgp2014-03-211-6/+8
| | | | * | | | | | Added comment explaining the "knownBug"dgp2014-03-211-0/+9
| | | | * | | | | | Convert "impossible" test to a "knownBug" test. Exposes a segfault!dgp2014-03-211-4/+5
| | | | * | | | | | Restore default suppression of large file test.dgp2014-03-211-1/+1
| | | | * | | | | | Fixup ChanRead() header. Note (dstSize > 0) precondition.dgp2014-03-211-2/+8
| | | | * | | | | | io-34.21 - fix bugs in normally skipped test.dgp2014-03-211-4/+4
| | | | * | | | | | Documentation header for ChanRead()dgp2014-03-211-2/+23
| | | | * | | | | | Both callers of ChanRead() have simlar epilogs. Shift that into ChanReaddgp2014-03-201-73/+50
| * | | | | | | | | Fix and improve socket -async [13d3af3ad5]oehhar2014-05-203-1601/+2619
| |\ \ \ \ \ \ \ \ \