summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2017-07-20DBusMainLoop: ensure all required timeouts are restartedMichal Koutný1-3/+0
2017-07-05message: Add DBusVariant, a way to copy a single message itemSimon McVittie2-0/+257
2017-07-05DBusMessageIter: Add a function to abandon possibly-zero-filled iteratorsSimon McVittie2-1/+142
2017-07-05DBusMessageIter: Zero out the iterator on failureSimon McVittie1-2/+28
2017-07-05DBusMessageIter: Clarify the APISimon McVittie2-3/+21
2017-07-05internals: Make a minimal _dbus_test_oom_handling() universally availableSimon McVittie1-2/+5
2017-07-05dbus_message_iter_open_container: Don't leak signature on failureSimon McVittie1-9/+16
2017-07-05dbus_message_iter_append_basic: Don't leak signature if appending fd failsSimon McVittie1-3/+9
2017-07-05_dbus_message_iter_open_signature: Clarify why this is not leakySimon McVittie1-0/+3
2017-07-05dbus_message_append_args_valist: Don't leak memory on inappropriate typeSimon McVittie1-0/+1
2017-07-05_dbus_marshal_validate_test: Uncomment commented-out test coverageSimon McVittie1-4/+3
2017-07-05_dbus_marshal_validate_test: Merge two sets of signature validity checksSimon McVittie1-53/+9
2017-07-05internals: Decouple logging an error from exiting unsuccessfullySimon McVittie4-17/+5
2017-07-04Remove now-unused _dbus_validate_signature()Simon McVittie3-41/+12
2017-07-04Remove now-unused _dbus_check_is_valid_signature()Simon McVittie2-4/+0
2017-07-04DBusMessage: Stop using _dbus_check_is_valid_signature()Simon McVittie1-3/+30
2017-07-04_dbus_message_set_signature: Delete unused functionSimon McVittie1-44/+0
2017-06-30build: Introduce ${runstatedir} and use it for the pid fileSimon McVittie1-0/+1
2017-06-29Add unix:dir=/something addressesSimon McVittie1-12/+20
2017-06-27Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA1-0/+2
2017-06-08Refer to dbus_try_get_local_machine_id() in doc-commentsSimon McVittie2-2/+2
2017-06-08Add dbus_try_get_local_machine_id()Simon McVittie2-19/+51
2017-06-08Make _dbus_get_local_machine_uuid_encoded() properly failableSimon McVittie3-30/+41
2017-06-08uuidgen: Remove unimplemented declarationSimon McVittie1-3/+0
2017-06-08test/dbus-daemon: Exercise the Peer interfaceSimon McVittie1-0/+1
2017-06-08Unix sysdeps: Only copy /etc/machine-id to ${sysconfdir} in "ensure" modeSimon McVittie1-4/+7
2017-06-08driver: Implement the Peer interface, for completenessSimon McVittie1-0/+1
2017-06-08asv-util: Expose functions to open an arbitrary entrySimon McVittie2-3/+14
2017-06-08transport: Don't pile up errors for semicolon-separated componentsSimon McVittie1-0/+3
2017-04-18Pass in DBUS_TEST_EXEC via environment, not hard-coded into binariesSimon McVittie1-4/+4
2017-04-07DBusTransport: be explicit about _dbus_auth_do_work() resultsSimon McVittie1-1/+10
2017-04-07dbus: Fix writing off the end of an fd_set when testing with ValgrindPhilip Withnall1-0/+14
2017-04-07sysdeps: assert that log severity is one we expectSimon McVittie2-1/+2
2017-04-07_dbus_global_lock: move success case up into switchSimon McVittie1-2/+2
2017-04-07DBusTransport: assert that invalid results don't happenSimon McVittie2-0/+6
2017-04-07test, tools: assert impossible values of local enums are not reachedSimon McVittie2-1/+9
2017-04-07dbus-spawn: assert impossible returns from read functions don't happenSimon McVittie1-0/+10
2017-04-07_dbus_lm_strerror: move default behaviour inside switchSimon McVittie2-10/+15
2017-02-22dbus-socket-set-epoll: initialize all bytes of struct epoll_eventPhilip Withnall1-1/+7
2017-02-21sysdeps: Add accessor for a list of transient service directoriesSimon McVittie3-0/+171
2017-02-16Merge branch 'dbus-1.10'Simon McVittie4-3/+64
2017-02-16dbus-hash: Fix memory leaks in internal hash table testsPhilip Withnall1-98/+118
2017-02-16Change _dbus_create_directory to fail for existing directoriesSimon McVittie4-3/+64
2017-02-14Revert "dbus-hash: Fix memory leaks in internal hash table tests"Simon McVittie1-111/+97
2017-02-14dbus-object-tree test: tolerate OOM in run_decompose_tests()Simon McVittie1-1/+5
2017-02-14dbus-object-tree: Correctly report failure from an internal testPhilip Withnall1-5/+3
2017-02-13dbus-hash: Fix memory leaks in internal hash table testsPhilip Withnall1-97/+111
2017-02-13dbus-message-factory: Add some missing OOM paths to an internal testPhilip Withnall1-7/+12
2017-02-13dbus-list: Add some missing OOM paths to an internal testPhilip Withnall1-18/+35
2017-02-13dbus-message-util: Add some missing OOM paths to an internal testPhilip Withnall1-8/+22