NEWS
[platform/upstream/dbus.git] / dbus /
2014-10-13 Simon McVittiedbus_shutdown: document its effect on shared connections
2014-09-25 Ralf HabackerFix test suite fails on test-dbus with --enable-tests...
2014-09-16 Simon McVittieMerge branch 'dbus-1.8'
2014-09-15 Simon McVittieSplit _dbus_fd_set_close_on_exec into Unix and Windows...
2014-09-15 Simon McVittie_dbus_read_socket_with_unix_fds: do not accept extra...
2014-09-15 Simon McVittieAdd _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERT
2014-09-15 Alban CrequyDBusConnection: implements _dbus_connection_set_pending...
2014-09-15 Alban CrequyDBusConnection: implements _dbus_connection_get_pending...
2014-09-15 Alban CrequyStop listening on DBusServer sockets when reaching...
2014-09-15 Simon McVittieconfig: change DEFAULT_MESSAGE_UNIX_FDS to 16
2014-09-15 Simon McVittieReplace some runtime assertions with compile-time asser...
2014-09-15 Simon McVittieAdd _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERT
2014-09-15 Simon McVittieMerge branch 'dbus-1.8'
2014-09-12 Simon McVittieMerge branch 'dbus-1.8'
2014-09-08 Ralf HabackerPort dbus_directory_...() function to use win32 native...
2014-09-08 Ralf HabackerAdd dbus string convenience function _dbus_string_init_...
2014-09-07 Ralf HabackerMerge branch 'dbus-1.8'
2014-09-05 Simon McVittieNEWS for 1.9
2014-09-05 Simon McVittieMerge branch 'dbus-1.8'
2014-07-02 Simon McVittieMerge branch 'dbus-1.8'
2014-06-30 Alban CrequyHandle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)
2014-06-30 Simon McVittieIf loader contains two messages with fds, don't corrupt...
2014-06-11 Simon McVittieMerge branch 'dbus-1.8'
2014-06-11 Jaap BoenderDon't call poll(2) with timeout < -1
2014-06-10 Simon McVittieMerge branch 'dbus-1.8'
2014-04-30 Simon McVittieMerge branch 'dbus-1.8'
2014-04-28 Chengwei YangSet argv[0] to dbus-launch to avoid misleading info...
2014-04-28 Simon McVittieMerge branch 'dbus-1.8'
2014-04-28 Simon McVittieTry to read /etc/machine-id before inventing a new...
2014-04-28 Simon McVittie_dbus_write_uuid_file: factor out function to write...
2014-03-13 Simon McVittieMerge branch 'dbus-1.8'
2014-03-06 Simon McVittieMerge branch 'dbus-1.8'
2014-03-03 Simon McVittieMerge branch 'dbus-1.8'
2014-03-03 Matt HoosierDisable slow-start on TCP sockets
2014-02-19 Antoine JacoutotFix error message.
2014-02-19 Simon McVittieOnly support systemd: transport if we have systemd...
2014-01-17 Ralf HabackerRename dbus-test to test-dbus to match common test...
2014-01-10 Ralf HabackerFix compile error on opensuse 12.2 with systemd 44...
2014-01-07 Ralf HabackerMSVC compile fix.
2014-01-07 Ralf HabackerUse dbus provided version of va_copy().
2014-01-06 Simon McVittieMerge remote-tracking branch 'origin/master'
2014-01-06 Matt FischerDefine WIN32_LEAN_AND_MEAN in Windows port
2014-01-06 Chengwei YangEnsure DBusError is set if _dbus_read_nonce() fail
2014-01-06 Chengwei Yang_dbus_auth_return_buffer(): remove unused argument
2014-01-06 Simon McVittie_dbus_listen_unix_socket: don't try to set SO_REUSEADDR
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...
2013-12-02 Simon McVittie_dbus_check_dir_is_private_to_user: check that we own it
2013-11-27 Chengwei Yang_dbus_append_address_from_socket(): escape value got...
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-04 Simon McVittieMerge branch 'dbus-1.6'
2013-11-04 DreamNikmake_and_run_test_nodes: avoid undefined behaviour
2013-11-01 Simon McVittieMerge branch 'dbus-1.6'
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 YangRemove unnecessary dbus_setenv()
2013-11-01 Simon McVittiedbus-spawn: draw a diagram
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-08 Simon McVittieMerge branch 'dbus-1.6'
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-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 McVittie_dbus_read_credentials_socket: document where we use...
2013-09-23 Simon McVittieRemove BSD-style LOCAL_CREDS support
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 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 ChagaevFix incorrect sizeof in a Valgrind hint macro call.
2013-09-16 Simon McVittieMerge branch 'dbus-1.6'
2013-09-16 Sviatoslav ChagaevFix a NULL dereference on an error code path.
2013-09-16 Simon McVittiedbus-sysdeps-win: don't include wspiapi.h
2013-09-13 Simon McVittieMerge remote-tracking branch 'fitzsim/fix-parent-remova...
2013-09-13 Chengwei YangMake userdb cache as a built-in feature
2013-09-13 Chengwei YangUse test binaries in build dir to do test
2013-09-13 Simon McVittieMerge branch 'dbus-1.6'
2013-09-13 Chengwei YangCheck EINVAL for accept4()
2013-09-13 Pino ToscanoAllow EPROTOTYPE for SOCK_CLOEXEC but unsupported by...
2013-09-13 Chengwei YangCheck EINVAL for socketpair and retry without SOCK_CLOEXEC
2013-09-13 Chengwei YangUse the argument of dbus_connection_set_route_peer_mess...
2013-09-13 Chengwei YangFix pass wrong type of argument to function
2013-09-13 Sviatoslav ChagaevFix file descriptor leak in _dbus_command_for_pid
2013-09-05 Simon McVittie_dbus_babysitter_unref: avoid infinite loop if waitpid...
2013-09-05 Simon McVittieMerge branch 'dbus-1.6'
2013-09-05 Ivan RomanovUse iface instead of interface in function parameters
2013-09-03 Simon McVittie_dbus_become_daemon: don't pretend it worked
2013-09-03 Simon McVittieFix declaration of _dbus_win_startup_winsock
2013-08-30 Simon McVittieMove some sysdeps stuff only used by the dbus-daemon...
next