| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle | Corinna Vinschen | 2014-10-11 | 1 | -2/+3 |
* | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 2014-08-22 | 1 | -13/+16 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -2/+0 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * DevNotes: Add entry cgf-000013. | Christopher Faylor | 2012-07-21 | 1 | -2/+2 |
* | * poll.cc (poll): Don't return prematurely if invalid fds have been | Corinna Vinschen | 2011-08-23 | 1 | -7/+18 |
* | * cygwin.din (ppoll): Export. | Corinna Vinschen | 2011-04-18 | 1 | -0/+23 |
* | * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle the | Corinna Vinschen | 2011-04-18 | 1 | -5/+9 |
* | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 2009-01-03 | 1 | -3/+2 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -3/+0 |
* | * poll.cc (poll): Return count of fds with events instead of total | Corinna Vinschen | 2007-12-13 | 1 | -39/+46 |
* | * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problem | Corinna Vinschen | 2006-07-31 | 1 | -34/+10 |
* | * fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE error | Corinna Vinschen | 2006-07-27 | 1 | -5/+2 |
* | 2006-07-25 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 2006-07-25 | 1 | -12/+6 |
* | * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF) | Corinna Vinschen | 2005-11-13 | 1 | -2/+5 |
* | white space and minor comment cleanup. | Christopher Faylor | 2005-05-02 | 1 | -1/+1 |
* | * fhandler.h (enum conn_state): Add connect_failed state. | Corinna Vinschen | 2005-04-18 | 1 | -8/+20 |
* | copyright | Christopher Faylor | 2005-02-20 | 1 | -1/+1 |
* | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 2005-01-12 | 1 | -1/+1 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -1/+1 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -1/+0 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be | Christopher Faylor | 2003-06-07 | 1 | -0/+1 |
* | Do some minor reformatting of 'extern "C"' use throughout. | Christopher Faylor | 2003-03-09 | 1 | -2/+1 |
* | * poll.cc (poll): ...but set POLLIN instead. | Corinna Vinschen | 2002-11-20 | 1 | -1/+3 |
* | * poll.cc (poll): Don't set POLLERR if a listening socket has a | Corinna Vinschen | 2002-11-20 | 1 | -13/+31 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -4/+4 |
* | * poll.cc (poll): Peek sockets ready for read to see if there's | Corinna Vinschen | 2002-08-29 | 1 | -1/+22 |
* | * poll.cc (poll): Eliminate erroneous POLLERR conditional. | Corinna Vinschen | 2002-08-28 | 1 | -2/+0 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 2002-05-28 | 1 | -44/+44 |
* | add eol to end | Christopher Faylor | 2002-03-21 | 1 | -1/+1 |
* | * poll.cc (poll): Add support for invalid descriptors. | Corinna Vinschen | 2002-03-19 | 1 | -25/+35 |
* | * poll.cc: Remove variable open_fds, rearrange and add code | Corinna Vinschen | 2002-03-14 | 1 | -45/+37 |
* | * exceptions.cc: Add stdlib.h include for alloca declaration. | Christopher Faylor | 2001-11-15 | 1 | -0/+1 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -1/+1 |
* | Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>: | Corinna Vinschen | 2001-10-17 | 1 | -8/+7 |
* | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 2001-10-15 | 1 | -1/+1 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net> | Corinna Vinschen | 2001-09-07 | 1 | -3/+11 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -2/+3 |
* | * exceptions.cc (interruptible): Update debugging output. | Christopher Faylor | 2001-03-19 | 1 | -0/+2 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -0/+1 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -20/+20 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * poll.cc: Make winsup.h the first include file, re 2000-08-02 change. | Christopher Faylor | 2000-08-12 | 1 | -1/+1 |