Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen
2020-02-11Cygwin: pty: Add error handling in setup_pseudoconsole().Takashi Yano
2020-02-10Cygwin: pty: Prevent potential errno overwriting.Takashi Yano
2020-02-10Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano
2020-02-10Cygwin: pty: Add missing member initialization for struct pipe_reply.Takashi Yano
2020-02-10Cygwin: pty: Remove debug codes and organize related codes.Takashi Yano
2020-02-10Cygwin: pty: Avoid screen distortion on slave read.Takashi Yano
2020-02-10Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.Takashi Yano
2020-02-06Cygwin: pty: Use pinfo() rather than kill() with signal 0.Takashi Yano
2020-02-04Cygwin: pty: Remove meaningless pointer increment.Takashi Yano
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano
2020-01-23Cygwin: pty: Remove close() call just before reopening slave.Takashi Yano
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano
2020-01-22Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().Takashi Yano
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-15Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano
2019-11-06Cygwin: pty: Change how to determine if running as service or not.Takashi Yano
2019-10-16Cygwin: pty: Change the timing of clear screen.Takashi Yano
2019-10-16Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano
2019-09-20Cygwin: pty: Add missing guard when PTY is in the legacy mode.Takashi Yano
2019-09-20Cygwin: pty: Add charset conversion for console apps in legacy PTY.Takashi Yano
2019-09-20Cygwin: pty: Unify the charset conversion codes into a function.Takashi Yano
2019-09-20Cygwin: pty: Make GDB work again on pty.Takashi Yano
2019-09-20Cygwin: pty: Avoid potential segfault in PTY code when ppid = 1.Takashi Yano
2019-09-15Cygwin: pty: Use autoload feature for pseudo console system calls.Takashi Yano
2019-09-15Cygwin: pty: Correct typos that do not fit the coding style.Takashi Yano
2019-09-15Cygwin: pty: Change the timing of clearing screen.Takashi Yano
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano
2019-09-15Cygwin: pty: Fix bad file descriptor error in some environment.Takashi Yano
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano
2019-09-14Cygwin: pty: Fix screen alternation while pseudo console switching.Takashi Yano
2019-09-14Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.Takashi Yano
2019-09-06Cygwin: pty: Make SetConsoleCursorPosition() to be hooked.Takashi Yano
2019-09-05Cygwin: pty: Make sure to show system error messagesTakashi Yano
2019-09-05Cygwin: pty: Fix select() with pseudo console support.Takashi Yano
2019-09-05Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano