index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
spawn.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove env var translation; PATH semicolon separated.
Kaz Kylheku
2021-07-26
1
-1
/
+2
*
Implement sh -> cmd.exe translation hack.
Kaz Kylheku
2021-07-26
1
-0
/
+15
*
Small fixes in get_cmd_exe_path.
Kaz Kylheku
2021-07-26
1
-11
/
+13
*
More secure way of obtaining command interpreter.
Kaz Kylheku
2021-07-26
1
-1
/
+26
*
Use COMSPEC env var, not hard-coded CMD.EXE path.
Kaz Kylheku
2021-07-26
1
-1
/
+4
*
Fix spawned process window not foregrounding.
Kaz Kylheku
2021-07-26
1
-0
/
+5
*
Cygnal apps use cmd.exe, not /bin/sh.
Kaz Kylheku
2021-07-26
1
-1
/
+1
*
When spawning, don't try to make invisible window.
Kaz Kylheku
2021-07-26
1
-2
/
+0
*
Use wShowWindow when calling CreateProcess.
Kaz Kylheku
2021-07-26
1
-1
/
+2
*
Cygwin: Allow executing Windows Store's "app execution aliases"
Johannes Schindelin
2021-03-23
1
-0
/
+7
*
Cygwin: pty: Transfer input only if the stdin is a pty.
Takashi Yano via Cygwin-patches
2021-03-09
1
-2
/
+7
*
Cygwin: console: Fix restoring console mode failure.
Takashi Yano via Cygwin-patches
2021-03-05
1
-4
/
+10
*
Cygwin: console: Fix handling of Ctrl-S in Win7.
Takashi Yano via Cygwin-patches
2021-02-19
1
-14
/
+18
*
Cygwin: pty: Reduce unecessary input transfer.
Takashi Yano via Cygwin-patches
2021-02-12
1
-33
/
+45
*
Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.
Takashi Yano via Cygwin-patches
2021-01-28
1
-14
/
+30
*
Cygwin: pty: Make apps using console APIs be able to debug with gdb.
Takashi Yano via Cygwin-patches
2021-01-28
1
-0
/
+2
*
Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano via Cygwin-patches
2021-01-28
1
-30
/
+52
*
Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.
Takashi Yano via Cygwin-patches
2021-01-19
1
-1
/
+1
*
Cygwin: pty: Prevent pty from changing code page of parent console.
Takashi Yano via Cygwin-patches
2021-01-18
1
-0
/
+1
*
Cygwin: pty: Make close_pseudoconsole() be a static member function.
Takashi Yano via Cygwin-patches
2021-01-18
1
-2
/
+4
*
Cygwin: console: Revise the code to switch xterm mode.
Takashi Yano via Cygwin-patches
2021-01-18
1
-2
/
+33
*
Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled.
Takashi Yano via Cygwin-patches
2020-12-14
1
-1
/
+1
*
cygwin: use CREATE_DEFAULT_ERROR_MODE in spawn
Jeremy Drake via Cygwin-patches
2020-12-10
1
-0
/
+7
*
Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.
Takashi Yano via Cygwin-patches
2020-08-31
1
-7
/
+11
*
Cygwin: drop PROC_DETACHED_CHILD flag
Corinna Vinschen
2020-08-28
1
-3
/
+2
*
Cygwin: fix up proc_subproc flags and matching pinfo methods
Corinna Vinschen
2020-08-28
1
-1
/
+1
*
Cygwin: pty: Implement new pseudo console support.
Takashi Yano
2020-08-22
1
-53
/
+52
*
Cygwin: pty: Change the timing of set_locale() call again.
Takashi Yano via Cygwin-patches
2020-08-17
1
-0
/
+12
*
Cygwin: pty: Add a workaround for issue of starting a lot of mintty.
Takashi Yano
2020-08-11
1
-4
/
+11
*
Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
Corinna Vinschen
2020-08-03
1
-0
/
+104
*
Cygwin: console: Add guard for set/unset xterm compatible mode.
cygwin-3_1_4-release
Takashi Yano
2020-02-18
1
-6
/
+2
*
Cygwin: console: Change timing of set/unset xterm compatible mode.
cygwin-3_1_3-release
Takashi Yano
2020-02-17
1
-16
/
+7
*
Cygwin: pty: Fix state mismatch caused in octave gui.
Takashi Yano
2020-01-17
1
-0
/
+9
*
Cygwin: pty: Disable FreeConsole() on close for non cygwin process.
Takashi Yano
2020-01-14
1
-2
/
+4
*
Cygwin: console: Disable xterm mode for non cygwin process only.
Takashi Yano
2020-01-14
1
-1
/
+20
*
Cygwin: pty: Convert CamelCase names to snake_case names.
Takashi Yano
2019-11-18
1
-9
/
+9
*
Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATH
Ken Brown
2019-10-18
1
-3
/
+6
*
Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.
Takashi Yano
2019-09-26
1
-2
/
+2
*
Cygwin: Fix incorrect TTY for non-cygwin process.
Takashi Yano
2019-09-20
1
-4
/
+1
*
Cygwin: pty: Switch input and output pipes individually.
Takashi Yano
2019-09-14
1
-25
/
+19
*
Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
Takashi Yano
2019-09-14
1
-25
/
+17
*
Cygwin: pty: Add a workaround for ^C handling.
Takashi Yano
2019-09-04
1
-0
/
+6
*
Cygwin: pty: Fix state management for pseudo console support.
Takashi Yano
2019-09-04
1
-28
/
+37
*
Cygwin: pty: add pseudo console support.
Takashi Yano
2019-08-29
1
-0
/
+61
*
Cygwin: exec: check execute bit prior to evaluating script
Corinna Vinschen
2019-08-06
1
-6
/
+6
*
Cygwin: pinfo: stop remember doing reattach
Michael Haubenwallner
2019-07-31
1
-1
/
+3
*
Cygwin: winpids: Fix getting process multiple times, take 2
Corinna Vinschen
2019-04-02
1
-5
/
+4
*
Cygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITED_INFORMATION
Corinna Vinschen
2019-03-12
1
-12
/
+18
*
Cygwin: fix child getting another pid after spawnve
Corinna Vinschen
2019-02-08
1
-6
/
+2
*
Cygwin: spawn: create and maintain winpid symlinks
Corinna Vinschen
2019-02-02
1
-5
/
+25
[next]