summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-7/+7
* Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-7/+7
* Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-7/+7
* TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-7/+14
* merge 8.6dgp2019-05-031-159/+300
|\
| * Minor code style cleanup.dkf2019-04-231-159/+300
* | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-18/+18
* | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-3/+3
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | Merge 8.6jan.nijtmans2019-02-181-6/+3
|\ \ | |/
| * Don't use TclUniCharIsSpace() in command-line handling: the windows command-l...jan.nijtmans2019-02-181-6/+3
* | Merge 8.6jan.nijtmans2019-01-041-3/+3
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-01-041-3/+3
| |\
| | * Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f...jan.nijtmans2019-01-041-3/+3
| * | Give lambda function a name "ReceiveChunked" for easier testing. New function...jan.nijtmans2018-09-231-4/+4
* | | Minor code cleanup. jan.nijtmans2018-09-051-7/+7
* | | merge 8.6sebres2018-08-291-47/+176
|\ \ \ | |/ /
| * | code review after merge with 8.5 (restore usage of some functions, after lost...sebres2018-08-291-9/+9
| * | merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of ...sebres2018-08-291-52/+181
| |\ \ | | |/
| | * code review, skip slow test winpipe-8.2 executed args from injectList particu...sebres2018-08-231-31/+50
| | * code review, restored backwards compatibility of the simplest escape of quote...sebres2018-08-231-12/+25
| | * fixes escape for special cases (+ more test-cases):sebres2018-08-211-32/+110
| | * because executable (1st argument) always proper escaped now, don't need to re...sebres2018-08-201-1/+1
| | * small amend: avoid reset of unpaired quote flag between arguments (previous a...sebres2018-08-201-7/+18
| | * win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnera...sebres2018-08-201-34/+43
| | * win: TclpCreateProcess or [exec process ...] - search for application extende...sebres2018-08-171-4/+5
* | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-1/+1
* | | merge 8.7dgp2018-03-121-32/+15
|\ \ \
| * \ \ merge core-8-branchjan.nijtmans2017-12-191-31/+14
| |\ \ \
| | * \ \ Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-231-31/+14
| | |\ \ \
| | | * | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-211-31/+14
| | | |/ /
| * | | | Merge trunkjan.nijtmans2017-09-181-6/+6
| |\ \ \ \ | | |/ / /
| * | | | Rebase to trunkjan.nijtmans2017-09-081-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | merge trunkjan.nijtmans2017-06-121-166/+458
| | |\ \ \
| | * | | | merge trunkjan.nijtmans2017-04-121-1/+1
* | | | | | merge 8.7dgp2017-11-071-167/+459
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Finish libtommath's constification work. All done (hopefully). And make sure ...jan.nijtmans2017-09-181-6/+6
| |/ / / /
| * | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
| | |/ / | |/| |
| * | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-1/+1
| * | | Fix gcc warning: unused variable wakeEventjan.nijtmans2017-05-041-2/+1
| * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-031-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | (cherry-pick): fix typo-bug (using wrong thread handle by set priority)jan.nijtmans2017-04-281-1/+1
| * | | merge core-8-6-branchjan.nijtmans2017-04-281-11/+11
| |\ \ \
| * | | | [win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using ...sebres2017-04-121-3/+2
| * | | | code review, robustness increase, avoid infinite wait by exit, thread exit an...sebres2017-04-111-17/+34
| * | | | added wake-up event to prevent possible dead-locks by some waiting thread (e....sebres2017-04-111-12/+23
| * | | | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tc...sebres2017-04-111-334/+380
| * | | | code review and fix small memory leak using ckalloc, without finalization of ...sebres2017-04-111-36/+71
| * | | | shared structures of pipe-workers rewritten using atomic state of the thread; sebres2017-04-111-236/+342
| * | | | the same handling to initialize thread without suspend/resume helpers (otherw...sebres2017-04-051-7/+7