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
/
fhandler.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cygwin: FIFO: allow fc_handler list to grow dynamically
Ken Brown
2020-05-08
1
-3
/
+3
*
Cygwin: FIFO: designate one reader as owner
Ken Brown
2020-05-08
1
-1
/
+12
*
Cygwin: FIFO: introduce a new type, fifo_reader_id_t
Ken Brown
2020-05-08
1
-0
/
+23
*
Cygwin: FIFO: keep track of the number of readers
Ken Brown
2020-05-08
1
-0
/
+8
*
Cygwin: FIFO: add shared memory
Ken Brown
2020-05-08
1
-0
/
+13
*
Cygwin: FIFO: use a cygthread instead of a homemade thread
Ken Brown
2020-05-08
1
-11
/
+6
*
Cygwin: FIFO: make opening a writer more robust
Ken Brown
2020-05-08
1
-0
/
+1
*
Cygwin: FIFO: fix hit_eof
Ken Brown
2020-05-08
1
-6
/
+13
*
Cygwin: FIFO: remove the arm method
Ken Brown
2020-05-08
1
-1
/
+0
*
Cygwin: FIFO: simplify the listen_client_thread code
Ken Brown
2020-05-08
1
-2
/
+2
*
Cygwin: FIFO: change the fifo_client_connect_state enum
Ken Brown
2020-05-08
1
-2
/
+8
*
Cygwin: FIFO: simplify the fifo_client_handler structure
Ken Brown
2020-05-08
1
-14
/
+5
*
Cygwin: serial: use per call OVERLAPPED structs
Corinna Vinschen
2020-03-23
1
-8
/
+0
*
Cygwin: serial: select: fix previous revamp patch
Åke Rehnman
2020-03-22
1
-0
/
+1
*
Cygwin: serial: revamp overlapped IO in read and select
Corinna Vinschen
2020-03-22
1
-1
/
+0
*
Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_t
Corinna Vinschen
2020-03-22
1
-3
/
+2
*
Cygwin: fix formatting: drop trailing whitespace
Corinna Vinschen
2020-03-11
1
-2
/
+2
*
Cygwin: fix formatting: drop spaces leading tabs
Corinna Vinschen
2020-03-11
1
-1
/
+1
*
Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".
Takashi Yano
2020-03-02
1
-0
/
+1
*
Cygwin: console: Adjust the detailed behaviour of ESC sequences.
Takashi Yano
2020-02-28
1
-0
/
+1
*
Cygwin: AF_UNIX: rework fixup_after_exec
Corinna Vinschen
2020-02-28
1
-0
/
+1
*
Cygwin: console: Add guard for set/unset xterm compatible mode.
cygwin-3_1_4-release
Takashi Yano
2020-02-18
1
-0
/
+6
*
Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano
2020-02-10
1
-3
/
+9
*
Cygwin: pty: Avoid screen distortion on slave read.
Takashi Yano
2020-02-10
1
-1
/
+2
*
Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.
Takashi Yano
2020-02-10
1
-8
/
+1
*
Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Takashi Yano
2020-02-06
1
-1
/
+1
*
Cygwin: console: Revise color setting codes in legacy console mode.
Takashi Yano
2020-02-04
1
-1
/
+1
*
Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set
Ken Brown
2020-01-30
1
-0
/
+1
*
Cygwin: AF_LOCAL: allow opening with the O_PATH flag
Ken Brown
2020-01-30
1
-0
/
+2
*
Cygwin: fhandler_disk_file::fstatvfs: refactor
Ken Brown
2020-01-28
1
-0
/
+1
*
Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
2020-01-28
1
-0
/
+1
*
Cygwin: console: Share readahead buffer within the same process.
Takashi Yano
2020-01-28
1
-8
/
+25
*
Cygwin: pty: Disable FreeConsole() on close for non cygwin process.
Takashi Yano
2020-01-14
1
-0
/
+1
*
Cygwin: pty: Remove destructor for fhandler_pty_master class.
Takashi Yano
2020-01-13
1
-1
/
+0
*
Cygwin: pty: Convert CamelCase names to snake_case names.
Takashi Yano
2019-11-18
1
-4
/
+4
*
Cygwin: console, pty: Prevent error in legacy console mode.
Takashi Yano
2019-11-08
1
-0
/
+1
*
Cygwin: console: Revive Win7 compatibility.
Takashi Yano
2019-09-19
1
-0
/
+6
*
Cygwin: pty: Use system NLS function instead of PTY's own one.
Takashi Yano
2019-09-15
1
-0
/
+1
*
Cygwin: pty: Switch input and output pipes individually.
Takashi Yano
2019-09-14
1
-4
/
+5
*
Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
Takashi Yano
2019-09-14
1
-4
/
+0
*
Cygwin: pty: Fix select() with pseudo console support.
Takashi Yano
2019-09-05
1
-0
/
+15
*
Cygwin: pty: Fix state management for pseudo console support.
Takashi Yano
2019-09-04
1
-2
/
+4
*
Cygwin: pty: add pseudo console support.
Takashi Yano
2019-08-29
1
-7
/
+38
*
Cygwin: change virtual_ftype_t to not rely on negative values
Corinna Vinschen
2019-07-22
1
-12
/
+25
*
Cygwin: fhandler_*: remove isdevice() and is_auto_device()
Ken Brown
2019-07-22
1
-3
/
+0
*
Cygwin: FIFO: minor cleanup
Ken Brown
2019-06-23
1
-5
/
+5
*
Cygwin: FIFO: remove fifo_client_handler::connect_evt
Ken Brown
2019-06-23
1
-2
/
+1
*
Cygwin: FIFO: improve termination of the listen_client thread
Ken Brown
2019-06-23
1
-0
/
+9
*
Cygwin: FIFO: add some error checking
Ken Brown
2019-06-23
1
-1
/
+1
*
Cygwin: FIFO: Open only one handle to NPFS
Ken Brown
2019-05-23
1
-1
/
+1
[prev]
[next]