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-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-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-20Cygwin: console: Fix "Bad file descriptor" error in script command.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: console: Revise the code to switch xterm mode.Takashi Yano via Cygwin-patches
2020-08-28Cygwin: select: Fix a bug on closing pi->bye event.Takashi Yano via Cygwin-patches
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
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: allow take_ownership to be interruptedKen Brown
2020-07-16Cygwin: fhandler_fifo::hit_eof: improve reliabilityKen Brown
2020-05-11Cygwin: FIFO: code simplificationKen Brown
2020-05-08Cygwin: FIFO: allow any reader to take ownershipKen Brown
2020-05-08Cygwin: FIFO: fix hit_eofKen Brown
2020-03-23Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen
2020-03-23Cygwin: serial: select: call ClearCommError prior to calling WaitCommEventCorinna Vinschen
2020-03-23Cygwin: serial: select: fix WaitCommEvent requestCorinna Vinschen
2020-03-22Cygwin: serial: select: fix previous revamp patchÅke Rehnman
2020-03-22Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen
2020-03-22Cygwin: serial: select: simplify peek_serialCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano
2020-02-17Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-releaseTakashi Yano
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano
2020-02-10Cygwin: pty: Remove debug codes and organize related codes.Takashi Yano
2020-01-13Cygwin: select: Speed up select() call for pty, pipe and fifo.Takashi Yano
2019-09-20Cygwin: console: Revive Win7 compatibility.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-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen
2019-08-15Cygwin: console: Fix the condition to interrupt select() by SIGWINCHTakashi Yano
2019-04-16Cygwin: FIFO: code simplification: don't overload get_handleKen 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
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2019-03-27Cygwin: FIFO: update selectKen Brown
2019-02-24Cygwin: timerfd: fix select always returning immediatelyCorinna Vinschen
2019-01-16Cygwin: timers: implement timerfdCorinna Vinschen
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen
2019-01-14Cygwin: signal: implement signalfdCorinna Vinschen
2019-01-14Cygwin: select: fix overwriting fd sets if poll returns no fdCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen