| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 2012-06-17 | 1 | -2/+3 |
* | * select.cc (cygwin_select): Remove select_timeout test. | Christopher Faylor | 2012-06-10 | 1 | -5/+3 |
* | * select.cc (cygwin_select): Make sure that we only return -1 as an error | Christopher Faylor | 2012-06-03 | 1 | -6/+10 |
* | * select.cc (cygwin_select): Add some comments. | Christopher Faylor | 2012-06-03 | 1 | -4/+14 |
* | * DevNotes: Add entry cgf-000010. | Christopher Faylor | 2012-06-03 | 1 | -148/+139 |
* | * select.cc (select_stuff::wait): Temporarily disable restarting | Corinna Vinschen | 2012-05-29 | 1 | -3/+9 |
* | * select.cc (select_stuff::wait): When not returning after receiving | Corinna Vinschen | 2012-05-25 | 1 | -4/+10 |
* | * 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 |