aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen1-2/+2
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-22/+0
2003-11-04* net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a knownChristopher Faylor1-5/+4
2003-11-03 * net.cc (dup_ent): Move Win 95 misalignment recogition beforeCorinna Vinschen1-10/+15
2003-09-25* devices.cc: New file.Christopher Faylor1-68/+45
2003-09-01* net.cc (dup_ent): Restore check for NULL input.Christopher Faylor1-0/+3
2003-08-31* net.cc (dup_ent): Make debugging output consistent.Christopher Faylor1-1/+1
2003-08-31Use dup_ent rather than specific dup_*_ptr functions throughout.Christopher Faylor1-36/+31
2003-08-31* net.cc (free_char_list): Delete.Christopher Faylor1-191/+192
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor1-22/+22
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor1-9/+9
2003-07-05 * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen1-5/+19
2003-06-192003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-6/+25
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-03 * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen1-2/+63
2003-03-13 * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen1-2/+2
2003-03-09whitespace cleanupChristopher Faylor1-2/+2
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen1-2/+4
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen1-122/+133
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor1-2/+2
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