1.10.20
[platform/upstream/dbus.git] / dbus /
2017-06-27 Simon McVittietransport: Don't pile up errors for semicolon-separated...
2017-06-27 Shin-ichi MORITAFix missing dbus_message_unref() in error reply path
2017-02-16 Simon McVittieChange _dbus_create_directory to fail for existing...
2016-10-04 Marc MutzDBusMessage: Fix UB (misaligned access) in call to...
2016-08-12 Simon McVittie_dbus_ensure_standard_fds: new function to ensure std...
2016-08-12 Simon McVittieMark WaitingForOK state as unused
2016-07-25 Simon McVittieMerge branch 'dbus-1.10-ci' into dbus-1.10
2016-06-30 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-06-30 WaLyong Choactivation: set children oom_score_adj to 0
2016-05-18 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-05-16 Ralf HabackerFix ambiguous setup of DBusBabySitter struct member...
2016-05-13 Ralf HabackerOn Windows make access to member 'refcount' of struct...
2016-05-13 Ralf HabackerEliminates a race condition accessing DBusBabysitter...
2016-04-29 Yiyang FeiFix crash in test-spawn unit test app on Windows.
2016-03-07 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-03-02 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-03-02 Simon McVittieStatically assert that the DBusMessageIter struct has...
2016-03-02 Simon McVittieDBusMessageIter: eliminate padding on 64-bit platforms
2016-03-02 Simon McVittieDBusMessage: assert the properties we need DBusMessageI...
2016-03-02 Simon McVittiedbus-internals: add _DBUS_ALIGNOF
2016-02-12 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-02-12 Simon McVittieRevert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_D...
2016-02-12 Simon McVittieRevert "Rename function string_array_length() to _dbus_...
2016-02-12 Simon McVittieRevert "Add new functions _dbus_hash_table_to_array...
2016-02-11 Ralf HabackerAdd new functions _dbus_hash_table_to_array() and _dbus...
2016-02-11 Ralf HabackerRename function string_array_length() to _dbus_string_a...
2016-02-11 Simon McVittieReplace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH
2016-02-08 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-02-08 Nick Lewyckymarshal-validate: run all the tests instead of just...
2016-02-08 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2016-01-25 Simon McVittieMerge branch 'dbus-1.10' into dbus-1.10-ci
2015-12-02 Simon McVittie_dbus_test_oom_handling: allow disabling it as documented
2015-12-02 Simon McVittieembedded tests: accept and ignore --tap argument
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...
next