lp:~jamesodhunt/dbus/create-connection-from-fd
- Get this branch:
- bzr branch lp:~jamesodhunt/dbus/create-connection-from-fd
Branch merges
Branch information
Recent revisions
- 2644. By James Hunt
-
* dbus/dbus-
connection. c: dbus_connection _get_address( ): Externalise
_dbus_connection_ get_address( ) with a public name. - 2643. By James Hunt
-
* dbus/dbus-
address. c:
- dbus_unparse_address( ): New function to convert a
DBusAddress entry array back into an address string.
- _dbus_address_test(): Updated with a call to dbus_unparse_ address( ).
* dbus/dbus-address. h: Added prototype for dbus_unparse_ address( ). - 2642. By James Hunt
-
Added ability to create a DBusConnection from an existing open file
descriptor using new public function dbus_connection_open_from_ fd(). * bus/main.c:
- check return from write(2) to appease compiler.
* dbus/dbus-connection. c:
- connection_try_from_ address_ entry() : Added existing_fd parameter.
- _dbus_connection_open_ internal( ): Added existing_fd parameter.
- dbus_connection_open_from_ fd(): New function that creates a
DBusConnection from an existing open file descriptor.
* dbus/dbus-server- debug-pipe. c:
- _dbus_transport_open_debug_ pipe(): Added existing_fd parameter.
* dbus/dbus-transport- socket. c:
- _dbus_transport_new_for_ tcp_socket( ): Added existing_fd parameter.
- _dbus_transport_open_socket( ): Added existing_fd parameter.
* dbus/dbus-transport- unix.c:
- _dbus_transport_new_for_ domain_ socket( ): Added existing_fd parameter.
- _dbus_transport_new_for_ exec(): Added existing_fd parameter.
- _dbus_transport_open_platform_ specific( ): Added existing_fd parameter.
* dbus/dbus-transport- win.c:
- _dbus_transport_open_platform_ specific( ): Added existing_fd parameter.
* dbus/dbus-transport. c:
- _dbus_transport_new_for_ autolaunch( ): Added existing_fd parameter.
- _dbus_transport_open_autolaunc h(): Added existing_fd parameter.
- open_funcs function pointer array: Added existing_fd parameter.
- _dbus_transport_open() : Added existing_fd parameter. - 2636. By Simon McVittie
-
Cut minor version down to 255
Entertainingly, bits of libdbus assume that one byte is enough for each
version number component (as API!), and one test even fails if this
isn't true. - 2635. By Simon McVittie
-
Describe how to marshal arrays, structs, dict-entries, variants in prose
Reviewed-by: Will Thompson <email address hidden>
Bug: https://bugs.freedeskt op.org/ show_bug. cgi?id= 38252
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:dbus