summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Fix typos in comments and debug output in select_stuff::waitCorinna Vinschen2016-06-081-3/+3
* Improve timer handling in select.Corinna Vinschen2016-06-061-43/+50
* Fix condition in select which results in busy loop.Corinna Vinschen2016-06-061-1/+1
* Miscellaneous style cleanup, whitespace only.John Hood2016-05-201-2/+2
* Improve and simplify select().John Hood2016-05-201-48/+15
* Use high-resolution timebases for select().John Hood2016-05-201-69/+113
* Revert "Use high-resolution timebases for select()."Corinna Vinschen2016-03-201-113/+69
* Revert "Debug printfs."Corinna Vinschen2016-03-201-11/+1
* Revert "Improve and simplify select()."Corinna Vinschen2016-03-201-15/+48
* Improve and simplify select().John Hood2016-03-201-48/+15
* Debug printfs.John Hood2016-03-201-1/+11
* Use high-resolution timebases for select().John Hood2016-03-201-69/+113
* Move get_nonascii_key into fhandler_console.John Hood2016-03-201-2/+1
* Make requested console reports workThomas Wolff2016-03-161-0/+6
* Make buffered console characters visible to select().John Hood2016-02-151-1/+1
* Make select wait state more readableCorinna Vinschen2016-01-271-15/+19
* select(2): Drop checking descriptors in case of immediate timeout.Corinna Vinschen2016-01-111-6/+11
* select: Don't timeout without setting descriptor arrays to all zeroCorinna Vinschen2016-01-091-15/+20
* select: Set exceptfd bit if fetching mailslot info failsCorinna Vinschen2016-01-071-0/+1
* select.cc: Fit comments into 80 columnsCorinna Vinschen2016-01-071-11/+12
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-271-1/+1
* Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-231-2/+2
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-5/+0
* * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen2015-03-051-1/+4
* * fhandler_socket.cc (fhandler_socket::evaluate_events): HandleCorinna Vinschen2014-10-111-10/+4
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-14/+17
* * select.cc (start_thread_socket): Delete si on early return in case ofCorinna Vinschen2014-06-231-3/+12
* * select.cc (select): Add workaround for, as yet undebugged, pathological case.Christopher Faylor2013-12-031-3/+6
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-2/+0
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-3/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-7/+6
* whitespaceChristopher Faylor2013-03-311-1/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * DevNotes: Add entry cgf-000021.Christopher Faylor2013-01-111-15/+13
* * select.h (select_stuff): Remove variable names from parameter declarations.Christopher Faylor2012-12-221-0/+19
* * select.h (select_stuff::select_stuff): Make default constructor always zeroChristopher Faylor2012-12-191-1/+1
* * select.cc (select_stuff::wait): Add windows error number to error message.Christopher Faylor2012-12-191-1/+1
* * select.cc (select_stuff::test_and_set): Remove workaround and use properChristopher Faylor2012-12-181-1/+1
* * select.cc (select_stuff::test_and_set): Work around problem of new() notChristopher Faylor2012-12-181-1/+1
* ChangeLog:Christopher Faylor2012-11-231-1/+1
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-231-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-14/+26
* In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen2012-07-061-1/+1
* * cygwait.h (cancelable_wait): Make extern to avoid always including.Christopher Faylor2012-06-271-27/+34
* Revert errneous checkin.Christopher Faylor2012-06-191-1/+1
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-1/+1
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-2/+3
* * select.cc (cygwin_select): Remove select_timeout test.Christopher Faylor2012-06-101-5/+3
* * select.cc (cygwin_select): Make sure that we only return -1 as an errorChristopher Faylor2012-06-031-6/+10