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
*
* path.h (path_conv): Make path_flags private. Rename known_suffix to
Corinna Vinschen
2015-02-15
1
-3
/
+3
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-16
/
+18
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-1
/
+1
*
* DevNotes: Add entry cgf-000005.
Christopher Faylor
2012-05-12
1
-5
/
+5
*
* fhandler.h (PIPE_ADD_PID): Define new flag.
Christopher Faylor
2012-04-30
1
-3
/
+8
*
* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.
Christopher Faylor
2012-04-28
1
-9
/
+17
*
* cygheap.cc (init_cygheap::init_installation_root): Convert function
Corinna Vinschen
2012-02-14
1
-2
/
+2
*
* fhandler.h (fhandler_fifo::arm): Declare new function.
Christopher Faylor
2012-01-22
1
-2
/
+2
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
* pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging info
Christopher Faylor
2011-12-12
1
-6
/
+41
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.
Christopher Faylor
2011-11-23
1
-2
/
+2
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
1
-5
/
+5
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-34
/
+51
*
* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testing
Christopher Faylor
2011-10-23
1
-2
/
+8
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-4
/
+4
*
* pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code to
Corinna Vinschen
2011-08-15
1
-19
/
+5
*
* miscfuncs.cc (create_pipe): Delete obsolete function.
Christopher Faylor
2011-08-12
1
-1
/
+0
*
* dtable.cc (fh_oom): New static fhandler storage.
Corinna Vinschen
2011-06-30
1
-6
/
+10
*
* dtable.cc (dtable::select_write): Add missing argument to debug_printf.
Christopher Faylor
2011-05-31
1
-0
/
+1
*
* fhandler.cc (fhandler_base_overlapped::raw_read): Rename from
Christopher Faylor
2011-05-05
1
-12
/
+0
*
* fhandler.h (class fhandler_base): Remove uninterruptible_io status
Corinna Vinschen
2011-05-04
1
-3
/
+0
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-5
/
+4
*
* pipe.cc (fhandler_pipe::open): Duplicate content of opened pipe
Corinna Vinschen
2010-08-14
1
-0
/
+3
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
1
-2
/
+5
*
* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.
Christopher Faylor
2010-03-31
1
-1
/
+6
*
* 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
[next]