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
*
* fhandler.h (fhandler_pty_common::bytes_available): Declare new function.
Christopher Faylor
2012-04-05
1
-5
/
+9
*
* Throughout, replace usage of w32api's min with MIN from sys/param.h.
Corinna Vinschen
2012-03-08
1
-1
/
+1
*
* fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Don't block
Christopher Faylor
2012-02-01
1
-47
/
+36
*
* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reports
Christopher Faylor
2012-01-22
1
-4
/
+8
*
add missing change
Christopher Faylor
2011-12-13
1
-3
/
+0
*
* dcrt0.cc (init_windows_system_directory): Record system_wow64_directory
Christopher Faylor
2011-12-13
1
-21
/
+27
*
* select.cc (select_stuff::wait): Very minor formatting fix.
Christopher Faylor
2011-12-11
1
-4
/
+4
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
1
-1
/
+1
*
* select.cc (cygwin_select): Fifth time is the charm.
Christopher Faylor
2011-12-09
1
-3
/
+6
*
* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait times
Christopher Faylor
2011-12-08
1
-2
/
+2
*
* select.cc (select_stuff::wait): Temporarily disallow APCS.
Christopher Faylor
2011-12-08
1
-2
/
+2
*
* select.cc (cygwin_select): Make sure that poll is called when appropriate.
Christopher Faylor
2011-12-08
1
-25
/
+17
*
* select.cc (cygwin_select): Add common introducer and leaver debug output.
Christopher Faylor
2011-12-07
1
-9
/
+17
*
* sigproc.cc (cygWFMO): Don't assume that cancellable event is always
Christopher Faylor
2011-12-04
1
-4
/
+1
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-4
/
+4
*
* sigproc.cc (remove_proc): Don't terminate the currently executing thread.
Christopher Faylor
2011-11-29
1
-38
/
+41
*
* 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
[next]