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
/
fhandler.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.
Corinna Vinschen
2011-05-04
1
-1
/
+1
*
Throughout, use user32 UNICODE functions rather than ANSI functions.
Corinna Vinschen
2011-05-01
1
-1
/
+0
*
* fhandler.h (fhandler_socket::is_slow): Remove.
Corinna Vinschen
2011-05-01
1
-1
/
+0
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-3
/
+3
*
Implement /proc/sysvipc/*
Yaakov Selkowitz
2011-04-01
1
-0
/
+13
*
* fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.
Christopher Faylor
2011-03-18
1
-1
/
+5
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove special
Christopher Faylor
2011-03-13
1
-4
/
+2
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-7
/
+18
*
* fhandler.h (struct part_t): New type.
Corinna Vinschen
2011-01-12
1
-1
/
+9
*
* fhandler.h (MAX_PARTITIONS): New definition.
Corinna Vinschen
2011-01-11
1
-1
/
+5
*
* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.
Christopher Faylor
2010-10-23
1
-1
/
+1
*
* fhandler.h (fhandler_base::get_stat_access): Delete.
Corinna Vinschen
2010-10-07
1
-1
/
+0
*
* fhandler.cc (fhandler_base::open): Handle query_write_dac flag.
Corinna Vinschen
2010-09-24
1
-1
/
+2
*
* fhandler.h (class fhandler_base): Change inheritance of fstat_helper
Corinna Vinschen
2010-09-13
1
-11
/
+4
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-7
/
+44
*
Align seekdir and telldir API to POSIX definition.
Corinna Vinschen
2010-07-05
1
-9
/
+9
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-0
/
+2
*
* fhandler.h (class fhandler_pty_master): Add master_thread member.
Corinna Vinschen
2010-05-26
1
-0
/
+1
*
* autoload.cc (GetNamedPipeClientProcessId): Define.
Corinna Vinschen
2010-04-19
1
-1
/
+12
*
* fhandler.h (class dev_console): Add backspace_keycode member.
Corinna Vinschen
2010-04-11
1
-0
/
+1
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
Christopher Faylor
2010-04-02
1
-0
/
+1
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
1
-7
/
+12
*
* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_info
Christopher Faylor
2010-03-31
1
-0
/
+2
*
Add missing fhandler.h patch and ChangeLog comment.
Christopher Faylor
2010-03-31
1
-1
/
+3
*
* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.
Christopher Faylor
2010-03-31
1
-17
/
+22
*
* fhandler_socket.cc (fhandler_socket::evaluate_events): Make erase
Corinna Vinschen
2010-03-22
1
-1
/
+1
*
* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state to
Christopher Faylor
2010-02-15
1
-1
/
+0
*
* cygwin.din (accept4): Export.
Corinna Vinschen
2010-01-15
1
-1
/
+1
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-1
/
+1
*
* fhandler.h (fhandler_base::fstat_helper): Declare timestamps as
Corinna Vinschen
2010-01-10
1
-5
/
+5
*
* fhandler.h (fhandler_socket::wait_for_events): Drop parameter default
Corinna Vinschen
2009-12-28
1
-1
/
+1
*
* fhandler_console.cc (write_console): Check for VT100
Corinna Vinschen
2009-12-19
1
-0
/
+4
*
* fhandler.h (fhandler_registry::value_name): Convert to wchar_t*.
Corinna Vinschen
2009-12-18
1
-1
/
+1
*
* fhandler_console.cc (read): Detect and handle mouse wheel scrolling
Corinna Vinschen
2009-12-16
1
-3
/
+8
*
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
Corinna Vinschen
2009-11-17
1
-0
/
+10
*
* fhandler.h (class fhandler_mailslot): Declare new private method
Corinna Vinschen
2009-11-11
1
-0
/
+1
*
* fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.
Corinna Vinschen
2009-10-07
1
-0
/
+1
*
* fhandler.h (class dev_console): Constify charset parameter of
Corinna Vinschen
2009-09-28
1
-1
/
+1
*
Fix faccessat(,0) and access() semantics.
Eric Blake
2009-09-25
1
-1
/
+1
*
* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.
Christopher Faylor
2009-08-18
1
-4
/
+8
*
* fhandler.h (class fhandler_socket): Add peer_sun_path member.
Corinna Vinschen
2009-08-13
1
-0
/
+3
*
* fhandler.h (pdrive_buf): Defensively allocate one extra byte.
Christopher Faylor
2009-08-04
1
-1
/
+1
*
* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
Christopher Faylor
2009-08-04
1
-0
/
+5
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-37
/
+46
*
* fhandler.h (enum del_lock_called_from): New enumeration.
Corinna Vinschen
2009-07-22
1
-1
/
+7
*
revert erroneous checkin
Christopher Faylor
2009-07-17
1
-10
/
+7
*
* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or we
Christopher Faylor
2009-07-17
1
-7
/
+10
*
* autoload.cc (SetParent): Add new import.
Christopher Faylor
2009-07-04
1
-0
/
+2
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-5
/
+5
*
* fhandler.h (class fhandler_socket): Add class members and methods
Corinna Vinschen
2009-07-01
1
-0
/
+9
[prev]
[next]