platform/upstream/dbus.git
2014-01-06 Simon McVittie_dbus_read_credentials_socket: look at all cmsg headers...
2014-01-06 Simon McVittieIf sendmsg() with SCM_CREDS fails with EINVAL, retry...
2014-01-06 Chengwei YangFix memory leak for kqueue: shutdown kqueue correctly
2014-01-06 Chengwei Yangkqueue: replace tab with space
2014-01-06 Simon McVittieMake sure tests run with a temporary XDG_RUNTIME_DIR
2014-01-06 Chengwei YangReload policy rules for completed connections
2013-12-02 Simon McVittie_dbus_check_dir_is_private_to_user: check that we own it
2013-12-02 Simon McVittiespecification: discuss "listenable" and "connectable...
2013-11-27 Simon McVittieNEWS
2013-11-27 Chengwei Yangcmake: update README.cmake a bit
2013-11-27 Chengwei Yangcmake: fix code style
2013-11-27 Chengwei Yang_dbus_append_address_from_socket(): escape value got...
2013-11-27 Simon McVittiespec: explicitly mention filtering messages with no...
2013-11-27 Simon McVittieDo not require messages without INTERFACE to be dispatched
2013-11-27 Robert AncellSupport printing unix file descriptors in dbus-send...
2013-11-27 Chengwei YangRemove duplicate checking for pkg-config
2013-11-27 Chengwei YangFix api doc for _dbus_spawn_async_with_babysitter
2013-11-27 Chengwei YangFix dbus_shutdown API document: returns --> frees
2013-11-27 Matt FischerFix for MinGW build
2013-11-12 Simon McVittieMerge branch 'dbus-1.6'
2013-11-12 Simon McVittieNEWS for the SELinux change
2013-11-12 Simon McVittieNEWS
2013-11-12 Radoslaw Pajakfixed memory freeing if error during listing services
2013-11-07 osmond sunselinux: Use selinux_set_mapping() to avoid hardcoded...
2013-11-04 Simon McVittieMerge branch 'dbus-1.6'
2013-11-04 Simon McVittieNEWS
2013-11-04 DreamNikmake_and_run_test_nodes: avoid undefined behaviour
2013-11-01 Simon McVittiestart on 1.7.10
2013-11-01 Simon McVittiestart dbus-specification 0.23
2013-11-01 Simon McVittie1.7.8
2013-11-01 Colin Waltersbus/selinux: Fix previous commit for CAP_AUDIT_WRITE...
2013-11-01 Simon McVittieRevert "start dbus-specification 0.23"
2013-11-01 Simon McVittieMerge branch 'dbus-1.6'
2013-11-01 Simon McVittieStart on 1.6.20
2013-11-01 Simon McVittie1.6.18 dbus-1.6.18
2013-11-01 Chengwei YangClose unused inherited file descriptor
2013-11-01 Simon McVittieAdd comments describing how "compile with journald...
2013-11-01 Chengwei YangHandle activated child stdout/stderr correctly in syste...
2013-11-01 Chengwei YangDBusBabysitter: change executable to log_name
2013-11-01 Chengwei YangUpdate configurable elements for dbus-daemon manual
2013-11-01 Chengwei YangRemove unnecessary dbus_setenv()
2013-11-01 Simon McVittietransaction_free: factor out
2013-11-01 Simon McVittiedbus-spawn: draw a diagram
2013-11-01 Chengwei YangUse SIGHUP without check in UNIX environment
2013-11-01 Chengwei YangTest: add test cases for message parsing
2013-11-01 Chengwei YangFix memory or unix fd may leak in dbus_message_iter_get...
2013-11-01 Chengwei YangCorrectly set number of arguments already handled
2013-10-23 Simon McVittiedbus-spawn: correct a comment that falsely claimed...
2013-10-23 Simon McVittie_dbus_spawn_async_with_babysitter: correct documentation
2013-10-23 Simon McVittieMerge branch 'dbus-1.6'
2013-10-23 Simon McVittiepath_namespace='/' should match everything
2013-10-10 Simon McVittie$(in_data) is meant to contain the .in files
2013-10-10 Colin Walterstest: Update build for previous commit
2013-10-10 Ralf HabackerUse TEST_LISTEN in incoming-listen.conf.in instead...
2013-10-10 Simon McVittiestart dbus-specification 0.23
2013-10-09 Simon McVittiestart 1.7.8
2013-10-09 Simon McVittieD-Bus 1.7.6, spec 0.22
2013-10-09 Simon McVittieyet more NEWS
2013-10-09 Chengwei Yangdbus-monitor: keep backwards compatibility
2013-10-09 Andrey Mazodbus-send: replace --address with --peer and --bus.
2013-10-09 Simon McVittieRevert "dbus-send: replace --address"... to fix attribution
2013-10-09 Chengwei YangRemove unused key-word of DBus .service file
2013-10-09 Chengwei Yanglaunch-helper: fix error code parsing
2013-10-08 Simon McVittieMerge branch 'dbus-1.6'
2013-10-08 Simon McVittie1.6.17
2013-10-08 Chengwei YangSpec: document multiple .service files own the same...
2013-10-08 Chengwei YangUnify the way to find dbus-daemon test binary
2013-10-08 Simon McVittiedbus-send: replace --address with --peer and --bus.
2013-10-08 Simon McVittie1.6.14
2013-10-08 Chengwei Yangfix off by one error message (#13305)
2013-10-08 Vasiliy Balyasnyydbus-message.c: unused variable bytes_read in _dbus_mes...
2013-10-08 Chengwei Yangdbus-monitor: remove redundant match rules
2013-10-08 Simon McVittieNEWS
2013-10-08 Simon McVittiespec: briefly describe Name, Exec and User keys
2013-10-08 Simon McVittiespec: system services' service description files have...
2013-10-08 Chengwei YangDo not suggest user the next step after executed autogen.sh
2013-10-08 Simon McVittieAdd support for configuring --with-valgrind=auto
2013-10-08 Simon McVittieWhen using dbus-launch for tests, fail hard if test...
2013-10-08 Simon McVittiedbus-launch: avoid asprintf(), and die gracefully on...
2013-10-08 Chengwei YangFix build on NetBSD 6.1.1 with gcc 4.5.3
2013-09-25 Simon McVittieNEWS
2013-09-25 Chengwei YangUse 'cp' instead of 'cp -av' to fix portable issue
2013-09-25 Chengwei YangUse 'chmod' instead of 'chmod -c'
2013-09-23 Simon McVittieNEWS
2013-09-23 Simon McVittie_dbus_read_credentials_socket: warn or fail at compile...
2013-09-23 Simon McVittiePrefer getpeerucred() over getpeereid() if a platform...
2013-09-23 Simon McVittiebus-test: only expect GetConnectionUnixProcessID to...
2013-09-23 Simon McVittie_dbus_read_credentials_socket: document where we use...
2013-09-23 Simon McVittieRemove BSD-style LOCAL_CREDS support
2013-09-16 Simon McVittieNEWS
2013-09-16 Sviatoslav... Fix an incorrect sizeof.
2013-09-16 Simon McVittieRevert "Fix an incorrect sizeof." to fix attribution
2013-09-16 Simon McVittiefix NEWS mis-merge
2013-09-16 Simon McVittieRemove support for platforms with no 64-bit integer...
2013-09-16 Simon McVittieMerge branch 'dbus-1.6'
2013-09-16 Simon McVittieNEWS for 1.6.x
2013-09-16 Vasiliy Balyasnyydbus-mainloop.c: undeclared variable n_fds if define...
2013-09-16 Simon McVittieMerge branch 'dbus-1.6'
2013-09-16 Vasiliy Balyasnyydbus-sysdeps-unix.c: undeclared ret2 variable if HAVE_W...
2013-09-16 Sviatoslav... Fix incorrect sizeof in a Valgrind hint macro call.
next