| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | kjnash | 2020-08-11 | 54 | -543/+784 |
|\ |
|
| * | Revert unintended ckalloc -> Tcl_Alloc change from previous commit | jan.nijtmans | 2020-08-11 | 1 | -4/+4 |
|
|
| * | Code cleanup: less of use "register" keyword, and better use of typecasts | jan.nijtmans | 2020-08-11 | 6 | -66/+78 |
|
|
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 30 | -63/+63 |
|
|
| * | Fix mistake in [7eed2baf73] | pooryorick | 2020-08-10 | 1 | -1/+1 |
|
|
| * | Fix for [29e8848eb976], imported alias in a deletion trace. | pooryorick | 2020-08-10 | 3 | -1/+46 |
|
|
| * | amend to [8054e19451]: clean up timeout timer event (avoid timing issues on f... | sebres | 2020-08-10 | 2 | -0/+2 |
|
|
| * | merge point (no functional changes, 8.6 already has proper implementation of ... | sebres | 2020-08-10 | 0 | -0/+0 |
| |\ |
|
| | * | create server socket with AI_PASSIVE flag (used for bind) | sebres | 2020-08-10 | 1 | -1/+1 |
|
|
| | * | windows: replace gethostbyname with getaddrinfo (gethostbyname can hang spora... | sebres | 2020-08-10 | 1 | -44/+58 |
|
|
| * | | Remove use of (always enabled) "openpipe" constraint. | jan.nijtmans | 2020-08-10 | 2 | -152/+152 |
|
|
| * | | Fix [f586089a2b]: removing the call to Tcl_ServiceAll from Tcl_WaitForEvent o... | culler | 2020-08-10 | 4 | -80/+187 |
| |\ \ |
|
| | * | | More places where vwait needs to be used instead of update. | culler | 2020-08-10 | 2 | -5/+5 |
|
|
| | * | | use vwait in chanio tests too. | culler | 2020-08-09 | 1 | -12/+24 |
|
|
| | * | | One more vwait. | culler | 2020-08-08 | 1 | -1/+3 |
|
|
| | * | | Add and use testservicemode command; replace update by vwait | culler | 2020-08-08 | 4 | -53/+141 |
|
|
| | * | | Fix the expected result for chanio-50.6 | culler | 2020-08-07 | 1 | -1/+1 |
|
|
| | * | | Experiment with io-50.1 on Travis | culler | 2020-08-07 | 2 | -11/+9 |
|
|
| | * | | Experiment with chan-io-50.6 on Travis | culler | 2020-08-06 | 1 | -4/+11 |
|
|
| | * | | Merge 8.6 | jan.nijtmans | 2020-08-03 | 10 | -23/+87 |
| | |\ \ |
|
| | * | | | Check if reverting from os_unfair_lock to OSSpinLock has any effect. | culler | 2020-07-23 | 1 | -0/+2 |
|
|
| | * | | | Convert test-cases to do proper setup/cleanup | jan.nijtmans | 2020-07-22 | 1 | -17/+29 |
|
|
| | * | | | Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a han... | jan.nijtmans | 2020-07-21 | 3 | -60/+60 |
|
|
| * | | | | doc fix | jan.nijtmans | 2020-08-03 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| * | | | Testcase cleanup: transform *io-50.* testcases to new test syntax | jan.nijtmans | 2020-08-03 | 2 | -67/+85 |
|
|
| * | | | Fix [cb0373bb33]: The http::geturl -keepalive option does not work as describ... | jan.nijtmans | 2020-07-26 | 5 | -10/+70 |
| |\ \ \ |
|
| | * \ \ | Merge 8.6 | jan.nijtmans | 2020-07-25 | 3 | -12/+12 |
| | |\ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) | jan.nijtmans | 2020-07-25 | 3 | -4/+4 |
| | |/ /
| |/| | |
|
| | * | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs... | kjnash | 2020-07-24 | 6 | -11/+71 |
|
|
| | * | | Create new branch named "bug-cb0373bb33-for-8-6" | kjnash | 2020-07-24 | 0 | -0/+0 |
| |/ / |
|
| * | | Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes fai... | jan.nijtmans | 2020-07-21 | 2 | -7/+7 |
|
|
| * | | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 6 | -101/+101 |
|
|
| * | | Merge 8.5. | jan.nijtmans | 2020-07-20 | 4 | -36/+33 |
| |\ \
| | |/ |
|
| | * | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 6 | -24/+35 |
|
|
* | | | Improvements to removal of stale package data - bugfix for 1f63efa537 and 319... | kjnash | 2020-07-23 | 1 | -27/+13 |
|
|
* | | | Whitespace changes only. | kjnash | 2020-07-22 | 1 | -7/+5 |
|
|
* | | | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a check... | kjnash | 2020-07-21 | 2 | -1/+13 |
|
|
* | | | Adapt Safe Base for interpreter names with namespace separators. Add a test ... | kjnash | 2020-07-21 | 3 | -19/+100 |
|
|
* | | | Use suitable -errorcode in safe::AliasSource if file does not exist or is unr... | kjnash | 2020-07-21 | 1 | -2/+5 |
|
|
* | | | File tests/safe.test - rearrange tests - move tests of command/package loadin... | kjnash | 2020-07-20 | 2 | -95/+193 |
|
|
* | | | Merge 8.6 | kjnash | 2020-07-18 | 3 | -49/+96 |
|\ \ \
| |/ / |
|
| * | | macOS: Remove Tcl_ServiceAll from Tcl_WaitForEvent and use os_unfair_lock if ... | culler | 2020-07-18 | 1 | -40/+87 |
| |\ \ |
|
| | * \ | Merge 8.6 | jan.nijtmans | 2020-07-16 | 7 | -14/+30 |
| | |\ \ |
|
| | * \ \ | Merge 8.6 | jan.nijtmans | 2020-07-14 | 1 | -1/+5 |
| | |\ \ \ |
|
| | * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-07-11 | 49 | -1650/+1813 |
| | |\ \ \ \ |
|
| | * | | | | | Use the os_unfair_lock in place of OSSpinLock when the minimum build target i... | culler | 2020-06-22 | 1 | -10/+60 |
|
|
| | * | | | | | Sometimes the waitTime needs to be positive to avoid missing channel io events. | culler | 2020-06-18 | 1 | -5/+13 |
|
|
| | * | | | | | Code simplification and cleanup | culler | 2020-06-07 | 1 | -25/+16 |
|
|
| | * | | | | | Address macOS hangs in Tcl_WaitForEvent. | culler | 2020-06-06 | 1 | -14/+15 |
|
|
| * | | | | | | Doc/internal variable tweaks | jan.nijtmans | 2020-07-17 | 2 | -9/+9 |
|
|