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
*
This commit was manufactured by cvs2svn to create branch 'binutils-
binutils-2_20-branchpoint
cvs2svn
2009-09-04
1
-1712
/
+0
*
* select.cc (peek_console): Always check window size when there is ANY keyboard
Christopher Faylor
2009-09-01
1
-1
/
+1
*
* cygtls.h (struct _local_storage): Add thread storage pointers for
Corinna Vinschen
2009-07-06
1
-25
/
+56
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
1
-198
/
+223
*
* fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicating
Christopher Faylor
2009-06-30
1
-1
/
+1
*
* select.cc (peek_pipe): Turn on (temporarily?) the experimental code which
Christopher Faylor
2009-06-29
1
-7
/
+0
*
* select.cc (peek_pipe): Use has_ongoing_io() to determine if the pipe is ready
Christopher Faylor
2009-06-28
1
-3
/
+1
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare new function.
Christopher Faylor
2009-06-28
1
-1
/
+1
*
* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.
Christopher Faylor
2009-06-28
1
-0
/
+4
*
* dtable.cc (dtable::select_read): Add ability to override fh.
Christopher Faylor
2009-02-27
1
-5
/
+56
*
* select.cc (peek_serial): Add hack to allow proper operation with com0com
Christopher Faylor
2009-01-22
1
-0
/
+4
*
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
Christopher Faylor
2008-09-11
1
-1
/
+1
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-2
/
+2
*
* cygwin.din (_getutline): Remove.
Christopher Faylor
2008-07-30
1
-2
/
+2
*
* select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.
Corinna Vinschen
2008-07-11
1
-4
/
+6
*
* select.cc (peek_pipe): Semi-reinstate pipe NT-special write detection.
Christopher Faylor
2008-05-30
1
-14
/
+12
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-7
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-3
/
+3
*
update copyright
Christopher Faylor
2007-07-07
1
-1
/
+1
*
Preliminary change to make fifos/pipes interruptible and fifos reliable.
Christopher Faylor
2007-07-07
1
-55
/
+1
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-6
/
+3
*
* select.cc (struct socketinf): Convert ser_num and w4 to dynamically
Corinna Vinschen
2006-10-11
1
-16
/
+38
*
* fhandler.h (struct wsa_event): Define here.
Corinna Vinschen
2006-07-28
1
-4
/
+10
*
* fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE error
Corinna Vinschen
2006-07-27
1
-24
/
+20
*
* fhandler.h (class fhandler_socket): Remove prot_info_ptr.
Corinna Vinschen
2006-07-27
1
-1
/
+1
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-149
/
+65
*
update copyright
Christopher Faylor
2006-07-25
1
-1
/
+1
*
* ioctl.cc (ioctl): Accommodate change in reported pty master device number.
Christopher Faylor
2006-06-04
1
-3
/
+2
*
* select.cc (start_thread_socket): Delay setting thread local exitsock until we
Christopher Faylor
2006-05-24
1
-4
/
+4
*
* select.cc (start_thread_socket): Clean up exitsock in case of error. Use
Christopher Faylor
2006-05-24
1
-2
/
+3
*
check in missing file
Christopher Faylor
2006-05-21
1
-11
/
+25
*
* select.cc (thread_pipe): Raise sleep time only every 8th iteration.
Corinna Vinschen
2006-04-24
1
-4
/
+4
*
* select.cc (thread_pipe): Raise sleep time dynamically to speed up
Corinna Vinschen
2006-04-23
1
-2
/
+8
*
* hires.h (hires_ms::initime_ms): Delete.
Christopher Faylor
2005-12-07
1
-2
/
+2
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-4
/
+4
*
* autoload.cc: Never load wsock32.dll. Load all wsock32 function
Corinna Vinschen
2005-10-17
1
-1
/
+1
*
* sigproc.h (set_signal_mask): Remove default on second parameter and make pass
Christopher Faylor
2005-08-23
1
-2
/
+2
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-2
/
+2
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-7
/
+4
*
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
Corinna Vinschen
2005-05-10
1
-0
/
+120
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-2
/
+2
*
* cygwin.din (pselect): Export.
Corinna Vinschen
2005-04-19
1
-0
/
+28
*
* fhandler.h (enum conn_state): Add connect_failed state.
Corinna Vinschen
2005-04-18
1
-7
/
+7
*
* fhandler.h (fhandler_socket::secret_event): Remove.
Corinna Vinschen
2005-03-24
1
-7
/
+1
*
* fhandler.h (fhandler_socket::eid_connect): Make private.
Corinna Vinschen
2005-03-23
1
-7
/
+8
*
* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.
Christopher Faylor
2005-03-22
1
-0
/
+1
*
* fhandler.h (class cygthread): Forward declare.
Corinna Vinschen
2005-03-21
1
-4
/
+16
*
* select.cc (peek_pipe): Disable new pipe code until there's
Corinna Vinschen
2005-02-22
1
-0
/
+7
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
[next]