summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog-2001
Commit message (Collapse)AuthorAgeFilesLines
* restore missing entryChristopher Faylor2002-01-011-0/+4
|
* * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen2002-01-011-0/+5333
(fhandler_socket::set_sun_path): New method. (fhandler_socket::get_sun_path): Ditto. * fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize sun_path to NULL. (fhandler_socket::~fhandler_socket): Free sun_path if needed. (fhandler_socket::set_sun_path): New method. * net.cc (cygwin_bind): Set sun_path to path of local socket file. (cygwin_getsockname): Add code to return correct sockaddr for unix domain sockets.