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-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2020-03-02Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano
2020-02-28Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.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: console: Revise color setting codes in legacy console mode.Takashi Yano
2020-01-30Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown
2020-01-30Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown
2020-01-28Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown
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-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano
2019-09-20Cygwin: console: Revive Win7 compatibility.Takashi Yano
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano
2019-09-14Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.Takashi Yano
2019-09-05Cygwin: pty: Fix select() with pseudo console support.Takashi Yano
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen
2019-07-22Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown
2019-06-23Cygwin: FIFO: minor cleanupKen Brown
2019-06-23Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown
2019-06-23Cygwin: FIFO: improve termination of the listen_client threadKen Brown
2019-06-23Cygwin: FIFO: add some error checkingKen Brown
2019-05-23Cygwin: FIFO: Open only one handle to NPFSKen Brown
2019-05-09Cygwin: FIFO: improve the check for the listen_client threadKen Brown
2019-05-09Cygwin: FIFO: don't leave a pending listen requestKen Brown
2019-05-09Cygwin: FIFO: add a HANDLE parameter to open_pipeKen Brown
2019-05-09Cygwin: FIFO: re-implement duplexersKen Brown
2019-05-09Cygwin: FIFO: add 'record_connection' methodKen Brown
2019-04-26Cygwin: FIFO: synchronize the blocking mode of a writer's pipeKen Brown
2019-04-20Cygwin: FIFO: stop the listen_client thread before fork/execKen Brown
2019-04-18Cygwin: FIFO: avoid hang after execKen Brown
2019-04-16Cygwin: FIFO: fix and simplify listen_client_threadKen Brown
2019-04-16Cygwin: FIFO: improve raw_writeKen Brown
2019-04-16Cygwin: FIFO: fix cloneKen Brown
2019-04-16Cygwin: FIFO: code simplification: don't overload get_handleKen Brown
2019-04-16Cygwin: FIFO: remember the type of the fhandlerKen Brown
2019-04-16Cygwin: FIFO: rename client[] to fc_handler[]Ken Brown
2019-03-31Cygwin: console: Make I/O functions thread-safeTakashi Yano
2019-03-31Cygwin: console: fix select() behaviourTakashi Yano
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano