| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunkdgp_trunk_read | dgp | 2014-05-08 | 1 | -2/+2 |
|\ |
|
| * | silence compiler warning | dgp | 2014-05-08 | 1 | -2/+2 |
|
|
* | | merge trunk | dgp | 2014-05-08 | 1 | -8/+3 |
|\ \
| |/ |
|
| * | Fix the panic in iogt-2.5. | dgp | 2014-05-08 | 1 | -4/+2 |
|
|
| * | Revert the iogt-2.5 fix. For now one panic is better than widespread | dgp | 2014-05-08 | 1 | -4/+1 |
|
|
* | | merge trunk | dgp | 2014-05-08 | 7 | -18/+77 |
|\ \
| |/ |
|
| * | Merge 8.5. | dgp | 2014-05-08 | 3 | -11/+28 |
| |\ |
|
| | * | Stop leak in iocmd-21.22. | dgp | 2014-05-08 | 1 | -0/+1 |
|
|
| | * | Corrected description of where tcl_platform(user) comes from on Unix. | dkf | 2014-05-07 | 1 | -2/+2 |
|
|
| | * | Stop leaks of cloned Tcl_ChannelTypes. | dgp | 2014-05-07 | 1 | -8/+20 |
|
|
| | * | Stop leak in io-53.5. | dgp | 2014-05-07 | 1 | -0/+1 |
|
|
| | * | Stop leak in io-33.7. | dgp | 2014-05-06 | 1 | -1/+2 |
|
|
| | * | Stop memory leak in io-29.34 | dgp | 2014-05-06 | 1 | -0/+2 |
|
|
| | * | Stop memory leak in io-29.27. | dgp | 2014-05-06 | 1 | -0/+1 |
|
|
| * | | Corrected description of where tcl_platform(user) comes from on Unix. | dkf | 2014-05-07 | 1 | -2/+2 |
|
|
| * | | Symptom relief. Make test stop panicking. | dgp | 2014-05-06 | 1 | -1/+4 |
|
|
| * | | Add Panic call to better identify where iogt-2.5 goes wrong. | dgp | 2014-05-06 | 1 | -0/+3 |
|
|
| * | | Merge 8.5. New test iogt-2.5 panics. | dgp | 2014-05-06 | 2 | -3/+33 |
| |\ \
| | |/ |
|
| | * | Have to manage the lifetime of the self handle in testchannel transform. | dgp | 2014-05-06 | 2 | -3/+13 |
|
|
| | * | Segfaulting test (backport of iortrans-5.11). | dgp | 2014-05-05 | 1 | -1/+21 |
|
|
| * | | merge-mark | jan.nijtmans | 2014-05-05 | 0 | -0/+0 |
| |\ \
| | |/ |
|
| | * | Backport "GotFlag" macro from Tcl 8.6. Makes code more readable. No change in... | jan.nijtmans | 2014-05-05 | 1 | -97/+89 |
|
|
| * | | Re-apply [3010352], bringing back the symbol exports of shared libraries as i... | jan.nijtmans | 2014-05-02 | 1 | -1/+7 |
|
|
* | | | merge trunk | dgp | 2014-05-02 | 4 | -20/+69 |
|\ \ \
| |/ / |
|
| | | | |
| | \ | |
| *-. \ | Bring back self restacking support. Channel tests all passing now. | dgp | 2014-05-02 | 3 | -19/+67 |
| |\ \ \
| | | |/
| | |/| |
|
| | | * | Fixup restacking tests to expect the right results.dgp_demo | dgp | 2014-05-02 | 1 | -6/+6 |
|
|
| | * | | Backport channel self restacking support. (Test iogt-2.4). | dgp | 2014-05-02 | 2 | -3/+60 |
| | |\ \
| | | |/ |
|
| | | * | Add some comments about possible other self-restacking troubles. | dgp | 2014-05-02 | 1 | -1/+8 |
|
|
| | | * | Fully restore topChan resetting to accommodate self-restacking channels. | dgp | 2014-05-02 | 1 | -17/+26 |
|
|
| | | * | Re-enable buffer recycling. | dgp | 2014-05-02 | 1 | -1/+1 |
|
|
| | | * | Stop the segfault in iogt-2.4. First by changing the UpdateInterest() | dgp | 2014-05-01 | 2 | -2/+9 |
|
|
| | | * | merge trunk | dgp | 2014-05-01 | 5 | -14/+127 |
| | | |\
| | |_|/
| |/| | |
|
| | | * | merge trunk | dgp | 2014-04-29 | 2 | -5/+28 |
| | | |\ |
|
| | | * | | Disable buffer recycling, which creates mysteries. | dgp | 2014-04-25 | 1 | -1/+1 |
|
|
| | | * | | Test iortrans-4.8.2 demos an infinite loop. Possible trouble with | dgp | 2014-04-25 | 2 | -0/+25 |
|
|
* | | | | | merge trunk | dgp | 2014-05-01 | 6 | -19/+155 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to... | dgp | 2014-05-01 | 1 | -3/+22 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() | dgp | 2014-05-01 | 1 | -4/+22 |
|
|
| * | | | | make doubly sure that things which should be unshared stay unshared | dkf | 2014-05-01 | 1 | -6/+6 |
|
|
| * | | | | merge-mark | jan.nijtmans | 2014-05-01 | 0 | -0/+0 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f... | jan.nijtmans | 2014-05-01 | 4 | -12/+30 |
|
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge in the fixes for improper ChannelBuffer sharing via recycling. | dgp | 2014-05-01 | 2 | -8/+60 |
| |\ \ \ \ \
| | | |/ / / |
|
| | | * | | | Better (safer) fix for [0e92c404f1] | jan.nijtmans | 2014-04-30 | 1 | -1/+1 |
| | |/ / / |
|
| | * | | | Stop the segfaults in [close] during [gets] tests. | dgp | 2014-04-30 | 2 | -11/+33 |
|
|
| | * | | | Panic message to pinpoint the cause of iocmd-21.23 segfault. | dgp | 2014-04-30 | 1 | -0/+3 |
|
|
| | * | | | Another segfault demo test, this one with [close] during [gets]. | dgp | 2014-04-30 | 1 | -0/+16 |
|
|
| | * | | | Make sure no shared ChannelBuffers get recycled. | dgp | 2014-04-29 | 1 | -0/+11 |
|
|
| * | | | | missing constraint | dgp | 2014-05-01 | 1 | -1/+1 |
|
|
| * | | | | [82e7f67325] Fix an evil refcount problem in compiled [string replace]. | dkf | 2014-04-30 | 2 | -3/+45 |
| | |_|/
| |/| | |
|
| * | | | Fix bug exposed when buffer recycling is disabled. | dgp | 2014-04-29 | 1 | -2/+4 |
| |\ \ \
| | |/ / |
|