aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_socket.cc
AgeCommit message (Expand)AuthorFilesLines
2001-09-20 * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen1-1/+2
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen1-0/+13
2001-09-19 * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-14/+14
2001-09-07* fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-09-05 * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen1-1/+1
2001-08-16* fhandler_socket.cc (fhandler_socket::create_secret_event): RelaxEgor Duda1-2/+2
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen1-3/+1
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen1-7/+18
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor1-10/+13
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-2/+3
2001-06-22 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen1-0/+9
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda1-4/+10
2001-05-15 * fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addrCorinna Vinschen1-1/+2
2001-05-04* fhandler_socket.cc (set_connect_secret): Use /dev/urandom toEgor Duda1-2/+20
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-1/+1
2001-04-09* fhandler.h (class fhandler_socket): Add members and methods toEgor Duda1-0/+89
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor1-1/+1
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-02-07 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen1-11/+20
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen1-0/+310