| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 1 | -2/+2 |
|\ |
|
| * | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo... | jan.nijtmans | 2017-05-09 | 1 | -2/+2 |
| |\ |
|
* | \ | merge core-8-6-branch | jan.nijtmans | 2017-05-04 | 1 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | Fix gcc warning: unused variable wakeEvent | jan.nijtmans | 2017-05-04 | 1 | -2/+1 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-03 | 4 | -23/+13 |
|\ \ \
| |/ / |
|
| * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 4 | -23/+13 |
| |\ \ |
|
| | * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 3 | -102/+91 |
|
|
| | * | | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|
|
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-01 | 5 | -390/+642 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [8bd13f07bde6fb0631f27927e36461fdefe8ca95|8bd13f07bd]: Closing tcl pipes ... | jan.nijtmans | 2017-05-01 | 5 | -390/+642 |
| |\ \ \ |
|
| | * \ \ | merge core-8-6-branchfix_1997007 | jan.nijtmans | 2017-04-28 | 9 | -23/+27 |
| | |\ \ \ |
|
| | * | | | | [win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using ... | sebres | 2017-04-12 | 1 | -3/+2 |
|
|
| | * | | | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 4 | -332/+132 |
|
|
| | * | | | | added wake-up event to prevent possible dead-locks by some waiting thread (e.... | sebres | 2017-04-11 | 2 | -14/+27 |
|
|
| | * | | | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc... | sebres | 2017-04-11 | 2 | -334/+436 |
|
|
| | * | | | | code review and fix small memory leak using ckalloc, without finalization of ... | sebres | 2017-04-11 | 1 | -36/+71 |
|
|
| | * | | | | shared structures of pipe-workers rewritten using atomic state of the thread;
| sebres | 2017-04-11 | 3 | -236/+371 |
|
|
| | * | | | | fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutp... | sebres | 2017-04-11 | 1 | -1/+1 |
|
|
| | * | | | | the same handling to initialize thread without suspend/resume helpers (otherw... | sebres | 2017-04-05 | 3 | -17/+15 |
|
|
| | * | | | | fix typo-bug (using wrong thread handle by set priority)
| sebres | 2017-04-05 | 1 | -1/+1 |
|
|
| | * | | | | small review: rewritten using already available event handles, additionally p... | sebres | 2017-04-05 | 3 | -80/+94 |
|
|
| | * | | | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c... | sebres | 2017-04-05 | 3 | -11/+167 |
|
|
* | | | | | | Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator ... | fvogel | 2017-04-29 | 1 | -1/+1 |
|
|
* | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 2 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin... | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
|
|
| * | | | | | (cherry-pick from "fix-1997007" branch): fix typo-bug (using wrong thread han... | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -64/+81 |
|\ \ \ \ \
| |/ / / / |
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-04-20 | 4 | -1/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on... | jan.nijtmans | 2017-04-20 | 4 | -2/+6 |
|
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-04-12 | 1 | -0/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Another attempt to fix the two executable flags. | jan.nijtmans | 2017-04-12 | 1 | -0/+0 |
| |/ / / |
|
* | | | | unbreak windows build (by previous commit) | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | | | | More minor style fixes. | dkf | 2017-04-10 | 1 | -76/+74 |
|
|
* | | | | Merge Harald's "robust-async-connect-tests" branch. Thanks! | jan.nijtmans | 2017-04-10 | 1 | -1/+28 |
|\ \ \ \ |
|
| * \ \ \ | merge trunk | jan.nijtmans | 2014-07-18 | 3 | -30/+26 |
| |\ \ \ \ |
|
| * | | | | | Replaced option "-unsupported1" by test command "testsocket debugflags" (than... | oehhar | 2014-07-17 | 1 | -20/+11 |
|
|
| * | | | | | Robust async connect tests by temporarely switching off auto continuation. Ti... | oehhar | 2014-06-05 | 1 | -1/+37 |
|
|
* | | | | | | Minor style issues through the socket implementation code. | dkf | 2017-04-09 | 1 | -211/+367 |
|
|
* | | | | | | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE... | jan.nijtmans | 2017-04-06 | 1 | -0/+2 |
|
|
* | | | | | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T... | jan.nijtmans | 2017-04-06 | 1 | -0/+8 |
|
|
* | | | | | | Merge core-8-6-branch | jan.nijtmans | 2017-03-07 | 2 | -598/+0 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Remove "makefile.bc". Not updated for many-many years, most likely it doesn't... | jan.nijtmans | 2017-03-07 | 2 | -598/+0 |
| | |_|_|/
| |/| | | |
|
| * | | | | missing rules.vc after merge | sebres | 2017-01-13 | 1 | -5/+10 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
* | | | | | missing rules.vc after merge | sebres | 2017-01-13 | 1 | -5/+10 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker ... | sebres | 2017-01-12 | 2 | -9/+17 |
|
|
| * | | | | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK... | sebres | 2017-01-12 | 1 | -5/+10 |
|
|
* | | | | | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new... | jan.nijtmans | 2017-01-13 | 1 | -8/+16 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new... | jan.nijtmans | 2017-01-13 | 1 | -8/+16 |
| |\ \ \ \ |
|
| | * | | | | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new... | jan.nijtmans | 2017-01-13 | 1 | -8/+16 |
| | |/ / / |
|
* | | | | | Merge core-8-6-branch | jan.nijtmans | 2017-01-12 | 1 | -8/+8 |
|\ \ \ \ \
| |/ / / / |
|