summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-1/+0
* * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen2002-02-091-84/+7
* * net.cc (get_2k_ifconf): Create interface entries for tokenring cards.Corinna Vinschen2002-02-091-1/+6
* * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen2002-02-081-0/+1
* * net.cc (cygwin_getsockname): Fix handling of NULL sun_path.Corinna Vinschen2002-02-071-6/+11
* * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen2002-01-291-2/+2
* * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen2002-01-291-0/+1
* Add newline at EOF.Christopher Faylor2002-01-211-1/+1
* * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen2002-01-191-0/+61
* * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen2002-01-091-0/+2
* * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCALCorinna Vinschen2002-01-041-29/+114
* * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen2002-01-011-5/+23
* * net.cc (cygwin_getsockopt): Dereference optlen pointer when passing toChristopher Faylor2001-12-041-1/+1
* * net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor2001-12-031-8/+8
* * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen2001-11-241-1/+13
* * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen2001-11-241-1/+11
* * net.cc (inet_makeaddr): Revert previous change.Christopher Faylor2001-11-241-1/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-112/+192
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-101-1/+0
* Eliminate excess whitespace.Christopher Faylor2001-11-051-16/+16
* * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen2001-10-221-74/+88
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-61/+45
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-31/+25
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-0/+3
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* * net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda2001-10-111-2/+2
* * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen2001-10-101-49/+26
* * net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor2001-09-161-2/+18
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-17/+7