summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott2002-08-121-79/+8
* * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott2002-08-081-0/+2
* Fix by Conrad Scott <conrad.scott@dsl.pipex.com>:Corinna Vinschen2002-08-071-2/+3
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-2/+7
* * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen2002-07-061-5/+5
* * fhandler.h (UNCONNECTED): New define.Corinna Vinschen2002-07-051-0/+6
* * fhandler_socket.cc (fhandler_socket::set_sun_path): Don't freeCorinna Vinschen2002-07-041-3/+1
* * fhandler_socket.cc (fhandler_socket::dup): Add missing copy operationCorinna Vinschen2002-07-041-0/+2
* * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen2002-07-031-16/+74
* * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen2002-06-261-3/+527
* * fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.Christopher Faylor2002-06-241-1/+5
* * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen2002-06-101-13/+3
* coerceChristopher Faylor2002-06-081-1/+1
* * fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor2002-06-081-3/+4
* 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