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
*
mmap: Fix size restriction of maps due to using 32 bit size type
Corinna Vinschen
2016-05-20
1
-3
/
+3
*
Be truthful about reporting whether readahead is available
Johannes Schindelin
2016-04-05
1
-1
/
+2
*
Move get_nonascii_key into fhandler_console.
John Hood
2016-03-20
1
-0
/
+1
*
Implement getentropy for Cygwin
Corinna Vinschen
2016-03-18
1
-2
/
+0
*
Make requested console reports work
Thomas Wolff
2016-03-16
1
-0
/
+6
*
Implement POSIX.1e ACL functions
Corinna Vinschen
2016-03-08
1
-0
/
+5
*
Fix previous fix for generating unique inode numbers for sockets
Corinna Vinschen
2016-01-11
1
-0
/
+2
*
Return unique inode numbers when calling stat/fstat on pipes and IP sockets
Corinna Vinschen
2016-01-11
1
-4
/
+7
*
Fetch and store FileAllInformation rather than FileNetworkOpenInformation
Corinna Vinschen
2015-12-10
1
-2
/
+1
*
Reapply POSIX ACL changes.
Corinna Vinschen
2015-11-18
1
-0
/
+1
*
Cygwin: Try to fix potential data corruption in pipe write
Corinna Vinschen
2015-08-15
1
-1
/
+8
*
Fix OPOST for non-Cygwin pty slaves
Takashi Yano
2015-04-23
1
-0
/
+9
*
TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Takashi Yano
2015-04-23
1
-2
/
+3
*
* fhandler.h (fhandler_base::get_echo_handle): New virtual method.
Corinna Vinschen
2015-03-05
1
-0
/
+3
*
* fhandler.h (class fhandler_base): Add was_nonblocking status flag.
Corinna Vinschen
2015-02-24
1
-1
/
+6
*
* path.h (path_conv): Make path_flags private. Rename known_suffix to
Corinna Vinschen
2015-02-15
1
-3
/
+3
*
* fhandler.h (class fhandler_process): Add fd_type member.
Corinna Vinschen
2015-01-22
1
-1
/
+2
*
* fhandler.h (fhandler_termios::line_edit): Add parameter to return
Corinna Vinschen
2014-11-13
1
-1
/
+2
*
* fhandler_socket.cc (fhandler_socket::af_local_connect): Drop
Corinna Vinschen
2014-10-26
1
-5
/
+4
*
Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disable
Corinna Vinschen
2014-10-11
1
-1
/
+4
*
* fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameter
Corinna Vinschen
2014-08-27
1
-1
/
+1
*
* fhandler.h (enum conn_state): Add "connect_credxchg" state.
Corinna Vinschen
2014-08-19
1
-5
/
+6
*
* fhandler.h (fhandler_serial::is_tty): Reinstantiate.
Corinna Vinschen
2014-08-19
1
-0
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Mention that console
Corinna Vinschen
2014-08-18
1
-7
/
+13
*
* DevNotes: Add entry cgf-000026.
Christopher Faylor
2014-04-26
1
-0
/
+1
*
* fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.
Christopher Faylor
2014-03-19
1
-11
/
+11
*
* sigproc.h (no_thread_exit_protect): New class.
Christopher Faylor
2014-03-17
1
-1
/
+8
*
* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for use
Christopher Faylor
2014-03-10
1
-1
/
+1
*
* fhandler.h (fhandler_console::dwBufferSize): Delete.
Christopher Faylor
2014-03-09
1
-11
/
+11
*
* fhandler.h (fhandler_console::scroll_buffer_screen): New function.
Christopher Faylor
2014-02-26
1
-0
/
+1
*
* fhandler.h (dev_console::is_fullscreen): Delete.
Christopher Faylor
2014-02-23
1
-6
/
+7
*
* DevNotes: Add entry cgf-000024.
Christopher Faylor
2014-02-16
1
-16
/
+17
*
* fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.
Christopher Faylor
2014-01-31
1
-1
/
+3
*
* fhandler.h: Update copyright.
Christopher Faylor
2014-01-04
1
-3
/
+12
*
* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.
Christopher Faylor
2013-12-17
1
-1
/
+0
*
* fhandler.h (fhandler_dev_clipboard): Add private member
Corinna Vinschen
2013-12-10
1
-0
/
+3
*
* devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.
Corinna Vinschen
2013-10-31
1
-0
/
+2
*
* devices.in (dev_cygdrive_storage): Map to \Device\Null.
Corinna Vinschen
2013-10-30
1
-3
/
+4
*
* devices.in (dev_storage): Map /dev/clipboard to \Device\Null.
Corinna Vinschen
2013-10-25
1
-1
/
+0
*
* devices.in (dev_storage): Map /dev/random and /dev/urandom to
Corinna Vinschen
2013-10-25
1
-3
/
+2
*
* fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.
Corinna Vinschen
2013-10-24
1
-4
/
+3
*
* external.cc (fillout_pinfo): If start_time is 0, wait a while before
Christopher Faylor
2013-10-24
1
-1
/
+1
*
* devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.
Corinna Vinschen
2013-10-24
1
-3
/
+3
*
* fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.
Christopher Faylor
2013-10-22
1
-1
/
+1
*
* autoload.cc (CryptAcquireContextW): Remove.
Corinna Vinschen
2013-10-15
1
-3
/
+1
*
Remove /dev/mem, /dev/kmem, /dev/port support.
Corinna Vinschen
2013-07-15
1
-41
/
+0
*
* fhandler.cc (fhandler_base::lock): Move to flock.cc.
Corinna Vinschen
2013-06-04
1
-2
/
+4
*
* autoload.cc (CancelSynchronousIo): Define.
Corinna Vinschen
2013-06-02
1
-0
/
+3
*
* fhandler.h (class fhandler_dev_random): Change type of pseudo to
Corinna Vinschen
2013-05-21
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-105
/
+109
[next]