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-02-02Cygwin: fhandler_fifo.cc: add commentaryKen Brown
2020-01-28Cygwin: FIFO: fstatvfs: use our handle if O_PATH is setKen Brown
2020-01-24Cygwin: FIFO: tweak fcntl and dup when O_PATH is setKen Brown
2020-01-24Cygwin: re-implement fhandler_fifo::open with O_PATHKen Brown
2019-12-22Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown
2019-06-27Cygwin: honor the O_PATH flag when opening a FIFOKen Brown
2019-06-26Cygwin: FIFO: fix a thinko in raw_writeKen Brown
2019-06-23Cygwin: FIFO: minor cleanupKen Brown
2019-06-23Cygwin: FIFO: slightly change the use of write_readyKen Brown
2019-06-23Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown
2019-06-23Cygwin: FIFO: simplify raw_readKen Brown
2019-06-23Cygwin: FIFO: improve termination of the listen_client threadKen Brown
2019-06-23Cygwin: FIFO: avoid deadlock when closingKen Brown
2019-06-23Cygwin: FIFO: clean up locksKen Brown
2019-06-23Cygwin: FIFO: add some error checkingKen Brown
2019-06-23Cygwin: FIFO: fix signal handling in raw_read and raw_writeKen Brown
2019-05-28Cygwin: FIFO: respect the O_CLOEXEC flagKen Brown
2019-05-09Cygwin: FIFO: code simplifications.Ken Brown
2019-05-09Cygwin: FIFO: make read_ready an auto-reset eventKen Brown
2019-05-09Cygwin: FIFO: improve the check for the listen_client threadKen Brown
2019-05-09Cygwin: FIFO: set client handler flags more accuratelyKen 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-05-09Cygwin: FIFO: remove incorrect duplexer codeKen Brown
2019-04-26Cygwin: FIFO: synchronize the blocking mode of a writer's pipeKen Brown
2019-04-22Cygwin: FIFO: restart listen_client thread after fork/execKen Brown
2019-04-20Cygwin: FIFO: stop the listen_client thread before fork/execKen Brown
2019-04-20Cygwin: FIFO: close connect_evt handles as soon as possibleKen Brown
2019-04-20Cygwin: FIFO: avoid WFMO error in listen_client_threadKen Brown
2019-04-20Cygwin: FIFO: duplicate the i/o handle when opening a duplexerKen Brown
2019-04-20Cygwin: FIFO: stop the listen_client thread on an opening errorKen 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: start the listen_client thread when duping a readerKen Brown
2019-04-16Cygwin: FIFO: fix cloneKen Brown
2019-04-16Cygwin: FIFO: use a retry loop when opening a writerKen Brown
2019-04-16Cygwin: FIFO: fix the use of the read_ready eventKen Brown
2019-04-16Cygwin: FIFO: fix fifo_client_handler::closeKen Brown
2019-04-16Cygwin: FIFO: fix the error checking in raw_readKen Brown
2019-04-16Cygwin: FIFO: fix a thinko in listen_client_threadKen Brown
2019-04-16Cygwin: FIFO: remember the type of the fhandlerKen Brown
2019-04-16Cygwin: FIFO: hit_eof: add a call to fifo_client_lockKen Brown
2019-04-16Cygwin: FIFO: rename client[] to fc_handler[]Ken Brown
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2019-03-27Cygwin: FIFO: add support for the duplex caseKen Brown
2019-03-27Cygwin: FIFO: update set_close_on_execKen Brown
2019-03-27Cygwin: FIFO: update fixup_after_forkKen Brown