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
*
Simplify check for Alt-Numpad
Corinna Vinschen
2017-01-19
1
-15
/
+5
*
Handle Alt+Numpad key sequences in console input and select
Corinna Vinschen
2017-01-19
1
-3
/
+23
*
Don't raise SIGTTIN from poll/select
Corinna Vinschen
2016-07-27
1
-2
/
+2
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Fix typos in comments and debug output in select_stuff::wait
Corinna Vinschen
2016-06-08
1
-3
/
+3
*
Improve timer handling in select.
Corinna Vinschen
2016-06-06
1
-43
/
+50
*
Fix condition in select which results in busy loop.
Corinna Vinschen
2016-06-06
1
-1
/
+1
*
Miscellaneous style cleanup, whitespace only.
John Hood
2016-05-20
1
-2
/
+2
*
Improve and simplify select().
John Hood
2016-05-20
1
-48
/
+15
*
Use high-resolution timebases for select().
John Hood
2016-05-20
1
-69
/
+113
*
Revert "Use high-resolution timebases for select()."
Corinna Vinschen
2016-03-20
1
-113
/
+69
*
Revert "Debug printfs."
Corinna Vinschen
2016-03-20
1
-11
/
+1
*
Revert "Improve and simplify select()."
Corinna Vinschen
2016-03-20
1
-15
/
+48
*
Improve and simplify select().
John Hood
2016-03-20
1
-48
/
+15
*
Debug printfs.
John Hood
2016-03-20
1
-1
/
+11
*
Use high-resolution timebases for select().
John Hood
2016-03-20
1
-69
/
+113
*
Move get_nonascii_key into fhandler_console.
John Hood
2016-03-20
1
-2
/
+1
*
Make requested console reports work
Thomas Wolff
2016-03-16
1
-0
/
+6
*
Make buffered console characters visible to select().
John Hood
2016-02-15
1
-1
/
+1
*
Make select wait state more readable
Corinna Vinschen
2016-01-27
1
-15
/
+19
*
select(2): Drop checking descriptors in case of immediate timeout.
Corinna Vinschen
2016-01-11
1
-6
/
+11
*
select: Don't timeout without setting descriptor arrays to all zero
Corinna Vinschen
2016-01-09
1
-15
/
+20
*
select: Set exceptfd bit if fetching mailslot info fails
Corinna Vinschen
2016-01-07
1
-0
/
+1
*
select.cc: Fit comments into 80 columns
Corinna Vinschen
2016-01-07
1
-11
/
+12
*
Fix race condition when waiting for a signal
Corinna Vinschen
2015-11-27
1
-1
/
+1
*
Fix OPOST for non-Cygwin pty slaves
Takashi Yano
2015-04-23
1
-2
/
+2
*
TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Takashi Yano
2015-04-23
1
-5
/
+0
*
* fhandler.h (fhandler_base::get_echo_handle): New virtual method.
Corinna Vinschen
2015-03-05
1
-1
/
+4
*
* fhandler_socket.cc (fhandler_socket::evaluate_events): Handle
Corinna Vinschen
2014-10-11
1
-10
/
+4
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-14
/
+17
*
* select.cc (start_thread_socket): Delete si on early return in case of
Corinna Vinschen
2014-06-23
1
-3
/
+12
*
* select.cc (select): Add workaround for, as yet undebugged, pathological case.
Christopher Faylor
2013-12-03
1
-3
/
+6
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-2
/
+0
*
* devices.in (dev_cygdrive_storage): Map to \Device\Null.
Corinna Vinschen
2013-10-30
1
-3
/
+2
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-7
/
+6
*
whitespace
Christopher Faylor
2013-03-31
1
-1
/
+1
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* DevNotes: Add entry cgf-000021.
Christopher Faylor
2013-01-11
1
-15
/
+13
*
* select.h (select_stuff): Remove variable names from parameter declarations.
Christopher Faylor
2012-12-22
1
-0
/
+19
*
* select.h (select_stuff::select_stuff): Make default constructor always zero
Christopher Faylor
2012-12-19
1
-1
/
+1
*
* select.cc (select_stuff::wait): Add windows error number to error message.
Christopher Faylor
2012-12-19
1
-1
/
+1
*
* select.cc (select_stuff::test_and_set): Remove workaround and use proper
Christopher Faylor
2012-12-18
1
-1
/
+1
*
* select.cc (select_stuff::test_and_set): Work around problem of new() not
Christopher Faylor
2012-12-18
1
-1
/
+1
*
ChangeLog:
Christopher Faylor
2012-11-23
1
-1
/
+1
*
Change "set_thread_waiting" to "set_signal_arrived" throughout.
Christopher Faylor
2012-07-23
1
-1
/
+1
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-14
/
+26
*
In terms of network related functionality, rely on Winsock definitions
Corinna Vinschen
2012-07-06
1
-1
/
+1
*
* cygwait.h (cancelable_wait): Make extern to avoid always including.
Christopher Faylor
2012-06-27
1
-27
/
+34
*
Revert errneous checkin.
Christopher Faylor
2012-06-19
1
-1
/
+1
*
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
Christopher Faylor
2012-06-19
1
-1
/
+1
[next]