| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk | dkf | 2014-06-06 | 1 | -1/+1 |
|\ |
|
| * | These edits make the tests socket-14.11.[01] stop hanging, but also introduce | dgp | 2014-06-02 | 1 | -1/+1 |
|
|
* | | more tests, cleaning up the code a bit | dkf | 2014-06-04 | 1 | -0/+29 |
|
|
* | | merge trunk | dkf | 2014-06-03 | 1 | -60/+75 |
|\ \
| |/ |
|
| * | Improve robustness of the socket tests against systems that support IPv6, but... | max | 2014-06-02 | 1 | -60/+75 |
|
|
* | | [1b0266d8bb] Working towards ensuring that all dict operations are sufficient... | dkf | 2014-06-03 | 1 | -0/+42 |
|/ |
|
* | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP... | dgp | 2014-05-31 | 1 | -6/+0 |
|\ |
|
| * | Correct the interest masks in the Tcl_CreateFileHandler() calls in | dgp | 2014-05-31 | 1 | -6/+0 |
|
|
* | | Refinements of FlushChannel() and its callers. Notably includes removal of th... | dgp | 2014-05-29 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Increase size of test io-29.34 so that it more portably tests the case where | dgp | 2014-05-28 | 1 | -2/+2 |
|
|
| * | Comment out lines of test io-53.4 that appear to do nothing of any value. | dgp | 2014-05-24 | 1 | -5/+5 |
|
|
* | | Fix c&p errors in test descriptions | max | 2014-05-21 | 1 | -4/+4 |
|
|
| | | |
| \ | |
*-. \ | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in partic... | dgp | 2014-05-20 | 3 | -3/+18 |
|\ \ \
| | |/ |
|
| | * | Repair broken tests iogt-2.[123]. | dgp | 2014-05-17 | 1 | -0/+3 |
|
|
| | * | merge 8.5 | dgp | 2014-05-16 | 2 | -0/+82 |
| | |\ |
|
| | * \ | merge 8.5 | dgp | 2014-05-14 | 1 | -0/+3 |
| | |\ \ |
|
| * | | | | Revise results of tests iogt-2.[123] to account for EOF flags no | dgp | 2014-05-17 | 1 | -0/+3 |
|
|
| * | | | | merge trunk | dgp | 2014-05-16 | 1 | -0/+79 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge trunk | dgp | 2014-05-14 | 1 | -0/+3 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Refactored much management of the BLOCKED and EOF flags into ChanRead() then | dgp | 2014-05-13 | 2 | -3/+15 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | * | | | | | Salvaged what was left of value in the dgp-read-bytes-detour branch. | dgp | 2014-05-13 | 1 | -2/+14 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Correct namespace bugs in normally skipped tests. | dgp | 2014-03-21 | 1 | -6/+8 |
|
|
| | | * | | | | | Added comment explaining the "knownBug" | dgp | 2014-03-21 | 1 | -0/+9 |
|
|
| | | * | | | | | Convert "impossible" test to a "knownBug" test. Exposes a segfault! | dgp | 2014-03-21 | 1 | -4/+5 |
|
|
| | | * | | | | | Restore default suppression of large file test. | dgp | 2014-03-21 | 1 | -1/+1 |
|
|
| | | * | | | | | io-34.21 - fix bugs in normally skipped test. | dgp | 2014-03-21 | 1 | -4/+4 |
|
|
* | | | | | | | | Fix and improve socket -async [13d3af3ad5]
| oehhar | 2014-05-20 | 1 | -54/+436 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | * Give clearer names to some of the state flags and sync them with Windows...bug_13d3af3ad5 | max | 2014-04-08 | 1 | -0/+34 |
|
|
| * | | | | | | | Changed error report logic, that an async connect error is only reported by '... | oehhar | 2014-04-08 | 1 | -6/+6 |
|
|
* | | | | | | | | merge 8.5 | dgp | 2014-05-16 | 1 | -0/+79 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | merge 8.5bug_io_32_11 | dgp | 2014-05-16 | 5 | -18/+54 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Portable test to demo bug otherwise seen only on Windows. | dgp | 2014-05-15 | 1 | -0/+20 |
|
|
| | * | | | | | | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ... | jan.nijtmans | 2014-05-15 | 1 | -0/+3 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge completion of dgp-read-bytes branch. | dgp | 2014-05-16 | 5 | -10/+232 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | More tests to demo the bug more directly. | dgp | 2014-05-16 | 1 | -0/+39 |
|
|
| * | | | | | | | Branch to demo bug introduced in the parent commit. | dgp | 2014-05-15 | 1 | -0/+20 |
|
|
* | | | | | | | | Fix 3 test-cases which started failing on Windows | jan.nijtmans | 2014-05-14 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | / / /
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | Fix 3 test-cases which started failing on Windows | jan.nijtmans | 2014-05-14 | 1 | -0/+3 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp | 2014-05-12 | 2 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp | 2014-05-12 | 2 | -2/+2 |
|
|
* | | | | | | [6d2f249a01] Handle a failure to comprehend half-way through the compilation ... | dkf | 2014-05-11 | 1 | -0/+4 |
|
|
* | | | | | | Repair another "impossible" test and the segfault it reveals. | dgp | 2014-05-09 | 1 | -5/+5 |
|
|
* | | | | | | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug... | dgp | 2014-05-09 | 1 | -17/+26 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Correct namespace bugs in normally skipped tests. | dgp | 2014-05-09 | 1 | -6/+8 |
|
|
* | | | | | | Added comment explaining the "knownBug" in iogt-6.1 | dgp | 2014-05-09 | 1 | -0/+9 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Added comment explaining the "knownBug" in iogt-6.1 | dgp | 2014-05-09 | 1 | -0/+9 |
|
|
* | | | | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disable... | dgp | 2014-05-09 | 2 | -6/+6 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's | dgp | 2014-05-09 | 2 | -6/+6 |
|
|
* | | | | | | Test iocmd-32.1 is not "impossible" but after writing it properly it does seg... | dgp | 2014-05-09 | 1 | -5/+4 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Test iocmd-32.1 is not "impossible" but after writing it properly it | dgp | 2014-05-09 | 1 | -5/+4 |
|
|