summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER)jan.nijtmans2020-10-221-1/+1
|\
| * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-5/+5
| * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-1/+0
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
* | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-1/+1
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-201-1/+0
* | Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-2/+2
* | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus...jan.nijtmans2019-09-201-1/+1
* | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-3/+3
* | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-38/+38
* | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
* | Minor code style cleanup.dkf2019-04-231-159/+300
* | Don't use TclUniCharIsSpace() in command-line handling: the windows command-l...jan.nijtmans2019-02-181-6/+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
* | 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
* | 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
* | | fix typo-bug (using wrong thread handle by set priority)sebres2017-04-051-1/+1
* | | small review: rewritten using already available event handles, additionally p...sebres2017-04-051-39/+46
* | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c...sebres2017-04-051-6/+78
|/ /
* | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-1/+1
* | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows.ashok2016-07-091-3/+4
* | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-6/+6
* | Added comments raising questions about possible updates to channeldgp2014-03-211-0/+6
* | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max.jan.nijtmans2013-11-161-3/+3
* | Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-10/+3
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-2/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-2/+0