summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-1/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen2001-09-201-1/+2
* * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen2001-09-201-0/+13
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen2001-09-191-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-14/+14
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor2001-09-071-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen2001-09-051-1/+1
* * fhandler_socket.cc (fhandler_socket::create_secret_event): RelaxEgor Duda2001-08-161-2/+2
* * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen2001-08-151-3/+1
* * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen2001-08-141-7/+18
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-071-10/+13
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-2/+3
* * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen2001-06-221-0/+9
* * fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda2001-06-201-4/+10
* * fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addrCorinna Vinschen2001-05-151-1/+2
* * fhandler_socket.cc (set_connect_secret): Use /dev/urandom toEgor Duda2001-05-041-2/+20
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-1/+1
* * fhandler.h (class fhandler_socket): Add members and methods toEgor Duda2001-04-091-0/+89
* * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor2001-03-201-1/+1
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen2001-02-071-11/+20
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * fhandler_socket.cc: New file.Corinna Vinschen2000-10-271-0/+310