index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
pipe.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning const
Christopher Faylor
2010-01-29
1
-1
/
+1
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-7
/
+10
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-1
/
+1
*
* fhandler_fifo.cc (fhandler_fifo::open): Avoid resetting errno after it has
Christopher Faylor
2009-12-09
1
-1
/
+1
*
* cygprops.h: New file.
Corinna Vinschen
2009-10-31
1
-3
/
+7
*
* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.
Christopher Faylor
2009-08-17
1
-1
/
+1
*
* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
Christopher Faylor
2009-08-04
1
-5
/
+7
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-3
/
+4
*
* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR or
Christopher Faylor
2009-01-27
1
-0
/
+1
*
* fhandler.h (fhandler_base_setup_overlapped): Add new argument.
Christopher Faylor
2008-12-23
1
-133
/
+2
*
* pipe.cc (getov_result): Minor cleanup.
Christopher Faylor
2008-12-22
1
-3
/
+2
*
* pipe.cc (getov_result): Add parameters to facilitate better EOF checking.
Christopher Faylor
2008-12-21
1
-5
/
+9
*
* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.
Christopher Faylor
2008-09-11
1
-1
/
+1
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-19
/
+19
*
* fhandler.h (class fhandler_pipe): Rename read and write
Corinna Vinschen
2008-08-26
1
-2
/
+2
*
* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes will
Christopher Faylor
2008-08-20
1
-1
/
+1
*
* environ.cc (known): Remove "binmode" option.
Corinna Vinschen
2008-07-18
1
-4
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-5
/
+0
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-12
/
+25
*
* pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead of
Corinna Vinschen
2008-03-12
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-1
/
+0
*
* tty.cc: Update copyright.
Christopher Faylor
2008-01-01
1
-2
/
+2
*
* newsym: First stab at understanding data as well as functions.
Christopher Faylor
2008-01-01
1
-13
/
+12
*
* dtable.cc (POSIX_NAMED_PIPE): New define.
Christopher Faylor
2007-12-16
1
-4
/
+153
*
revert premature checkin
Christopher Faylor
2007-11-08
1
-49
/
+4
*
* dllfixdbg: Eliminate extra objcopy step.
Christopher Faylor
2007-11-08
1
-4
/
+49
*
* debug.cc (close_handle): Change debug output format slightly.
Christopher Faylor
2007-07-10
1
-4
/
+4
*
Preliminary change to make fifos/pipes interruptible and fifos reliable.
Christopher Faylor
2007-07-07
1
-140
/
+17
*
* fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in
Corinna Vinschen
2007-02-27
1
-0
/
+7
*
* fhandler.h (class fhandler_pipe): Remove members writepipe_exists,
Corinna Vinschen
2007-02-23
1
-68
/
+4
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-1
/
+2
*
* autoload.cc (NtSetInformationFile): Define.
Corinna Vinschen
2006-08-07
1
-0
/
+14
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-1
/
+2
*
* debug.h (ModifyHandle): Define new macro.
Christopher Faylor
2006-05-25
1
-3
/
+6
*
* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminated
Christopher Faylor
2006-05-21
1
-27
/
+41
*
* debug.cc (add_handle): Print handle value when collision detected.
Christopher Faylor
2006-05-21
1
-40
/
+28
*
* pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.
Corinna Vinschen
2006-04-27
1
-1
/
+1
*
* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
Christopher Faylor
2005-12-19
1
-2
/
+9
*
* cygheap.h (cygheap_fdenum): Remove start_fd stuff.
Christopher Faylor
2005-10-24
1
-1
/
+1
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-2
/
+1
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-6
/
+6
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-6
/
+6
*
* pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is now
Christopher Faylor
2005-09-17
1
-1
/
+1
*
Remove some more unneeded 'return;'s throughout.
Christopher Faylor
2005-09-14
1
-1
/
+0
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-1
/
+1
*
* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
Christopher Faylor
2005-04-22
1
-55
/
+34
*
* fhandler.cc (fhandler::dup): Duplicate flags, too.
Christopher Faylor
2005-04-16
1
-1
/
+1
*
* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.
Christopher Faylor
2005-04-08
1
-5
/
+0
*
* cygthread.cc (cygthread::release): Reset ev here if it exists.
Christopher Faylor
2005-02-11
1
-6
/
+1
*
* pipe.cc (fhandler_pipe::read): Remove hold over from old read_state
Christopher Faylor
2005-02-08
1
-1
/
+0
[next]