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
2022-05-30Cygwin: remove regparm.hKen Brown
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2021-12-27Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown
2021-12-12Cygwin: fhandler_pipe::raw_read: minor code cleanupKen Brown
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano
2021-11-23Cygwin: fhandler_pipe::raw_read: fix handle leakKen Brown
2021-11-17Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.Takashi Yano
2021-11-11Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.Takashi Yano
2021-11-10Cygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx.Takashi Yano
2021-11-08Cygwin: pipe: Avoid false EOF while reading output of C# programs.Takashi Yano
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen
2021-10-19Cygwin: pipe: Use NtQuerySystemInformation() instead of EnumProcesses().Takashi Yano
2021-09-23Cygwin: pipe: Use ProcessHandleInformation if available.Takashi Yano
2021-09-21Cygwin: pipe: Introduce temporary query_hdl.Takashi Yano
2021-09-18Cygwin: pipes: remove unnecessary NULL checks for hdl_cnt_mtxKen Brown
2021-09-18Cygwin: fhandler_pipe::open_setup: fail on error creating mutexesKen Brown
2021-09-18Cygwin: allow open_setup to failKen Brown
2021-09-16Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.Takashi Yano
2021-09-16Cygwin: pipe: Fix race issue regarding handle count.Takashi Yano
2021-09-16Cygwin: pipe: Fix error handling in fhandler_pip::create().Takashi Yano
2021-09-14Cygwin: pipe: Fix handling of EPIPE and SIGPIPE in raw_write().Takashi Yano
2021-09-14Cygwin: pipe, fifo: Release select_sem semaphore as much as needed.Takashi Yano
2021-09-14Cygwin: pipe: Use read pipe handle for select() on write pipe.Takashi Yano
2021-09-14Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles.Takashi Yano
2021-09-13Cygwin: pipes: do not duplicate sec_none{_nih} locally when creating objectsCorinna Vinschen
2021-09-13Cygwin: fix inheritence of select_sem on write side of pipeCorinna Vinschen
2021-09-13Cygwin: pipe: Fix deadlock if pipe is created by non-cygwin app.Takashi Yano
2021-09-13Cygwin: pipes: always signal select_sem if any bytes are read or writtenCorinna Vinschen
2021-09-13Cygwin: pipe: Fix notification timing of select_sem.Takashi Yano
2021-09-13Cygwin: select: Introduce select_sem semaphore for pipe.Takashi Yano
2021-09-13Cygwin: set buffer size for pipes created by non-Cygwin processesKen Brown
2021-09-13Cygwin: pipes: handle signals and thread cancellation in blocking mode onlyCorinna Vinschen
2021-09-13Cygwin: pipes: always terminate async IO in blocking modeCorinna Vinschen
2021-09-13Cygwin: pipes: cancel async IO if thread cancellation is in progressCorinna Vinschen
2021-09-13Cygwin: pipe: Stop counting reader and read all available data.Takashi Yano
2021-09-13Cygwin: new class fhandler_pipe_fifoKen Brown
2021-09-13Cygwin: pipes: minor code cleanupKen Brown
2021-09-13Cygwin: pipes: nt_create: set read handle to NULL in error caseCorinna Vinschen
2021-09-13Cygwin: pipes: call nt_create with handle referencesCorinna Vinschen
2021-09-13Cygwin: pipes: workaround unrelibale system infoCorinna Vinschen
2021-09-13Cygwin: pipes: fix POSIX requirement for non-blocking pipe writesCorinna Vinschen
2021-09-13Cygwin: pipes: create pipes with synchronization enabledCorinna Vinschen
2021-09-13Cygwin: pipes: use NtClose when file has been opened with an NtXxx functionCorinna Vinschen
2021-09-13Cygwin: pipes: always close read side pipe handle in error caseCorinna Vinschen
2021-09-13Cygwin: pipes: fix a bug in raw_writeCorinna Vinschen
2021-09-13Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"Corinna Vinschen
2021-09-13Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"Corinna Vinschen
2021-09-13Cygwin: fhandler_pipe.cc:nt_select: fix flags againKen Brown
2021-09-13Cygwin: fhandler_pipe.cc:nt_select: fix flagsKen Brown
2021-09-13Revert "Cygwin: pipe: Revert to create() rather than nt_create()."Ken Brown