summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen2004-08-191-1/+1
* * net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor2004-08-111-0/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen2004-05-071-56/+0
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-7/+7
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-091-6/+6
* * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen2004-04-031-58/+34
* * net.cc (wsock_event::release): Use NULL handle in call toCorinna Vinschen2004-04-021-1/+2
* * net.cc (wsock_event::wait): Make wsa_err an int. Don't setCorinna Vinschen2004-04-011-5/+8
* * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop ifCorinna Vinschen2004-04-011-25/+30
* * fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition ifCorinna Vinschen2004-03-311-2/+3
* * fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res toCorinna Vinschen2004-03-311-2/+2
* * fhandler.h (class fhandler_socket): Add has_been_closed member.Corinna Vinschen2004-03-291-30/+47
* * net.cc (wsock_event::wait): Change scope of local "len" variable.Corinna Vinschen2004-03-291-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-55/+34
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-2/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-22/+0
* * net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a knownChristopher Faylor2003-11-041-5/+4
* * net.cc (dup_ent): Move Win 95 misalignment recogition beforeCorinna Vinschen2003-11-031-10/+15
* * 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