dbus ChangeLog,1.1123,1.1124
Havoc Pennington
hp at kemper.freedesktop.org
Sat Sep 16 08:49:29 PDT 2006
- Previous message: dbus/dbus Makefile.am, 1.81, 1.82 dbus-server-debug-pipe.c, 1.20,
1.21 dbus-server-unix.c, 1.30, 1.31 dbus-spawn.c, 1.23,
1.24 dbus-sysdeps-unix.c, 1.3, 1.4 dbus-sysdeps-util-unix.c,
1.6, 1.7 dbus-sysdeps.h, 1.56, 1.57 dbus-transport-unix.c,
1.51, 1.52
- Next message: dbus/dbus dbus-sysdeps-unix.c,1.4,1.5 dbus-sysdeps.h,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv23957
Modified Files:
ChangeLog
Log Message:
2006-09-16 Havoc Pennington <hp at redhat.com>
* dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket)
(_dbus_open_unix_socket, _dbus_open_socket): change API for
_dbus_open_socket so the domain/type/protocol from system headers
are not required. This is kind of pointless though unless we move
part of _dbus_connect_tcp_socket into sysdeps.c instead of
sysdeps-unix.c, which would mean adding a wrapper around
bind/listen/etc.
Also, add DBusError to the socket-opening functions so they
don't require use of errno.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1123
retrieving revision 1.1124
diff -u -d -r1.1123 -r1.1124
--- ChangeLog 16 Sep 2006 15:34:34 -0000 1.1123
+++ ChangeLog 16 Sep 2006 15:49:27 -0000 1.1124
@@ -1,5 +1,17 @@
2006-09-16 Havoc Pennington <hp at redhat.com>
+ * dbus/dbus-sysdeps-unix.c (_dbus_open_tcp_socket)
+ (_dbus_open_unix_socket, _dbus_open_socket): change API for
+ _dbus_open_socket so the domain/type/protocol from system headers
+ are not required. This is kind of pointless though unless we move
+ part of _dbus_connect_tcp_socket into sysdeps.c instead of
+ sysdeps-unix.c, which would mean adding a wrapper around
+ bind/listen/etc.
+ Also, add DBusError to the socket-opening functions so they
+ don't require use of errno.
+
+2006-09-16 Havoc Pennington <hp at redhat.com>
+
* dbus/dbus-sysdeps-unix.h: small change to Peter's patch to make
dbus-sysdeps-unix-util.c build, add unix-specific sysdeps header.
- Previous message: dbus/dbus Makefile.am, 1.81, 1.82 dbus-server-debug-pipe.c, 1.20,
1.21 dbus-server-unix.c, 1.30, 1.31 dbus-spawn.c, 1.23,
1.24 dbus-sysdeps-unix.c, 1.3, 1.4 dbus-sysdeps-util-unix.c,
1.6, 1.7 dbus-sysdeps.h, 1.56, 1.57 dbus-transport-unix.c,
1.51, 1.52
- Next message: dbus/dbus dbus-sysdeps-unix.c,1.4,1.5 dbus-sysdeps.h,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list