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-09-15Cygwin: pipes: don't call NtQueryInformationFile on read side of pipesCorinna Vinschen
2021-09-15Cygwin: drop useless method fhandler_base::has_ongoing_ioCorinna Vinschen
2021-09-15Cygwin: pipe: Do not call PeekNamedPipe() if it is not necessary.Takashi Yano
2021-09-14Cygwin: document the recent pipe changesKen Brown
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-14Cygwin: fhandler_base::dup Reflect O_CLOEXEC to inheritance flag.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: fifo: Utilize select_sem for fifo as well as pipe.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-13Revert "Cygwin: select: Improve select/poll response."Takashi Yano
2021-09-13Cygwin: set buffer size for pipes created by non-Cygwin processesKen Brown
2021-09-13Cygwin: pipes: drop "tiny pipe" handlingCorinna Vinschen
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: FIFO: open pipes with FILE_READ_ATTRIBUTES accessKen 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-13Cygwin: move get_obj_handle_count() to miscfuncs.ccCorinna Vinschen
2021-09-13Cygwin: _pipe: add a commentCorinna 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
2021-09-13Cygwin: pipe: Revert to create() rather than nt_create().Takashi Yano
2021-09-13Cygwin: select: Improve select/poll response.Takashi Yano
2021-09-13Cygwin: add fhandler_base::npfs_handleKen Brown
2021-09-13Cygwin: remove the fhandler_base_overlapped classKen Brown
2021-09-13Cygwin: fhandler_pipe: fix permission problemKen Brown
2021-09-13Cygwin: fhandler_pipe: control blocking mode of the Windows pipeKen Brown
2021-09-13Cygwin: fhandler_pipe: add raw_read and raw_writeKen Brown
2021-09-13Cygwin: fhandler_pipe: derive from fhandler_baseKen Brown
2021-09-13Regenerate Makefile.in after configure.in -> configure.ac changeCorinna Vinschen