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
*
* 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
*
* path.cc (path_conv::check): Leave symlink expansion loop in case
Corinna Vinschen
2005-02-06
1
-28
/
+91
*
* cygthread.h (cygthread::terminate_thread): Reflect return value.
Christopher Faylor
2005-02-06
1
-2
/
+2
*
* pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.
Corinna Vinschen
2005-02-02
1
-4
/
+5
*
* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
Christopher Faylor
2005-02-01
1
-1
/
+1
*
* pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fd
Corinna Vinschen
2005-02-01
1
-0
/
+33
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
1
-0
/
+7
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-0
/
+6
*
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-11-20
1
-1
/
+1
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-57
/
+57
*
* pipe.cc (create_selectable_pipe): Work around bug in Windows 95
Corinna Vinschen
2004-09-09
1
-2
/
+4
*
Christopher Faylor <cgf@timesys.com>
Christopher Faylor
2004-09-03
1
-4
/
+134
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-5
/
+5
*
* include/cygwin/version.h: Bump DLL minor number to 9.
Christopher Faylor
2004-03-17
1
-1
/
+1
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
Christopher Faylor
2004-02-02
1
-2
/
+2
*
Throughout, change name from set_inheritance to set_no_inheritance to better
Christopher Faylor
2004-02-02
1
-2
/
+2
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-10
/
+39
*
* fhandler_console.cc (fhandler_console::close): Remove obsolete test for
Christopher Faylor
2004-01-17
1
-0
/
+3
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-50
/
+67
*
Remove left coercion throughout.
Christopher Faylor
2003-09-07
1
-1
/
+1
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen
2003-04-01
1
-2
/
+2
*
* pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist.
Christopher Faylor
2003-03-22
1
-3
/
+6
*
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
Christopher Faylor
2003-02-07
1
-0
/
+1
*
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
Christopher Faylor
2003-02-07
1
-1
/
+1
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
1
-3
/
+3
[next]