summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Rename dbus-test to test-dbus to match common test application naming scheme.Ralf Habacker2014-01-173-8/+8
* Fix compile error on opensuse 12.2 with systemd 44 and glibc-2.15.Ralf Habacker2014-01-101-0/+3
* MSVC compile fix.Ralf Habacker2014-01-071-0/+1
* Use dbus provided version of va_copy().Ralf Habacker2014-01-071-1/+1
* Merge remote-tracking branch 'origin/master'Simon McVittie2014-01-061-1/+1
|\
| * Define WIN32_LEAN_AND_MEAN in Windows portMatt Fischer2014-01-061-1/+1
* | Ensure DBusError is set if _dbus_read_nonce() failChengwei Yang2014-01-061-1/+9
* | _dbus_auth_return_buffer(): remove unused argumentChengwei Yang2014-01-064-9/+5
* | _dbus_listen_unix_socket: don't try to set SO_REUSEADDRSimon McVittie2014-01-061-8/+0
* | _dbus_read_credentials_socket: look at all cmsg headers, not just the firstSimon McVittie2014-01-061-13/+15
* | If sendmsg() with SCM_CREDS fails with EINVAL, retry with send()Simon McVittie2014-01-061-5/+11
* | _dbus_check_dir_is_private_to_user: check that we own itSimon McVittie2013-12-021-0/+10
|/
* _dbus_append_address_from_socket(): escape value got from socket fdChengwei Yang2013-11-271-5/+12
* 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