new method to get the server's listening socket.
authorDan Winship <danw@src.gnome.org>
Fri, 12 Aug 2005 14:20:35 +0000 (14:20 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 12 Aug 2005 14:20:35 +0000 (14:20 +0000)
commitac4944dedcc6a75b59e3cf741c9236a8328fb6dd
tree40af635f47c21b66bec424ddf090b57f955c3464
parentfde9350d0b5e8811dae892f70a23991d263ebfdb
new method to get the server's listening socket.

* libsoup/soup-server.c (soup_server_get_listener): new method to
get the server's listening socket.

* libsoup/soup-socket.c: add a new "cloexec" property, to set
FD_CLOEXEC on the socket. Update everything for that.
ChangeLog
libsoup/soup-server.c
libsoup/soup-server.h
libsoup/soup-socket.c
libsoup/soup-socket.h