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
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches
2021-03-05Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches
2021-02-24Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown
2021-02-19Cygwin: define fhandler_fifo::fstatKen Brown
2021-02-19Cygwin: default to O_BINARY in fhandler_base::reset_to_open_binmode()Corinna Vinschen
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches
2021-02-10Cygwin: fhandler: clean up 'copyto' logicCorinna Vinschen
2021-02-01Cygwin: console: Make read() thread-safe.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches
2021-01-19Cygwin: rmdir: handle /dev in fhandler_dev::rmdirCorinna Vinschen
2021-01-18Cygwin: pty: Make master thread functions be static.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: pty: Make close_pseudoconsole() be a static member function.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: console: Revise the code to switch xterm mode.Takashi Yano via Cygwin-patches
2020-11-09Cygwin: fhandler_fifo: reduce sizeKen Brown
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-08-04Cygwin: FIFO: synchronize the fifo_reader and fifosel threadsKen Brown
2020-08-04Cygwin: FIFO: don't read from pipes that are closingKen Brown
2020-08-04Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown
2020-08-04Cygwin: FIFO: add a timeout to take_ownershipKen Brown
2020-07-16Cygwin: FIFO: clean upKen Brown
2020-07-16Cygwin: FIFO: allow take_ownership to be interruptedKen Brown
2020-07-16Cygwin: FIFO: reduce I/O interleavingKen Brown
2020-07-16Cygwin: fhandler_fifo::hit_eof: improve reliabilityKen Brown
2020-07-16Cygwin: FIFO: keep a writer count in shared memoryKen Brown
2020-07-16Cygwin: FIFO: fix problems finding new ownerKen Brown
2020-07-01Cygwin: tcp: Support TCP_QUICKACKCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVLCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_FASTOPENCorinna Vinschen
2020-06-06Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches
2020-05-31Cygwin: pty: Prevent garbage remained in read ahead buffer.Takashi Yano via Cygwin-patches
2020-05-30Cygwin: console: Make cursor keys work in vim under ConEmu.Takashi Yano via Cygwin-patches
2020-05-22Cygwin: FIFO: Revert "take ownership on exec"Ken Brown
2020-05-19Cygwin: pty: Call FreeConsole() only if attached to current pty.Takashi Yano via Cygwin-patches
2020-05-11Cygwin: FIFO: code simplificationKen Brown
2020-05-08Cygwin: fifo: fix type of fifo_reader_id_t operatorsCorinna Vinschen
2020-05-08Cygwin: FIFO: support opening multiple readersKen Brown
2020-05-08Cygwin: FIFO: allow any reader to take ownershipKen Brown
2020-05-08Cygwin: FIFO: find a new owner when closingKen Brown
2020-05-08Cygwin: FIFO: take ownership on execKen Brown
2020-05-08Cygwin: FIFO: add a shared fifo_client_handler listKen Brown
2020-05-08Cygwin: FIFO: allow fc_handler list to grow dynamicallyKen Brown
2020-05-08Cygwin: FIFO: designate one reader as ownerKen Brown