summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang2013-11-271-1/+1
* Fix dbus_shutdown API document: returns --> freesChengwei Yang2013-11-271-1/+1
* Fix for MinGW buildMatt Fischer2013-11-271-0/+5
* Merge branch 'dbus-1.6'Simon McVittie2013-11-041-2/+5
|\
| * make_and_run_test_nodes: avoid undefined behaviourDreamNik2013-11-041-2/+5
* | Close unused inherited file descriptorChengwei Yang2013-11-011-0/+2
* | Add comments describing how "compile with journald, run without" worksSimon McVittie2013-11-011-2/+5
* | Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang2013-11-011-1/+35
* | DBusBabysitter: change executable to log_nameChengwei Yang2013-11-013-29/+53
* | Remove unnecessary dbus_setenv()Chengwei Yang2013-11-011-6/+0
* | dbus-spawn: draw a diagramSimon McVittie2013-11-011-0/+42
* | Test: add test cases for message parsingChengwei Yang2013-11-011-0/+205
* | Fix memory or unix fd may leak in dbus_message_iter_get_args_valistChengwei Yang2013-11-011-4/+67
* | Correctly set number of arguments already handledChengwei Yang2013-11-011-3/+4
* | dbus-spawn: correct a comment that falsely claimed thread-safetySimon McVittie2013-10-231-3/+8
* | _dbus_spawn_async_with_babysitter: correct documentationSimon McVittie2013-10-231-1/+1
* | fix off by one error message (#13305)Chengwei Yang2013-10-081-10/+10
* | dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-085-28/+14
* | _dbus_read_credentials_socket: warn or fail at compile time if no supportSimon McVittie2013-09-231-0/+15
* | Prefer getpeerucred() over getpeereid() if a platform has bothSimon McVittie2013-09-231-31/+32
* | _dbus_read_credentials_socket: document where we use each mechanismSimon McVittie2013-09-231-1/+41
* | Remove BSD-style LOCAL_CREDS supportSimon McVittie2013-09-231-70/+2
* | Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-169-211/+22
* | dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW.Vasiliy Balyasnyy2013-09-161-1/+1
* | Merge branch 'dbus-1.6'Simon McVittie2013-09-161-1/+1
|\ \ | |/
| * dbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_WRITEV undefined.Vasiliy Balyasnyy2013-09-161-1/+1
* | Fix incorrect sizeof in a Valgrind hint macro call.Sviatoslav Chagaev2013-09-161-1/+1
* | Merge branch 'dbus-1.6'Simon McVittie2013-09-161-1/+4
|\ \ | |/
| * Fix a NULL dereference on an error code path.Sviatoslav Chagaev2013-09-161-1/+4
* | dbus-sysdeps-win: don't include wspiapi.hSimon McVittie2013-09-161-10/+0
* | Merge remote-tracking branch 'fitzsim/fix-parent-removal-fixme'Simon McVittie2013-09-131-36/+403
|\ \
| * | Don't reference path[1] in warning message if path[0] is NULLThomas Fitzsimmons2013-04-011-1/+1
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+10
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+83
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+25
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+11
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+15
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+24
| * | dbus/dbus-object-tree.c: Add test case for parent removal fixThomas Fitzsimmons2013-03-271-0/+24
| * | dbus/dbus-object-tree.c (_dbus_object_tree_unregister_and_unlock): Fix FIXMEThomas Fitzsimmons2013-03-271-35/+11
| * | dbus/dbus-object-tree.c (unregister_and_free_path_recurse): New functionThomas Fitzsimmons2013-03-271-0/+88
| * | dbus/dbus-object-tree.c (attempt_child_removal): New functionThomas Fitzsimmons2013-03-271-0/+46
| * | dbus/dbus-object-tree.c (unregister_subtree): New functionThomas Fitzsimmons2013-03-271-0/+45
| * | dbus/dbus-object-tree.c: Add reproducer test case for parent removal FIXMEThomas Fitzsimmons2013-03-271-0/+9
| * | dbus/dbus-object-tree.c (find_subtree_registered_or_unregistered): New functionThomas Fitzsimmons2013-03-271-0/+11
* | | Make userdb cache as a built-in featureChengwei Yang2013-09-132-8/+0
* | | Use test binaries in build dir to do testChengwei Yang2013-09-131-2/+7
* | | Merge branch 'dbus-1.6'Simon McVittie2013-09-134-15/+34
|\ \ \ | | |/ | |/|
| * | Check EINVAL for accept4()Chengwei Yang2013-09-131-2/+6
| * | Allow EPROTOTYPE for SOCK_CLOEXEC but unsupported by socket/socketpairPino Toscano2013-09-131-3/+3