summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_socket.cc (fhandler_socket::connect): Fix formatting.Corinna Vinschen2006-02-061-1/+10
* * autoload.cc (GetTcpTable): Define.Corinna Vinschen2006-02-011-1/+42
* * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen2006-01-291-3/+26
* * fhandler_socket.cc (fhandler_socket::fixup_after_fork): ResetCorinna Vinschen2006-01-231-1/+10
* * fhandler_socket.cc (fhandler_socket::prepare): Fix debug output.Corinna Vinschen2006-01-201-8/+16
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-4/+4
* * fhandler_socket.cc (fhandler_socket::recvfrom): Mask flags withCorinna Vinschen2005-12-081-9/+14
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-1/+0
* * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen2005-11-131-0/+10
* * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen2005-10-221-3/+24
* * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen2005-10-221-4/+24
* * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen2005-10-171-265/+137
* Revert erroneous checkin.Corinna Vinschen2005-09-281-91/+22
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-22/+91
* * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen2005-08-181-4/+4
* white spaceChristopher Faylor2005-08-121-1/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-8/+8
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-3/+7
* * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2005-06-121-0/+1
* * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen2005-06-101-4/+4
* * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen2005-05-031-0/+2
* white space and minor comment cleanup.Christopher Faylor2005-05-021-8/+8
* * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen2005-04-181-1/+3
* * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen2005-04-131-11/+0
* * fhandler_socket.cc (get_inet_addr): Add type parameter to returnCorinna Vinschen2005-04-061-4/+19
* * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen2005-03-241-233/+140
* * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen2005-03-231-66/+86
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-1/+3
* * fhandler.h (class cygthread): Forward declare.Corinna Vinschen2005-03-211-131/+169
* * fhandler_socket.cc (fhandler_socket::connect): Always set sun_pathCorinna Vinschen2005-03-171-42/+34
* * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix formatCorinna Vinschen2005-03-091-43/+51
* * fhandler_socket.cc (fhandler_socket::listen): Don't limit the numberCorinna Vinschen2005-03-081-2/+2
* * fhandler_socket.cc (fhandler_socket::ioctl): Only cancelCorinna Vinschen2005-03-041-1/+1
* * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen2005-02-281-36/+92
* * cygwin.din (getpeereid): Export.Corinna Vinschen2005-02-231-3/+99
* * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen2005-02-201-8/+15
* copyrightChristopher Faylor2005-02-201-1/+1
* * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen2005-02-191-0/+12
* * fhandler.h (class fhandler_socket): Declare new methods fchown,Corinna Vinschen2005-02-191-5/+57
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-18/+11
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-0/+9
* * cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor2004-10-261-2/+2
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen2004-08-191-1/+5
* * fhandler_socket.cc (fhandler_socket::release): CallCorinna Vinschen2004-06-231-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-23/+23
* * fhandler_socket.cc (fhandler_socket::recvfrom): Use original flagsCorinna Vinschen2004-05-161-12/+9
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-161-3/+4
* revert previous not-ready-for-primetime checkin.Christopher Faylor2004-05-151-4/+3
* * cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor2004-05-151-3/+4