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
/
select.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-2
/
+6
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-1
/
+1
*
Throughout change "WinSock" to "Winsock" in comments.
Corinna Vinschen
2011-07-29
1
-1
/
+1
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-4
/
+4
*
* ntdll.h (FILE_PIPE_*): Define constants.
Christopher Faylor
2011-06-04
1
-1
/
+1
*
* external.cc (fillout_pinfo): Don't truncate ctty if it's < 0.
Christopher Faylor
2011-06-01
1
-2
/
+2
*
* select.cc (pipe_data_available): New function - uses NtQueryInformationFile
Christopher Faylor
2011-06-01
1
-104
/
+80
*
* fhandler.h (class fhandler_base): Remove uninterruptible_io status
Corinna Vinschen
2011-05-04
1
-60
/
+0
*
* select.cc (cygwin_select): Make degenerate case cancelable.
Corinna Vinschen
2011-05-03
1
-7
/
+37
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
1
-3
/
+10
*
Throughout, use user32 UNICODE functions rather than ANSI functions.
Corinna Vinschen
2011-05-01
1
-15
/
+3
*
* fcntl.cc (fcntl64): Call pthread_testcancel.
Corinna Vinschen
2011-04-30
1
-0
/
+2
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
1
-1
/
+1
*
* select.cc (serial_cleanup): Make sure that device_specific_pipe is always
Christopher Faylor
2011-04-20
1
-9
/
+15
*
* select.cc (pipe_cleanup): Make sure that device_specific_pipe is always
Christopher Faylor
2011-04-20
1
-3
/
+5
*
Drop NT4 support.
Corinna Vinschen
2011-04-04
1
-14
/
+4
*
* cygthread.cc (cygthread::create): Fix incorrect use of name rather than
Christopher Faylor
2010-09-01
1
-4
/
+4
*
* autoload.cc (MsgWaitForMultipleObjectsEx): Define.
Corinna Vinschen
2010-08-30
1
-3
/
+21
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
Christopher Faylor
2010-04-02
1
-61
/
+37
*
* select.h (select_pipe_info::add_watch_handle): Delete declaration.
Christopher Faylor
2010-04-02
1
-10
/
+0
*
* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_info
Christopher Faylor
2010-03-31
1
-4
/
+35
*
* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state to
Christopher Faylor
2010-02-15
1
-2
/
+0
*
* select.cc (fhandler_fifo::select_read): Fill in device specific record.
Christopher Faylor
2009-12-23
1
-0
/
+9
*
* fhandler_console.cc (read): Detect and handle mouse wheel scrolling
Corinna Vinschen
2009-12-16
1
-3
/
+3
*
* select.cc (peek_console): Always check window size when there is ANY keyboard
Christopher Faylor
2009-09-01
1
-1
/
+1
*
* cygtls.h (struct _local_storage): Add thread storage pointers for
Corinna Vinschen
2009-07-06
1
-25
/
+56
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
1
-198
/
+223
*
* fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicating
Christopher Faylor
2009-06-30
1
-1
/
+1
*
* select.cc (peek_pipe): Turn on (temporarily?) the experimental code which
Christopher Faylor
2009-06-29
1
-7
/
+0
*
* select.cc (peek_pipe): Use has_ongoing_io() to determine if the pipe is ready
Christopher Faylor
2009-06-28
1
-3
/
+1
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare new function.
Christopher Faylor
2009-06-28
1
-1
/
+1
*
* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.
Christopher Faylor
2009-06-28
1
-0
/
+4
*
* dtable.cc (dtable::select_read): Add ability to override fh.
Christopher Faylor
2009-02-27
1
-5
/
+56
*
* select.cc (peek_serial): Add hack to allow proper operation with com0com
Christopher Faylor
2009-01-22
1
-0
/
+4
*
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
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
-2
/
+2
*
* cygwin.din (_getutline): Remove.
Christopher Faylor
2008-07-30
1
-2
/
+2
*
* select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.
Corinna Vinschen
2008-07-11
1
-4
/
+6
*
* select.cc (peek_pipe): Semi-reinstate pipe NT-special write detection.
Christopher Faylor
2008-05-30
1
-14
/
+12
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-7
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-3
/
+3
*
update copyright
Christopher Faylor
2007-07-07
1
-1
/
+1
*
Preliminary change to make fifos/pipes interruptible and fifos reliable.
Christopher Faylor
2007-07-07
1
-55
/
+1
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-6
/
+3
*
* select.cc (struct socketinf): Convert ser_num and w4 to dynamically
Corinna Vinschen
2006-10-11
1
-16
/
+38
*
* fhandler.h (struct wsa_event): Define here.
Corinna Vinschen
2006-07-28
1
-4
/
+10
*
* fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE error
Corinna Vinschen
2006-07-27
1
-24
/
+20
*
* fhandler.h (class fhandler_socket): Remove prot_info_ptr.
Corinna Vinschen
2006-07-27
1
-1
/
+1
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-149
/
+65
[next]