Add kdbus transport
[platform/upstream/dbus.git] / dbus /
2016-02-19 Adrian SzyndelaAdd kdbus transport
2016-02-19 Jacek BukarewiczDisable message dispatching when send rule result is...
2016-02-19 Patrick OhlyGetConnectionCredentials - add smack support
2015-11-18 Simon McVittieWindows _dbus_get_autolaunch_address: don't leak shm_name
2015-11-17 Jan Alexander Stef... bus-driver: Support returning org.freedesktop.DBus...
2015-11-16 Ralf HabackerFix recursive loop in backtrace generator on windows.
2015-11-11 Ralf HabackerFix memory leak in _dbus_win_set_error_from_win_error().
2015-11-04 Ralf HabackerCompile fix on Windows.
2015-11-03 Ralf HabackerFix warning: variable 'ret' set but not used [-Wunused...
2015-11-02 Simon McVittieDon't use _dbus_warn() for intentionally-skipped tests
2015-11-02 Ralf HabackerFix warning: ISO C90 forbids mixed declarations and...
2015-11-02 Ralf HabackerFix typo and missing eol on debug message.
2015-10-27 Ralf HabackerFix crash running test-syslog on windows/wine.
2015-10-27 Ralf HabackerDisplay autolaunch scope on verbose print of daemon...
2015-09-30 Milan CrhaFix creation of Exec path for files not in prefix
2015-09-20 Ralf HabackerMake Windows dbus-daemon look for the config file we...
2015-08-06 Rolland DudemaineUse poll's data types directly, where used at all
2015-07-21 Simon McVittiedbus-1.9.16
2015-07-21 Simon McVittieMerge branch 'dbus-1.8'
2015-06-17 Simon McVittieMerge branch 'dbus-1.8'
2015-05-27 Dimitri John LedkovMove session & system bus configuration to datadir...
2015-05-14 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieFail to generate random bytes instead of falling back...
2015-05-14 Simon McVittieMake UUID generation failable
2015-05-14 Simon McVittie_dbus_server_init_base: raise a DBusError
2015-05-14 Simon McVittie_dbus_server_new_for_socket: raise a DBusError
2015-05-14 Ralf Habackerdbus_daemon_publish_session_bus_address: Fix -Wsign...
2015-05-13 Simon McVittieAvoid reading beyond the length of a variable
2015-05-13 Simon McVittieFix whitespace as per Havoc's review (in 2010)
2015-05-13 Christian DywanImplement dbus_message_iter_get_element_count
2015-05-12 Simon McVittieDBusSocket: put the #ifdef case before the !defined...
2015-05-12 Ralf HabackerConvert mostly DBUS_SOCKET_... and DBUS_POLLABLE_....
2015-05-12 Simon McVittieTurn DBusSocket into a type-safe struct, preventing...
2015-05-12 Simon McVittieRemove _dbus_socket_is_invalid, no longer used
2015-05-12 Simon McVittieConvert miscellaneous socket APIs to DBusSocket
2015-05-12 Simon McVittiegeneric socket transport code: work in terms of DBusSocket
2015-05-12 Simon McVittieSplit _dbus_set_fd_nonblocking vs. _dbus_set_socket_non...
2015-05-12 Simon McVittieDBusMainLoop, DBusSocketSet: work in terms of DBusPollable
2015-05-12 Simon McVittieMostly remove the remnants of an older socket abstracti...
2015-05-12 Simon McVittiedbus-sysdeps: add more infrastructure around DBusSocket
2015-05-12 Ralf HabackerUse typedef DBusSocket for sockets fd's to avoid conver...
2015-05-08 Ralf Habackerreader_init: Initialize all fields of struct DBusTypeRe...
2015-05-08 Simon McVittieMerge branch 'dbus-1.8'
2015-05-08 Simon McVittieRevert "reader_init: Initialize all fields of struct...
2015-05-06 Ralf Habackerauth_set_unix_credentials: Fix calling _dbus_credential...
2015-05-06 Ralf Habackerauth_set_unix_credentials: Fix calling _dbus_credential...
2015-05-06 Ralf HabackerMerge remote-tracking branch 'origin/dbus-1.8'
2015-05-06 Ralf Habackerreader_init: Initialize all fields of struct DBusTypeRe...
2015-05-06 Ralf Habackerdo_check_nonce: Fix of calling _dbus_string_append_len...
2015-05-06 Ralf Habackerdbus_message_demarshal: Fix calling _dbus_string_append...
2015-05-05 Simon McVittieMerge branch 'dbus-1.8'
2015-05-05 Adrian SzyndelaDBusCounter: add a mutex to protect the refcount and...
2015-05-05 Adrian Szyndelaextend lock's range in live_messages_notify()
2015-05-01 Ralf HabackerMerge remote-tracking branch 'origin/dbus-1.8'
2015-04-28 Ralf Habackerdbus_server_set_auth_mechanisms: Fix returning without...
2015-04-20 Ralf HabackerFix msvc sign-compare warning on Windows7 64bit by...
2015-04-13 Ralf HabackerMerge branch 'dbus-1.8'
2015-04-13 Ralf HabackerAdd newline to verbose output in _dbus_trace_ref().
2015-03-24 Simon McVittieFix assorted compiler warnings on Windows.
2015-03-24 Ralf HabackerRename _dbus_full_duplex_pipe() to more descriptive...
2015-03-11 Ralf HabackerRevert "Rename _dbus_full_duplex_pipe() to more descrip...
2015-03-11 Ralf HabackerRevert "Use typedef DBusSocket for sockets fd's to...
2015-03-11 Ralf HabackerUse typedef DBusSocket for sockets fd's to avoid conver...
2015-03-11 Ralf HabackerRename _dbus_full_duplex_pipe() to more descriptive...
2015-03-04 Simon McVittie_dbus_listen_systemd_sockets: fds are signed ints ...
2015-03-04 Simon McVittieUse new _dbus_string_get_length_uint() to avoid another...
2015-03-04 Ralf HabackerTrivial -Wsign-compare fixes.
2015-03-04 Peter McCurdyMake all time values signed longs instead of a mix...
2015-03-02 Ralf HabackerFix warning: 'the comparison will always evaluate as...
2015-02-24 Ralf Habackerdbus-monitor: Add timestamp to --monitor mode.
2015-02-24 Simon McVittiedbus-launch: if autolaunching, use XDG_RUNTIME_DIR...
2015-02-24 Simon McVittieOn Unix platforms, try $XDG_RUNTIME_DIR/bus before...
2015-02-24 Simon McVittieAdd support for unix:runtime=yes as an address mode
2015-02-24 Simon McVittiemarshalling tests: fix an incorrect use of memcmp
2015-02-20 Simon McVittieFix static linking with mingw
2015-02-20 Bertrand SIMONNETLink dbus-daemon and dbus-daemon-lauch-helper against...
2015-02-20 Simon McVittieOn Unix platforms with gcc (or compatible), hide non...
2015-02-20 Simon McVittieAdd DBUS_PRIVATE_EXPORT decoration to symbols used...
2015-02-20 Simon McVittiesysdeps: try to avoid re-including config.h
2015-02-20 Simon McVittieRemove some redundant inclusions
2015-02-18 Simon McVittieRevert "Add DBus method to return the AA context of...
2015-02-18 Tyler HicksAdd DBus method to return the AA context of a connection
2015-02-18 Simon McVittieAdd LSM-agnostic support for LinuxSecurityLabel credential
2015-02-18 Tyler HicksNew a{sv} helper for using byte arrays as the variant
2015-02-13 Ralf HabackerAdd org.freedesktop.DBus.Verbose interface to dbus...
2015-02-11 Ralf HabackerMinor optimization in _dbus_getsid().
2015-02-11 Ralf HabackerAdd test for windows sid.
2015-02-09 Ralf HabackerFix 'dbus-daemon on Windows: Failed to bind socket...
2015-02-09 Simon McVittieMerge branch '1.8-cve-2015-0245' into cve-2015-0245
2015-02-04 Ralf Habacker_dbus_listen_tcp_socket: Keep windows code to fetch...
2015-02-04 Simon McVittieAdd support for morphing a D-Bus connection into a...
2015-02-04 Simon McVittieMerge branch 'dbus-1.8'
2015-02-04 Simon McVittie_dbus_listen_tcp_socket: comment on another reason...
2015-02-04 Simon McVittie_dbus_listen_tcp_socket: use NI_NUMERICSERV to determin...
2015-02-03 Simon McVittie_dbus_set_error_valist: add
2015-01-30 Ralf HabackerFix 'dbus-daemon on Windows: Failed to bind socket...
2015-01-30 Ralf HabackerIn _dbus_listen_tcp_socket() set socket family to ipv4...
2015-01-29 Simon McVittie_dbus_string_append_printf_valist: avoid leaking copy...
2015-01-27 Thiago MacieiraFix build with --enable-maintainer-mode --disable-embed...
next