Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-08Fix typos in comments and debug output in select_stuff::waitCorinna Vinschen
2016-06-06Improve timer handling in select.Corinna Vinschen
2016-06-06Fix condition in select which results in busy loop.Corinna Vinschen
2016-05-20Miscellaneous style cleanup, whitespace only.John Hood
2016-05-20Improve and simplify select().John Hood
2016-05-20Use high-resolution timebases for select().John Hood
2016-03-20Revert "Use high-resolution timebases for select()."Corinna Vinschen
2016-03-20Revert "Debug printfs."Corinna Vinschen
2016-03-20Revert "Improve and simplify select()."Corinna Vinschen
2016-03-20Improve and simplify select().John Hood
2016-03-20Debug printfs.John Hood
2016-03-20Use high-resolution timebases for select().John Hood
2016-03-20Move get_nonascii_key into fhandler_console.John Hood
2016-03-16Make requested console reports workThomas Wolff
2016-02-15Make buffered console characters visible to select().John Hood
2016-01-27Make select wait state more readableCorinna Vinschen
2016-01-11select(2): Drop checking descriptors in case of immediate timeout.Corinna Vinschen
2016-01-09select: Don't timeout without setting descriptor arrays to all zeroCorinna Vinschen
2016-01-07select: Set exceptfd bit if fetching mailslot info failsCorinna Vinschen
2016-01-07select.cc: Fit comments into 80 columnsCorinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano
2015-03-05 * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen
2014-10-11 * fhandler_socket.cc (fhandler_socket::evaluate_events): HandleCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-06-23 * select.cc (start_thread_socket): Delete si on early return in case ofCorinna Vinschen
2013-12-04* select.cc (select): Add workaround for, as yet undebugged, pathological case.Christopher Faylor
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-31whitespaceChristopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-11* DevNotes: Add entry cgf-000021.Christopher Faylor
2012-12-22* select.h (select_stuff): Remove variable names from parameter declarations.Christopher Faylor
2012-12-20* select.h (select_stuff::select_stuff): Make default constructor always zeroChristopher Faylor
2012-12-19* select.cc (select_stuff::wait): Add windows error number to error message.Christopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Remove workaround and use properChristopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Work around problem of new() notChristopher Faylor
2012-11-23ChangeLog:Christopher Faylor
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2012-06-28* cygwait.h (cancelable_wait): Make extern to avoid always including.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-06-10* select.cc (cygwin_select): Remove select_timeout test.Christopher Faylor
2012-06-03* select.cc (cygwin_select): Make sure that we only return -1 as an errorChristopher Faylor
2012-06-03* select.cc (cygwin_select): Add some comments.Christopher Faylor