|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/share/devhelp/books/dbus/api/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>D-Bus: Todo List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul></div>
<h1><a class="anchor" name="todo">Todo List</a></h1><a class="anchor" name="_todo000001"></a> <dl>
<dt>Group <a class="el" href="group__DBusAuth.html">DBusAuth</a> </dt>
<dd>some SASL profiles require sending the empty string as a challenge/response, but we don't currently allow that in our protocol.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000001"></a> <dl>
<dt>Group <a class="el" href="group__DBusAuth.html">DBusAuth</a> </dt>
<dd>right now sometimes both ends will block waiting for input from the other end, e.g. if there's an error during DBUS_COOKIE_SHA1.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000001"></a> <dl>
<dt>Group <a class="el" href="group__DBusAuth.html">DBusAuth</a> </dt>
<dd>the cookie keyring needs to be cached globally not just per-auth (which raises threadsafety issues too)<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000001"></a> <dl>
<dt>Group <a class="el" href="group__DBusAuth.html">DBusAuth</a> </dt>
<dd>grep FIXME in <a class="el" href="dbus-auth_8c-source.html">dbus-auth.c</a> </dd>
</dl>
<p>
<a class="anchor" name="_todo000005"></a> <dl>
<dt>Global <a class="el" href="group__DBusAuth.html#g7eb40f71c0ede79f954bcb2c001c8502">_dbus_auth_decode_data</a> </dt>
<dd>1.0? We need to be able to distinguish "out of memory" error from "the data is hosed" error.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000006"></a> <dl>
<dt>Group <a class="el" href="group__DBusBus.html">DBusBus</a> </dt>
<dd>right now the default address of the system bus is hardcoded, so if you change it in the global config file suddenly you have to set DBUS_SYSTEM_BUS_ADDRESS env variable. Might be nice if the client lib somehow read the config file, or if the bus on startup somehow wrote out its address to a well-known spot, but might also not be worth it. </dd>
</dl>
<p>
<a class="anchor" name="_todo000012"></a> <dl>
<dt>Global <a class="el" href="group__DBusConnection.html#ga5429cad2e821b7013f11886c679142e">dbus_connection_add_filter</a> </dt>
<dd>we don't run filters on messages while blocking without entering the main loop, since filters are run as part of <a class="el" href="group__DBusConnection.html#ge1b196d2d4b256b9276bb7bc6879813b">dbus_connection_dispatch()</a>. This is probably a feature, as filters could create arbitrary reentrancy. But kind of sucks if you're trying to filter METHOD_RETURN for some reason.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000009"></a> <dl>
<dt>Global <a class="el" href="group__DBusConnection.html#ge1b196d2d4b256b9276bb7bc6879813b">dbus_connection_dispatch</a> </dt>
<dd>some FIXME in here about handling DBUS_HANDLER_RESULT_NEED_MEMORY<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000011"></a> <dl>
<dt>Global <a class="el" href="group__DBusConnection.html#gf170715e1039639948127ff259203754">dbus_connection_get_windows_user</a> </dt>
<dd>We would like to be able to say "You can ask the bus to tell you the user of another connection though if you like; this is done with dbus_bus_get_windows_user()." But this has to be implemented in bus/driver.c and <a class="el" href="dbus-bus_8c-source.html">dbus/dbus-bus.c</a>, and is pointless anyway since on Windows we only use the session bus for now.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000010"></a> <dl>
<dt>Global <a class="el" href="group__DBusConnection.html#g71e9a01114fcffe86b450d9b521a4540">dbus_connection_set_watch_functions</a> </dt>
<dd>We need to drop the lock when we call the add/remove/toggled functions which can be a side effect of setting the watch functions.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000008"></a> <dl>
<dt>Global <a class="el" href="group__DBusConnectionInternals.html#gd5e725e66dc16a411544e25675fb9fba">_dbus_connection_block_pending_call</a> </dt>
<dd>could use performance improvements (it keeps scanning the whole message queue for example)<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000007"></a> <dl>
<dt>Global <a class="el" href="group__DBusConnectionInternals.html#g12756797bd5c1918aa065f9c37ed7bba">_dbus_connection_handle_watch</a> </dt>
<dd>This is basically a hack - we could delete <a class="el" href="group__DBusTransport.html#g4a010098fe079eb6f201ff034d15fdff">_dbus_transport_handle_watch()</a> and the virtual handle_watch in <a class="el" href="structDBusTransport.html">DBusTransport</a> if we got rid of it. The reason this is some work is threading, see the <a class="el" href="group__DBusConnectionInternals.html#g12756797bd5c1918aa065f9c37ed7bba">_dbus_connection_handle_watch()</a> implementation.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000068"></a> <dl>
<dt>Global <a class="el" href="group__DBusInternalsUtils.html#gcecdbb00a3c8b63e821edae537ae3c7b">_dbus_credentials_add_from_user</a> </dt>
<dd>this is broken because it treats OOM and parse error the same way. Needs a <a class="el" href="structDBusError.html">DBusError</a>.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000062"></a> <dl>
<dt>Global <a class="el" href="group__DBusInternalsUtils.html#g2212aa0e5732257598a6597748c658e4">_dbus_error_from_errno</a> </dt>
<dd>should cover more errnos, specifically those from open().<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000013"></a> <dl>
<dt>Group <a class="el" href="group__DBusKeyring.html">DBusKeyring</a> </dt>
<dd>there's a memory leak on some codepath in here, I saw it once when running make check - probably some specific initial cookies present in the cookie file, then depending on what we do with them. </dd>
</dl>
<p>
<a class="anchor" name="_todo000014"></a> <dl>
<dt>Global <a class="el" href="group__DBusKeyring.html#g5bbeeef1ba831a89d7f0f211e886e7c2">_dbus_keyring_validate_context</a> </dt>
<dd>this is the most inefficient implementation imaginable.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000017"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#ga4057610b3d9e81fed212c17f6599516">_dbus_type_reader_delete</a> </dt>
<dd>for now this does not delete the typecodes associated with the value, so this function should only be used for array elements.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000015"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#gaf11ca429434c2c280f5fad34ed95204">_dbus_type_reader_set_basic</a> </dt>
<dd><a class="el" href="structDBusTypeReader.html">DBusTypeReader</a> currently takes "const" versions of the type and value strings, and this function modifies those strings by casting away the const, which is of course bad if we want to get picky. (To be truly clean you'd have an object which contained the type and value strings and set_basic would be a method on that object... this would also make <a class="el" href="structDBusTypeReader.html">DBusTypeReader</a> the same thing as DBusTypeMark. But since <a class="el" href="structDBusMessage.html">DBusMessage</a> is effectively that object for D-Bus it doesn't seem worth creating some random object.)<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000015"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#gaf11ca429434c2c280f5fad34ed95204">_dbus_type_reader_set_basic</a> </dt>
<dd>optimize this by only rewriting until the old and new values are at the same alignment. Frequently this should result in only replacing the value that's immediately at hand.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000023"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#gab91a04fa2a96b8ce8843beae7327cd0">_dbus_validate_bus_name</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000022"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#g6d8075f3b60e2e71aad061aa44b120fe">_dbus_validate_error_name</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000020"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#g0ad919783f887a9b6f428e262beaeed9">_dbus_validate_interface</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000021"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#gf647272768029cb23a4e0d3f493587da">_dbus_validate_member</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000018"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#g616ba4a0280b10222930aedadb7ea8d9">_dbus_validate_path</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000018"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#g616ba4a0280b10222930aedadb7ea8d9">_dbus_validate_path</a> </dt>
<dd>change spec to disallow more things, such as spaces in the path name<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000024"></a> <dl>
<dt>Global <a class="el" href="group__DBusMarshal.html#g8d7aa58f6484d5d24f275dd65f101676">_dbus_validate_signature</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000038"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessageInternals.html#gcbe0bfe7a9551ab0489a0ec9aba6e94e">INITIAL_LOADER_DATA_LEN</a> </dt>
<dd>this should be based on min header size plus some average body size, or something. Or rather, the min header size only, if we want to try to read only the header, store that in a <a class="el" href="structDBusMessage.html">DBusMessage</a>, then read only the body and store that, etc., depends on how we optimize <a class="el" href="group__DBusMessageInternals.html#ge77f064b8034189a955d5be982d2fbdb">_dbus_message_loader_get_buffer()</a> and what the exact message format is. </dd>
</dl>
<p>
<a class="anchor" name="_todo000025"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessageInternals.html#gb6a849ea8db3714da7a161b4f6a6f0fb">DBusMessageLoader</a> </dt>
<dd>write tests for break-loader that a) randomly delete header fields and b) set string fields to zero-length and other funky values.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000039"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessageInternals.html#ge77f064b8034189a955d5be982d2fbdb">_dbus_message_loader_get_buffer</a> </dt>
<dd>this function can be a lot more clever. For example it can probably always return a buffer size to read exactly the body of the next message, thus avoiding any memory wastage or reallocs.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000039"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessageInternals.html#ge77f064b8034189a955d5be982d2fbdb">_dbus_message_loader_get_buffer</a> </dt>
<dd>we need to enforce a max length on strings in header fields.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000041"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessageInternals.html#gf55885371a6d022ec94c79bd7138923f">_dbus_message_loader_queue_messages</a> </dt>
<dd>we need to check that the proper named header fields exist for each message type.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000041"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessageInternals.html#gf55885371a6d022ec94c79bd7138923f">_dbus_message_loader_queue_messages</a> </dt>
<dd>If a message has unknown type, we should probably eat it right here rather than passing it out to applications. However it's not an error to see messages of unknown type.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000027"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#g019a46208b411e1fc8a3a311e8f7f943">dbus_message_append_args</a> </dt>
<dd>support DBUS_TYPE_STRUCT and DBUS_TYPE_VARIANT and complex arrays<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000027"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#g019a46208b411e1fc8a3a311e8f7f943">dbus_message_append_args</a> </dt>
<dd>If this fails due to lack of memory, the message is hosed and you have to start over building the whole message.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000029"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#ga27c07bbddad40d025a222fb9c1edc48">dbus_message_append_args_valist</a> </dt>
<dd>for now, if this function fails due to OOM it will leave the message half-written and you have to discard the message and start over.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000030"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#gaa5e339a728a7baa786e6c30e3b840b7">dbus_message_get_args</a> </dt>
<dd>support DBUS_TYPE_STRUCT and DBUS_TYPE_VARIANT and complex arrays<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000037"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#gfae53bd88e154e18e2db6cb7578a9b36">dbus_message_get_path_decomposed</a> </dt>
<dd>this could be optimized by using the len from the message instead of calling strlen() again<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000033"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#g65eaa4a195e6c77ccfb1bf522fe3ab2e">dbus_message_iter_append_basic</a> </dt>
<dd>If this fails due to lack of memory, the message is hosed and you have to start over building the whole message.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000034"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#g4f172ebd964e0f698f63295a9eccf520">dbus_message_iter_append_fixed_array</a> </dt>
<dd>If this fails due to lack of memory, the message is hosed and you have to start over building the whole message.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000036"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#geae534bd1e513d527c9650f9c884e1d5">dbus_message_iter_close_container</a> </dt>
<dd>If this fails due to lack of memory, the message is hosed and you have to start over building the whole message.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000031"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#gf7b41787068f957d0914c492635b1235">dbus_message_iter_get_array_len</a> </dt>
<dd>introduce a variant of this get_n_elements that returns the number of elements, though with a non-fixed array it will not be very efficient, so maybe it's not good.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000032"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#g46f26e9d5553b739c7fa0a702f174917">dbus_message_iter_init_append</a> </dt>
<dd>If appending any of the arguments fails due to lack of memory, the message is hosed and you have to start over building the whole message.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000035"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#gde4dacfedb6a33c8a2ab6fc2db3cf665">dbus_message_iter_open_container</a> </dt>
<dd>If this fails due to lack of memory, the message is hosed and you have to start over building the whole message.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000026"></a> <dl>
<dt>Global <a class="el" href="group__DBusMessage.html#g9a992b09b92e7d98e6e70197735eb7db">dbus_message_new_error_printf</a> </dt>
<dd>add _DBUS_GNUC_PRINTF to this (requires moving _DBUS_GNUC_PRINTF to public header, see DBUS_DEPRECATED for an example)<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000043"></a> <dl>
<dt>Global <a class="el" href="group__DBusObjectTree.html#gb64dcc8febde768db3404cd93b333e1e">_dbus_object_tree_dispatch_and_unlock</a> </dt>
<dd>thread problems<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000044"></a> <dl>
<dt>Global <a class="el" href="group__DBusPendingCall.html#g35cdbc7ac2437cc252a1f32129d2bf6a">dbus_pending_call_block</a> </dt>
<dd>when you start blocking, the timeout is reset, but it should really only use time remaining since the pending call was created. This requires storing timestamps instead of intervals in the timeout<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000045"></a> <dl>
<dt>Group <a class="el" href="group__DBusServer.html">DBusServer</a> </dt>
<dd>Thread safety hasn't been tested much for <a class="el" href="structDBusServer.html">DBusServer</a> <p>
Need notification to apps of disconnection, may matter for some transports </dd>
</dl>
<p>
<a class="anchor" name="_todo000047"></a> <dl>
<dt>Group <a class="el" href="group__DBusString.html">DBusString</a> </dt>
<dd><a class="el" href="structDBusString.html">DBusString</a> needs a lot of cleaning up; some of the API is no longer used, and the API is pretty inconsistent. In particular all the "append" APIs, especially those involving alignment but probably lots of them, are no longer used by the marshaling code which always does "inserts" now. </dd>
</dl>
<p>
<a class="anchor" name="_todo000046"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#g4701fa3fabccad3ba64b7bf17c4ae14c">_dbus_string_ends_with_c_str</a> </dt>
<dd>memcmp might make this faster.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000052"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#gd79c34af55b58f0e8b81ecf11b8694bb">_dbus_string_equal</a> </dt>
<dd>memcmp is probably faster<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000053"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#g2095c2a797ae245521a7588b32279110">_dbus_string_equal_substring</a> </dt>
<dd>write a unit test<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000053"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#g2095c2a797ae245521a7588b32279110">_dbus_string_equal_substring</a> </dt>
<dd>memcmp is probably faster<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000048"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#gb8e2dcb2dc71bf225da0827c6086a727">_dbus_string_move_len</a> </dt>
<dd>this doesn't do anything with max_length field. we should probably just kill the max_length field though.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000051"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#g8b7fc22e6738173e1b2cef4b91b9c3c1">_dbus_string_pop_line</a> </dt>
<dd>owen correctly notes that this is a stupid function (it was written purely for test code, e.g. dbus-message-builder.c). Probably should be enforced as test code only with ifdef DBUS_BUILD_TESTS<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000049"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#gfe7921a92467cdefaa0a7829d6cf260b">_dbus_string_replace_len</a> </dt>
<dd>optimize the case where the two lengths are the same, and avoid memmoving the data in the trailing part of the string twice.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000049"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#gfe7921a92467cdefaa0a7829d6cf260b">_dbus_string_replace_len</a> </dt>
<dd>avoid inserting the source into dest, then deleting the replaced chunk of dest (which creates a potentially large intermediate string). Instead, extend the replaced chunk of dest with padding to the same size as the source chunk, then copy in the source bytes.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000055"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#ga4324cd667e21beb31a5481cb0c12b6d">_dbus_string_validate_ascii</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000057"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#g199d0fc00ee3cd0300a1b3870d7986a3">_dbus_string_validate_nul</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000056"></a> <dl>
<dt>Global <a class="el" href="group__DBusString.html#g65f0f04b7c9371406fc87343f691e8da">_dbus_string_validate_utf8</a> </dt>
<dd>this is inconsistent with most of <a class="el" href="structDBusString.html">DBusString</a> in that it allows a start,len range that extends past the string end.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000064"></a> <dl>
<dt>Global <a class="el" href="group__DBusSysdeps.html#g24015a2f75b94c1307360755ce97f869">DBusGUID</a> </dt>
<dd>rename to UUID instead of GUID </dd>
</dl>
<p>
<a class="anchor" name="_todo000059"></a> <dl>
<dt>Global <a class="el" href="group__DBusSysdeps.html#g3c50a069f795dceeb9172fe2b517bbdc">_dbus_atomic_dec</a> </dt>
<dd>implement arch-specific faster atomic ops </dd>
</dl>
<p>
<a class="anchor" name="_todo000058"></a> <dl>
<dt>Global <a class="el" href="group__DBusSysdeps.html#ge74c3fcf12acaeccdb152ef907de951c">_dbus_atomic_inc</a> </dt>
<dd>implement arch-specific faster atomic ops </dd>
</dl>
<p>
<a class="anchor" name="_todo000060"></a> <dl>
<dt>Global <a class="el" href="group__DBusSysdeps.html#ge3a3fdc0c6001e367584bb016aca495d">_dbus_concat_dir_and_file</a> </dt>
<dd>it might be cute to collapse multiple '/' such as "foo//" concat "//bar"<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000061"></a> <dl>
<dt>Global <a class="el" href="group__DBusSysdeps.html#ge96a3f400324b065f78a865a86454d09">_dbus_full_duplex_pipe</a> </dt>
<dd>libdbus only uses this for the debug-pipe server, so in principle it could be in <a class="el" href="dbus-sysdeps-util_8c-source.html">dbus-sysdeps-util.c</a>, except that <a class="el" href="dbus-sysdeps-util_8c-source.html">dbus-sysdeps-util.c</a> isn't in libdbus when tests are enabled and the debug-pipe server is used.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000063"></a> <dl>
<dt>Global <a class="el" href="group__DBusSysdeps.html#gf0c64c612b8d45429515d14849f81a57">_dbus_open_tcp_socket</a> </dt>
<dd>Use for the file descriptors a struct<ul>
<li>struct DBusSocket{ int d; }; - instead of int to get type-safety which will be checked by the compiler.</li></ul>
<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000066"></a> <dl>
<dt>Global <a class="el" href="group__DBusTransportUnix.html#gda3df30a229b4d29ccf30af83bd88fcc">_dbus_transport_new_for_domain_socket</a> </dt>
<dd>once we add a way to escape paths in a dbus address, this function needs to do escaping.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000067"></a> <dl>
<dt>Global <a class="el" href="group__DBusTransport.html#g251ff6d644e1dc6d46c58705e6dcc787">_dbus_transport_get_is_authenticated</a> </dt>
<dd>we drop connection->mutex when calling the unix_user_function, and windows_user_function, which may not be safe really.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_todo000069"></a> <dl>
<dt>Global <a class="el" href="group__DBusWatchInternals.html#g75620808f4d2245914012a41e3b82f3c">_dbus_watch_set_handler</a> </dt>
<dd>this function only exists because of the weird way connection watches are done, see the note in docs for <a class="el" href="group__DBusConnectionInternals.html#g12756797bd5c1918aa065f9c37ed7bba">_dbus_connection_handle_watch()</a>.<p>
</dd>
</dl>
<hr size="1"><address style="align: right;"><small>Generated on Mon Dec 14 22:26:13 2009 for D-Bus by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>