summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen2006-07-071-41/+4
* * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen2006-07-041-60/+1
* * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen2006-07-031-13/+14
* * net.cc (cygwin_sendto): Allow zero-sized packets.Corinna Vinschen2006-06-301-3/+2
* Revert patches from 2005-10-22 and 2006-06-14 to use event drivenCorinna Vinschen2006-06-261-2/+63
* * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen2006-06-121-2/+13
* white spaceChristopher Faylor2006-05-281-7/+7
* * fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor2006-04-051-1/+1
* * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen2006-04-041-0/+9
* * 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