aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen1-8/+0
2020-03-22Cygwin: serial: select: fix previous revamp patchÅke Rehnman1-0/+1
2020-03-22Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen1-1/+0
2020-03-22Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen1-3/+2
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2020-03-02Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano1-0/+1
2020-02-28Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano1-0/+1
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen1-0/+1
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano1-0/+6
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano1-3/+9
2020-02-10Cygwin: pty: Avoid screen distortion on slave read.Takashi Yano1-1/+2
2020-02-10Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.Takashi Yano1-8/+1
2020-02-06Cygwin: pty: Use pinfo() rather than kill() with signal 0.Takashi Yano1-1/+1
2020-02-04Cygwin: console: Revise color setting codes in legacy console mode.Takashi Yano1-1/+1
2020-01-30Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown1-0/+1
2020-01-30Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown1-0/+2
2020-01-28Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown1-0/+1
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano1-0/+1
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano1-8/+25
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano1-0/+1
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano1-1/+0
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano1-4/+4
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano1-0/+1
2019-09-19Cygwin: console: Revive Win7 compatibility.Takashi Yano1-0/+6
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano1-0/+1
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano1-4/+5
2019-09-14Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.Takashi Yano1-4/+0
2019-09-05Cygwin: pty: Fix select() with pseudo console support.Takashi Yano1-0/+15
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano1-2/+4
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-7/+38
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen1-12/+25
2019-07-22Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown1-3/+0
2019-06-23Cygwin: FIFO: minor cleanupKen Brown1-5/+5
2019-06-23Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown1-2/+1
2019-06-23Cygwin: FIFO: improve termination of the listen_client threadKen Brown1-0/+9
2019-06-23Cygwin: FIFO: add some error checkingKen Brown1-1/+1
2019-05-23Cygwin: FIFO: Open only one handle to NPFSKen Brown1-1/+1
2019-05-09Cygwin: FIFO: improve the check for the listen_client threadKen Brown1-0/+1
2019-05-09Cygwin: FIFO: don't leave a pending listen requestKen Brown1-1/+0
2019-05-09Cygwin: FIFO: add a HANDLE parameter to open_pipeKen Brown1-1/+1
2019-05-09Cygwin: FIFO: re-implement duplexersKen Brown1-4/+0
2019-05-09Cygwin: FIFO: add 'record_connection' methodKen Brown1-0/+1
2019-04-26Cygwin: FIFO: synchronize the blocking mode of a writer's pipeKen Brown1-0/+1
2019-04-20Cygwin: FIFO: stop the listen_client thread before fork/execKen Brown1-0/+3
2019-04-18Cygwin: FIFO: avoid hang after execKen Brown1-0/+1
2019-04-16Cygwin: FIFO: fix and simplify listen_client_threadKen Brown1-7/+4
2019-04-16Cygwin: FIFO: improve raw_writeKen Brown1-0/+1
2019-04-16Cygwin: FIFO: fix cloneKen Brown1-0/+6
2019-04-16Cygwin: FIFO: code simplification: don't overload get_handleKen Brown1-3/+4