| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.5bug_1758a0b603 | dgp | 2014-06-16 | 1 | -0/+41 |
|\ |
|
| * | Draft test for [1758a0b603]. | dgp | 2014-06-13 | 1 | -0/+41 |
|
|
* | | Additional check for an error condition on the socket. | dgp | 2014-06-12 | 1 | -1/+7 |
|
|
* | | Workaround the broken select() in some Linux kernels that fails to report | dgp | 2014-06-11 | 1 | -3/+52 |
|/ |
|
* | Test socket-2.12 covers the DiscardOutput() update. | dgp | 2014-06-05 | 1 | -1/+39 |
|
|
* | merge fork | dgp | 2014-06-05 | 0 | -0/+0 |
|\ |
|
| * | Fixed a tricky interaction of IO system and encodings which could | andreask | 2014-06-05 | 1 | -2/+21 |
|
|
* | | When too many chars are read by ReadChars() and we trim the limits to | dgp | 2014-06-05 | 2 | -4/+44 |
|/ |
|
* | Revise DiscardOutput() to account for revisions to the loop in FlushChannel() | dgp | 2014-06-04 | 1 | -0/+5 |
|
|
* | merge fork of 8.5 branch | dgp | 2014-06-03 | 4 | -27/+42 |
|\ |
|
| * | Backport I/O core fixes made known by async socket work on trunk. | dgp | 2014-06-03 | 1 | -7/+15 |
| |\ |
|
| | * | These edits make all tests outside of socket-14.* pass on OSX Mavericks.dgp_async_socket | dgp | 2014-06-03 | 1 | -1/+3 |
|
|
| | * | These edits make the tests socket-14.11.[01] stop hanging, but also introduce | dgp | 2014-06-02 | 3 | -12/+16 |
|
|
| | * | Improve robustness of the socket tests against systems that support IPv6, but... | max | 2014-06-02 | 1 | -60/+75 |
|
|
| | * | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP... | dgp | 2014-05-31 | 3 | -13/+14 |
| | |\
| |_|/
|/| | |
|
* | | | Correct the interest masks in the Tcl_CreateFileHandler() calls in | dgp | 2014-05-31 | 3 | -13/+14 |
|
|
| | * | Refinements of FlushChannel() and its callers. Notably includes removal of th... | dgp | 2014-05-29 | 3 | -118/+73 |
| | |\
| |_|/
|/| | |
|
| | * | Merged the workarounds and fixes for wrapped executables on various | andreask | 2014-05-28 | 1 | -1/+85 |
| | |\ |
|
| | * | | eliminate two unused variables. | jan.nijtmans | 2014-05-23 | 1 | -2/+0 |
|
|
| | * | | Ditto [dict append], [dict incr], and [dict lappend]. Update description of ... | andy | 2014-05-21 | 1 | -4/+7 |
|
|
| | * | | Ditto [dict unset]. | andy | 2014-05-21 | 1 | -1/+2 |
|
|
| | * | | Update dict man page to state that [dict set] returns the updated dictionary ... | andy | 2014-05-21 | 1 | -1/+1 |
|
|
| | * | | Fix gcc warning (signed-unsigned compare) | jan.nijtmans | 2014-05-21 | 1 | -1/+1 |
|
|
| | * | | 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 | 7 | -239/+196 |
| | |\ \ \ |
|
| | | * | | | Same improvements to the zlib transform operations.dgp_trunk_flag_repair | dgp | 2014-05-19 | 1 | -40/+5 |
|
|
| | | * | | | Simplify ReflectInput(). Also stop intruding on channel internals with | dgp | 2014-05-19 | 1 | -36/+16 |
|
|
| | | * | | | Simplify the inputProc of [testchannel transform]. | dgp | 2014-05-17 | 1 | -23/+18 |
|
|
| | | * | | | Revise results of tests iogt-2.[123] to account for EOF flags no | dgp | 2014-05-17 | 1 | -0/+3 |
|
|
| | | * | | | Merge flag changes. - Wow, no trouble with [chan push] demonstrated. | dgp | 2014-05-16 | 1 | -39/+37 |
|
|
| | | * | | | merge trunk | dgp | 2014-05-16 | 3 | -15/+121 |
| | | |\ \ \ |
|
| | | * \ \ \ | 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 | 3 | -102/+119 |
| | | |\ \ \ \ \ |
|
| | * | \ \ \ \ \ | Fix and improve socket -async [13d3af3ad5]
| oehhar | 2014-05-20 | 3 | -1601/+2619 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | * Give clearer names to some of the state flags and sync them with Windows...bug_13d3af3ad5 | max | 2014-04-08 | 2 | -41/+124 |
|
|
| | | * | | | | | | | Beautify check for async connect reentry | oehhar | 2014-04-08 | 1 | -4/+10 |
|
|
| | | * | | | | | | | Changed error report logic, that an async connect error is only reported by '... | oehhar | 2014-04-08 | 3 | -58/+106 |
|
|
| | | * | | | | | | | Rename error to connectError in struct TcpState. | max | 2014-04-07 | 1 | -11/+11 |
|
|
| | | * | | | | | | | Rename CreateClientSocket to TcpConnect | max | 2014-04-07 | 1 | -8/+8 |
|
|
| | | * | | | | | | | Renamed function CreateClientSocket to TcpConnect and variable error to conne... | oehhar | 2014-04-07 | 1 | -23/+28 |
|
|
| | | * | | | | | | | Return async connect error by first following read or write operation. | oehhar | 2014-04-07 | 1 | -1/+12 |
|
|
| | | * | | | | | | | Avoid multiple returns of connect errors | oehhar | 2014-04-04 | 1 | -43/+103 |
|
|
| | * | | | | | | | | [47d66253c9]: "lsearch -sorted -integer" on 64bit system
| jan.nijtmans | 2014-05-17 | 3 | -38/+39 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...bug_47d66253c9 | jan.nijtmans | 2014-05-12 | 3 | -38/+39 |
|
|
| | * | | | | | | | | | Let the generated Makefile be emacs-friendly by avoiding spurious empty lines... | ferrieux | 2014-05-16 | 4 | -0/+10 |
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| | * | | | | | | | | merge 8.5 | dgp | 2014-05-16 | 2 | -9/+116 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames starti... | jan.nijtmans | 2014-05-15 | 1 | -6/+5 |
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | Fix 3 test-cases which started failing on Windows | jan.nijtmans | 2014-05-14 | 1 | -0/+3 |
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | [958bc05fbe]: Clarify "clock format" using "%R" | jan.nijtmans | 2014-05-13 | 1 | -2/+3 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp | 2014-05-12 | 2 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ |
|