summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+0
* * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen2002-06-041-3/+13
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-1/+1
* * fhandler_socket.cc (fhandler_socket::close): Respond to signals whileChristopher Faylor2002-03-051-6/+14
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-1/+1
* * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen2002-02-091-18/+71
* * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen2002-02-081-2/+10
* * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen2002-01-011-2/+12
* Eliminate excess whitespace.Christopher Faylor2001-11-051-3/+3
* * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen2001-10-301-1/+6
* * (fhandler_socket::dup): Revert previous change.Corinna Vinschen2001-10-301-2/+0
* * dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor2001-10-301-9/+11
* * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor2001-10-291-2/+2
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-1/+1
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-1/+0
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-0/+2
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-43/+47
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* * 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