]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/select.cc
revert erroneous checkin
[newlib-cygwin.git] / winsup / cygwin / select.cc
2004-10-20 Christopher Faylorrevert erroneous checkin
2004-10-20 Christopher Faylor* fhandler_console.cc (fhandler_console::fixup_after_ex...
2004-10-13 Christopher Faylor* select.cc (start_thread_socket): Remove unused code.
2004-10-11 Christopher Faylor* cygtls.h (exitsock): New element.
2004-09-12 Christopher Faylor* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-09-03 Christopher FaylorChristopher Faylor <cgf@timesys.com>
2004-08-10 Christopher Faylor* select.cc (select_stuff::wait): Correctly check for...
2004-04-10 Corinna Vinschen * Use new unified status_flag accessor methods from...
2004-04-09 Corinna Vinschen * fhandler.cc (fhandler_base::write): Use bool paramet...
2004-02-09 Christopher Faylor* debug.h (console_printf): Define for non-debugging...
2003-12-07 Christopher FaylorChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-11-28 Christopher FaylorEliminate use of sigframe and sigthread throughout.
2003-09-25 Christopher Faylor* devices.cc: New file.
2003-06-16 Christopher FaylorThroughout, remove "include <errno.h>" from files which...
2003-04-23 Christopher Faylor* select.cc (fhandler_pipe::ready_for_read): Assure...
2003-03-09 Christopher FaylorDo some minor reformatting of 'extern "C"' use throughout.
2003-02-04 Christopher FaylorEliminate most unneeded this-> pointers throughout.
2002-12-11 Christopher Faylor* cygthread.h (cygthread::stack_ptr): New element.
2002-11-15 Christopher Faylor* select.cc (peek_serial): Don't call PurgeComm() to...
2002-09-30 Christopher Faylorwhitespace
2002-09-23 Christopher FaylorMore GNUify non-GNU formatted functions calls throughout.
2002-09-22 Christopher Faylor* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-08-31 Christopher Faylor(inspired by a patch from Egor Duda)
2002-08-19 Christopher Faylor* fhandler.h (fhandler_console::send_winch_maybe):...
2002-08-01 Christopher Faylor* Makefile.in (DLL_OFILES): Add cygthread.o.
2002-07-29 Christopher Faylor* fhandler_console.cc (fhandler_console::read): Use...
2002-07-06 Corinna Vinschen * fhandler.h (fhandler_socket::is_unconnected): Constify.
2002-07-05 Corinna Vinschen * fhandler.h (UNCONNECTED): New define.
2002-05-25 Christopher FaylorRemove unneeded sync.h, where appropriate, throughout...
2002-03-05 Christopher Faylorbump copyright
2002-02-14 Christopher Faylor* exceptions.cc (unused_sig_wrapper): Eliminate unused...
2001-12-11 Christopher Faylor* fhandler.h (fhandler_serial::ev): New class member.
2001-11-24 Christopher Faylor* dtable.cc (dtable::vfork_parent_restore): Add debuggi...
2001-11-08 Corinna Vinschen * select.cc: Set errno using set_sig_errno() throughout.
2001-11-08 Corinna Vinschen * select.cc (fhandler_tty_slave::ready_for_read):...
2001-11-06 Christopher Faylor* select.cc (fhandler_tty_slave::ready_for_read): Corre...
2001-11-05 Christopher FaylorEliminate excess whitespace.
2001-11-05 Christopher Faylor* select.cc: Add more comments throughout. Use bool...
2001-11-04 Christopher Faylor* select.cc (verify_console): New function.
2001-11-04 Christopher Faylor* fhandler.h (fhandler_base::ready_for_read): Remove...
2001-11-03 Christopher Faylor* fhandler.cc (fhandler_base::read): Return just read...
2001-11-03 Christopher Faylor* dll_init.h (class dll_list): Reorder functions to...
2001-11-02 Christopher Faylor* fhandler.h: Change Windows 'BOOL's to c++ 'bool's...
2001-11-01 Christopher Faylor* cygheap.h (cygheap_fdmanip::isopen): Set appropriate...
2001-11-01 Christopher Faylor* dtable.cc (dtable::build_fhandler): Issue internal...
2001-10-29 Christopher Faylor* select.cc (MAKEready): Remove extraneous select_read.
2001-10-29 Christopher Faylor* fhandler.h (fhandler_serial::fhandler_serial): Change...
2001-10-26 Christopher Faylor* select.cc (MAKEready): Check for read_ready in loop...
2001-10-14 Christopher Faylor* autoload.cc (load_wsock32): Declare dummy function...
2001-10-01 Christopher FaylorAdd "path.h" include throughout, where needed. Use...
2001-09-26 Christopher Faylor* select.cc (peek_pipe): REALLY only grab mutex when...
2001-09-25 Christopher Faylor* select.cc (fhandler_tty_common::ready_for_read):...
2001-09-24 Christopher Faylor* select.cc (peek_pipe): Only grab mutex when we actual...
2001-09-24 Christopher Faylor* fhandler.h (fhandler_pipe::hit_eof): New method.
2001-09-22 Christopher Faylor* exceptions.cc (setup_handler): Always relinquish...
2001-08-31 Christopher Faylor* cygwin.sc: New file -- linker script for building...
2001-08-30 Corinna Vinschen * select.cc (select_read): Add setting read_rea...
2001-08-28 Christopher Fayloroops
2001-08-28 Christopher Faylor* dir.cc (rmdir): Report ENOENT when file doesn't exist...
2001-08-27 Christopher Faylor* select.cc (cygwin_select): Ensure that arguments...
2001-07-26 Christopher FaylorThroughout, reorganize header file inclusion to put...
2001-05-03 Christopher Faylor* exceptions.cc (handle_exceptions): Break out of ...
2001-04-18 Christopher FaylorThroughout, change fdtab references to cygheap->fdtab.
2001-04-14 Christopher Faylor* net.cc (cygwin_socket): Set SO_LINGER to small value...
2001-03-20 Christopher Faylor* dtable.cc: Guard against new winsock.h/winsock2.h...
2001-03-18 Christopher FaylorFix spacing, copyrights.
2001-03-18 Egor Duda* fhandler.h (fhandler_tty_slave): Declare new methods.
2001-03-18 Christopher FaylorUpdate copyrights.
2001-03-02 Christopher Faylor* select.cc (peek_console): Don't report read_ready...
2001-01-17 Christopher Faylor* autoload.cc (LoadDLLinitfunc): Remove debugging state...
2000-12-16 Christopher Faylor* fhandler_console.cc (read): Add support for xterm...
2000-11-09 Christopher Faylor* select.cc (peek_pipe): Deal with pending newline...
2000-09-08 Christopher Faylor* sigproc.h (sigframe::set): Eliminate second argument...
2000-09-07 Christopher FaylorSplit out tty and shared_info stuff into their own...
2000-09-03 Christopher Faylor* Makefile.in: Add cygheap.o.
2000-08-24 Christopher Faylor* select.cc (cygwin_select): Correct logic for "always_...
2000-08-22 Christopher Faylor* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 Christopher Faylor* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 Christopher Faylor* winsup.h: Split out dtable definitions into separate...
2000-08-12 Christopher FaylorRename hinfo -> dtable. Name the former dtable array...
2000-08-10 Christopher Faylor* winsup.h: Change strchr inline for strange gcc problem.
2000-08-09 Christopher Faylor* select.cc (allocfd_set): Zero allocated fd_set.
2000-08-04 Christopher Faylor* select.cc (fhandler_console::select_read): Call set_c...
2000-08-02 DJ Delorie* winsup.h: take out protections of environ, errno...
2000-07-30 Christopher Faylor* fhandler_console.cc: Remove VK_DIVIDE detection.
2000-07-29 Christopher Faylor* include/cygwin/version.h: Bump DLL minor version...
2000-07-27 DJ Delorie* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-06-20 Christopher Faylor* select.cc (socket_cleanup): Shutdown I/O on dummy...
2000-05-18 Christopher Faylor* select.cc (thread_pipe): Add paranoid check to ensure...
2000-05-17 Christopher Faylor* path.cc (mount_info::cygdrive_posix_path): Don't...
2000-05-13 Christopher Faylor* dcrt0.cc (build_argv): Remove unneeded variable.
2000-04-11 Christopher FaylorAdd a debugging line.
2000-04-03 Christopher Faylor* fhandler.h (select_stuff): Eliminate use of 'total'.
2000-03-30 Christopher Faylor* fhandler.h (select_record): Explicitly zero elements...
2000-03-15 Christopher FaylorPipe changes throughout suggested by Eric Fifer <EFifer...
2000-03-12 Christopher Faylor* fhandler.cc (fhandler_base::get_readahead_into_buffer...
2000-02-23 Christopher FaylorRespond to more g++ warnings relating to initializing...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-21 Christopher FaylorRespond to a multitude of g++ warnings.
2000-02-17 Christopher Faylorimport winsup-2000-02-17 snapshot
This page took 1.996038 seconds and 108 git commands to generate.