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
2019-01-16Cygwin: timers: implement timerfdCorinna Vinschen
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen
2019-01-14Cygwin: signal: implement signalfdCorinna Vinschen
2019-01-14Cygwin: select: fix overwriting fd sets if poll returns no fdCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen
2018-02-23Cygwin: Create empty fhandler_socket_unixCorinna Vinschen
2018-02-23Cygwin: encapsulate Winsock based fhandler_socket classesCorinna Vinschen
2018-02-22Cygwin: fhandler_socket: Move select functions into derived classesCorinna Vinschen
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2017-11-15Cygwin: pipe_data_available: cleanup codeCorinna Vinschen
2017-07-31cygwin: select: use UNICODE console functionsCorinna Vinschen
2017-01-19Simplify check for Alt-NumpadCorinna Vinschen
2017-01-19Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen
2016-07-27Don't raise SIGTTIN from poll/selectCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
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