aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-11* net.cc: Use gethostname define from winsock2.h.Christopher Faylor1-0/+2
2003-01-10 * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen1-1/+1
2003-01-10 * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen1-3/+1
2002-12-12whitespaceChristopher Faylor1-2/+9
2002-12-10 * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen1-0/+3
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor1-0/+22
2002-11-19* net.cc: Sprinkle sigframes throughout.Christopher Faylor1-0/+10
2002-11-19remove unneeded commentsChristopher Faylor1-6/+0
2002-11-10 * net.cc: Run indent.Corinna Vinschen1-425/+517
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor1-1/+1
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-1/+1
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-10/+10
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-2/+2
2002-09-04 * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen1-3/+13
2002-08-27 * fhandler_socket.cc (fhandler_socket::check_peer_secret_event):Corinna Vinschen1-4/+20
2002-08-26 * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen1-15/+17
2002-08-12 * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott1-24/+6
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott1-143/+156
2002-07-31 * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.Corinna Vinschen1-0/+1
2002-07-06 * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen1-2/+0
2002-07-05 * fhandler.h (UNCONNECTED): New define.Corinna Vinschen1-0/+2
2002-07-02* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor1-1/+1
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-26 * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen1-485/+71
2002-06-10* include/sys/strace.h (strace): Avoid use of constructor.Christopher Faylor1-1/+1
2002-06-10 * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen1-0/+6
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-2/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-3/+3
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-05-12fix formattingChristopher Faylor1-8/+12
2002-05-04* net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor1-1/+1
2002-04-12 * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen1-8/+23
2002-03-15* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor1-3/+3
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-1/+0
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen1-84/+7
2002-02-09 * net.cc (get_2k_ifconf): Create interface entries for tokenring cards.Corinna Vinschen1-1/+6
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen1-0/+1
2002-02-07 * net.cc (cygwin_getsockname): Fix handling of NULL sun_path.Corinna Vinschen1-6/+11
2002-01-29 * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen1-2/+2
2002-01-29 * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen1-0/+1
2002-01-21Add newline at EOF.Christopher Faylor1-1/+1
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen1-0/+61
2002-01-09 * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen1-0/+2
2002-01-04 * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCALCorinna Vinschen1-29/+114
2002-01-01 * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen1-5/+23
2001-12-04* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing toChristopher Faylor1-1/+1
2001-12-03* net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor1-8/+8
2001-11-24 * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen1-1/+13
2001-11-24 * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen1-1/+11