summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * devices.cc: New file.Christopher Faylor2003-09-251-68/+45
* * net.cc (dup_ent): Restore check for NULL input.Christopher Faylor2003-09-011-0/+3
* * net.cc (dup_ent): Make debugging output consistent.Christopher Faylor2003-08-311-1/+1
* Use dup_ent rather than specific dup_*_ptr functions throughout.Christopher Faylor2003-08-311-36/+31
* * net.cc (free_char_list): Delete.Christopher Faylor2003-08-311-191/+192
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-22/+22
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-9/+9
* * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen2003-07-051-5/+19
* 2003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-06-191-6/+25
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen2003-06-031-2/+63
* * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen2003-03-131-2/+2
* whitespace cleanupChristopher Faylor2003-03-091-2/+2
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-211-2/+4
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen2003-02-201-122/+133
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-2/+2
* * autoload.cc: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
* * net.cc: Use gethostname define from winsock2.h.Christopher Faylor2003-01-111-0/+2
* * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen2003-01-101-1/+1
* * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen2003-01-101-3/+1
* whitespaceChristopher Faylor2002-12-121-2/+9
* * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen2002-12-101-0/+3
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-0/+22
* * net.cc: Sprinkle sigframes throughout.Christopher Faylor2002-11-191-0/+10
* remove unneeded commentsChristopher Faylor2002-11-191-6/+0
* * net.cc: Run indent.Corinna Vinschen2002-11-101-425/+517
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-10/+10
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-2/+2
* * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen2002-09-041-3/+13
* * fhandler_socket.cc (fhandler_socket::check_peer_secret_event):Corinna Vinschen2002-08-271-4/+20
* * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen2002-08-261-15/+17
* * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott2002-08-121-24/+6
* * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott2002-08-081-143/+156
* * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.Corinna Vinschen2002-07-311-0/+1
* * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen2002-07-061-2/+0
* * fhandler.h (UNCONNECTED): New define.Corinna Vinschen2002-07-051-0/+2
* * net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor2002-07-021-1/+1
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen2002-06-261-485/+71
* * include/sys/strace.h (strace): Avoid use of constructor.Christopher Faylor2002-06-101-1/+1
* * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen2002-06-101-0/+6
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-3/+3
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* fix formattingChristopher Faylor2002-05-121-8/+12
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-041-1/+1
* * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen2002-04-121-8/+23
* * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor2002-03-151-3/+3