Age | Commit message (Expand) | Author | Files | Lines |
2020-08-05 | Cygwin: Add 'fallthrough' pseudo keyword for switch/case use | Corinna Vinschen | 1 | -2/+2 |
2020-07-20 | Cygwin: pty: Fix a bug on redirecting something to /dev/pty*. | Takashi Yano via Cygwin-patches | 1 | -5/+0 |
2020-07-01 | Cygwin: pty, termios: Unify thoughts of read ahead beffer handling. | Takashi Yano via Cygwin-patches | 1 | -21/+16 |
2020-07-01 | Cygwin: pty: Discard CSI > Pm m sequence from native windows apps. | Takashi Yano via Cygwin-patches | 1 | -0/+28 |
2020-06-05 | Cygwin: pty: Fix screen distortion after less for native apps again. | Takashi Yano via Cygwin-patches | 1 | -34/+15 |
2020-06-01 | Cygwin: pty: Fix screen distortion after using less for native apps.cygwin-3_1_5-release | Takashi Yano via Cygwin-patches | 1 | -8/+11 |
2020-05-31 | Cygwin: pty: Revise the code which prevents undesired window title. | Takashi Yano via Cygwin-patches | 1 | -2/+7 |
2020-05-31 | Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread(). | Takashi Yano via Cygwin-patches | 1 | -18/+0 |
2020-05-31 | Cygwin: pty: Prevent garbage remained in read ahead buffer. | Takashi Yano via Cygwin-patches | 1 | -2/+12 |
2020-05-28 | Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls. | Takashi Yano via Cygwin-patches | 1 | -9/+9 |
2020-05-28 | Cygwin: pty: Fix a bug in free_attached_console(). | Takashi Yano via Cygwin-patches | 1 | -1/+4 |
2020-05-25 | Cygwin: pty: Stop counting number of slaves attached to pseudo console. | Takashi Yano via Cygwin-patches | 1 | -17/+5 |
2020-05-25 | Cygwin: pty: Revise code to make system_printf() work after close. | Takashi Yano via Cygwin-patches | 1 | -3/+12 |
2020-05-19 | Cygwin: pty: Make system_printf() work after closing pty slave. | Takashi Yano via Cygwin-patches | 1 | -0/+5 |
2020-05-19 | Cygwin: pty: Call FreeConsole() only if attached to current pty. | Takashi Yano via Cygwin-patches | 1 | -15/+13 |
2020-05-04 | setup_pseudoconsole(): handle missing/incorrect helper gracefully | Johannes Schindelin | 1 | -1/+17 |
2020-03-13 | Cygwin: pty: Add FreeConsole to destructor of pty slave. | Takashi Yano via Cygwin-patches | 1 | -2/+9 |
2020-02-28 | Cygwin: AF_UNIX: rework fixup_after_exec | Corinna Vinschen | 1 | -1/+1 |
2020-02-11 | Cygwin: pty: Add error handling in setup_pseudoconsole(). | Takashi Yano | 1 | -68/+111 |
2020-02-10 | Cygwin: pty: Prevent potential errno overwriting. | Takashi Yano | 1 | -0/+3 |
2020-02-10 | Cygwin: pty: Fix state mismatch caused in mintty. | Takashi Yano | 1 | -2/+14 |
2020-02-10 | Cygwin: pty: Inherit typeahead data between two input pipes. | Takashi Yano | 1 | -88/+312 |
2020-02-10 | Cygwin: pty: Add missing member initialization for struct pipe_reply. | Takashi Yano | 1 | -1/+1 |
2020-02-10 | Cygwin: pty: Remove debug codes and organize related codes. | Takashi Yano | 1 | -58/+23 |
2020-02-10 | Cygwin: pty: Avoid screen distortion on slave read. | Takashi Yano | 1 | -21/+30 |
2020-02-10 | Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc. | Takashi Yano | 1 | -0/+10 |
2020-02-06 | Cygwin: pty: Use pinfo() rather than kill() with signal 0. | Takashi Yano | 1 | -5/+5 |
2020-02-04 | Cygwin: pty: Remove meaningless pointer increment. | Takashi Yano | 1 | -1/+1 |
2020-01-28 | Cygwin: pty: Revise code waiting for forwarding again. | Takashi Yano | 1 | -6/+31 |
2020-01-28 | Cygwin: console: Share readahead buffer within the same process. | Takashi Yano | 1 | -1/+1 |
2020-01-23 | Cygwin: pty: Remove close() call just before reopening slave. | Takashi Yano | 1 | -1/+0 |
2020-01-22 | Cygwin: pty: Introduce disable_pcon in environment CYGWIN. | Takashi Yano | 1 | -0/+2 |
2020-01-22 | Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer(). | Takashi Yano | 1 | -12/+19 |
2020-01-21 | Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread. | Takashi Yano | 1 | -4/+11 |
2020-01-14 | Cygwin: pty: Set console code page only if pseudo console is enabled. | Takashi Yano | 1 | -9/+12 |
2020-01-14 | Cygwin: pty: Disable FreeConsole() on close for non cygwin process. | Takashi Yano | 1 | -2/+11 |
2020-01-14 | Cygwin: console: Disable xterm mode for non cygwin process only. | Takashi Yano | 1 | -10/+0 |
2020-01-14 | Cygwin: pty: Add missing CloseHandle() calls. | Takashi Yano | 1 | -2/+14 |
2020-01-14 | Cygwin: pty: Fix the issue regarding open and close multiple PTYs. | Takashi Yano | 1 | -4/+11 |
2020-01-13 | Cygwin: pty: Revise the code for setting code page of pseudo console. | Takashi Yano | 1 | -27/+25 |
2020-01-13 | Cygwin: pty: Remove destructor for fhandler_pty_master class. | Takashi Yano | 1 | -9/+0 |
2019-12-19 | Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again. | Takashi Yano | 1 | -1/+1 |
2019-12-18 | Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling. | Takashi Yano | 1 | -2/+5 |
2019-11-18 | Cygwin: pty: Convert CamelCase names to snake_case names. | Takashi Yano | 1 | -34/+34 |
2019-11-15 | Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent. | Takashi Yano | 1 | -0/+22 |
2019-11-13 | Cygwin: pty: Use redraw screen instead of clear screen. | Takashi Yano | 1 | -14/+16 |
2019-11-08 | Cygwin: console, pty: Prevent error in legacy console mode. | Takashi Yano | 1 | -0/+14 |
2019-11-06 | Cygwin: pty: Change how to determine if running as service or not. | Takashi Yano | 1 | -14/+3 |
2019-10-16 | Cygwin: pty: Change the timing of clear screen. | Takashi Yano | 1 | -13/+13 |
2019-10-16 | Cygwin: pty: Avoid detach console in the process running as service. | Takashi Yano | 1 | -0/+2 |