summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen2006-01-291-0/+2
* * net.cc (rresvport): Remove extern declaration.Corinna Vinschen2006-01-181-1/+0
* * autoload.cc (rresvport): Remove.Corinna Vinschen2006-01-181-1/+59
* * net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS onCorinna Vinschen2006-01-131-21/+33
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-3/+3
* Remove unneeded whitespace.Christopher Faylor2005-12-051-1/+1
* * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen2005-10-221-13/+1
* * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen2005-10-221-50/+1
* * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen2005-10-171-102/+52
* * net.cc (cygwin_gethostbyname): Remove debugging.Christopher Faylor2005-10-111-3/+0
* * net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor2005-09-231-2/+0
* * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen2005-09-171-2/+2
* * cygtls.h (san): New structure.Christopher Faylor2005-09-141-2/+7
* white spaceChristopher Faylor2005-08-121-2/+2
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-58/+61
* * cygwin.din (inet_pton): Export.Corinna Vinschen2005-06-171-0/+46
* white space and minor comment cleanup.Christopher Faylor2005-05-021-1/+1
* * net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor2005-04-061-11/+13
* * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen2005-03-241-2/+3
* * net.cc (cygwin_getprotobyname): Don't try to be fancy with return values.Christopher Faylor2005-03-181-2/+2
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-161-83/+47
* * net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor2005-03-091-6/+8
* * net.cc (dup_ent): Revert previous stupid change.Christopher Faylor2005-03-091-1/+1
* * net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor2005-03-091-1/+1
* * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen2005-03-011-3/+0
* * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen2005-02-281-0/+4
* * cygwin.din (getpeereid): Export.Corinna Vinschen2005-02-231-0/+17
* copyrightChristopher Faylor2005-02-201-1/+2
* * net.cc (cygwin_gethostbyname): Be more picky about what's a numeric addressChristopher Faylor2005-02-071-9/+13
* * 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