summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: FIFO: allow fc_handler list to grow dynamicallyKen Brown2020-05-081-3/+3
* Cygwin: FIFO: designate one reader as ownerKen Brown2020-05-081-1/+12
* Cygwin: FIFO: introduce a new type, fifo_reader_id_tKen Brown2020-05-081-0/+23
* Cygwin: FIFO: keep track of the number of readersKen Brown2020-05-081-0/+8
* Cygwin: FIFO: add shared memoryKen Brown2020-05-081-0/+13
* Cygwin: FIFO: use a cygthread instead of a homemade threadKen Brown2020-05-081-11/+6
* Cygwin: FIFO: make opening a writer more robustKen Brown2020-05-081-0/+1
* Cygwin: FIFO: fix hit_eofKen Brown2020-05-081-6/+13
* Cygwin: FIFO: remove the arm methodKen Brown2020-05-081-1/+0
* Cygwin: FIFO: simplify the listen_client_thread codeKen Brown2020-05-081-2/+2
* Cygwin: FIFO: change the fifo_client_connect_state enumKen Brown2020-05-081-2/+8
* Cygwin: FIFO: simplify the fifo_client_handler structureKen Brown2020-05-081-14/+5
* Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen2020-03-231-8/+0
* Cygwin: serial: select: fix previous revamp patchÅke Rehnman2020-03-221-0/+1
* Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen2020-03-221-1/+0
* Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen2020-03-221-3/+2
* Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen2020-03-111-2/+2
* Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen2020-03-111-1/+1
* Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano2020-03-021-0/+1
* Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano2020-02-281-0/+1
* Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen2020-02-281-0/+1
* Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano2020-02-181-0/+6
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano2020-02-101-3/+9
* Cygwin: pty: Avoid screen distortion on slave read.Takashi Yano2020-02-101-1/+2
* Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.Takashi Yano2020-02-101-8/+1
* Cygwin: pty: Use pinfo() rather than kill() with signal 0.Takashi Yano2020-02-061-1/+1
* Cygwin: console: Revise color setting codes in legacy console mode.Takashi Yano2020-02-041-1/+1
* Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown2020-01-301-0/+1
* Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown2020-01-301-0/+2
* Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown2020-01-281-0/+1
* Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano2020-01-281-0/+1
* Cygwin: console: Share readahead buffer within the same process.Takashi Yano2020-01-281-8/+25
* Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano2020-01-141-0/+1
* Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano2020-01-131-1/+0
* Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano2019-11-181-4/+4
* Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano2019-11-081-0/+1
* Cygwin: console: Revive Win7 compatibility.Takashi Yano2019-09-191-0/+6
* Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano2019-09-151-0/+1
* Cygwin: pty: Switch input and output pipes individually.Takashi Yano2019-09-141-4/+5
* Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.Takashi Yano2019-09-141-4/+0
* Cygwin: pty: Fix select() with pseudo console support.Takashi Yano2019-09-051-0/+15
* Cygwin: pty: Fix state management for pseudo console support.Takashi Yano2019-09-041-2/+4
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-291-7/+38
* Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen2019-07-221-12/+25
* Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown2019-07-221-3/+0
* Cygwin: FIFO: minor cleanupKen Brown2019-06-231-5/+5
* Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown2019-06-231-2/+1
* Cygwin: FIFO: improve termination of the listen_client threadKen Brown2019-06-231-0/+9
* Cygwin: FIFO: add some error checkingKen Brown2019-06-231-1/+1
* Cygwin: FIFO: Open only one handle to NPFSKen Brown2019-05-231-1/+1