summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2016-08-12_dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2-0/+86
2016-08-12Mark WaitingForOK state as unusedSimon McVittie1-0/+3
2016-06-30Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie1-0/+20
2016-06-30activation: set children oom_score_adj to 0WaLyong Cho1-0/+20
2016-05-18Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie3-14/+42
2016-05-16Fix ambiguous setup of DBusBabySitter struct member child_handle on Windows.Ralf Habacker1-3/+7
2016-05-13On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker3-7/+32
2016-05-13Eliminates a race condition accessing DBusBabysitter instance at startup of b...Ralf Habacker1-3/+1
2016-04-29Fix crash in test-spawn unit test app on Windows.Yiyang Fei1-1/+2
2016-03-02Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie3-1/+41
2016-03-02Statically assert that the DBusMessageIter struct has no paddingSimon McVittie1-0/+5
2016-03-02DBusMessageIter: eliminate padding on 64-bit platformsSimon McVittie2-1/+30
2016-03-02DBusMessage: assert the properties we need DBusMessageIter to haveSimon McVittie1-0/+3
2016-03-02dbus-internals: add _DBUS_ALIGNOFSimon McVittie1-0/+3
2016-02-12Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie1-4/+4
2016-02-12Revert "Rename function string_array_length() to _dbus_string_array_length() ...Simon McVittie3-24/+15
2016-02-12Revert "Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_fr...Simon McVittie2-137/+0
2016-02-11Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker2-0/+137
2016-02-11Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker3-15/+24
2016-02-11Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie1-4/+4
2016-02-08Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie1-3/+1
2016-02-08marshal-validate: run all the tests instead of just the even onesNick Lewycky1-3/+1
2015-12-02_dbus_test_oom_handling: allow disabling it as documentedSimon McVittie1-0/+6
2015-12-02embedded tests: accept and ignore --tap argumentSimon McVittie1-1/+1
2015-11-18Windows _dbus_get_autolaunch_address: don't leak shm_nameSimon McVittie1-0/+1
2015-11-17bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)3-1/+12
2015-11-16Fix recursive loop in backtrace generator on windows.Ralf Habacker1-1/+1
2015-11-11Fix memory leak in _dbus_win_set_error_from_win_error().Ralf Habacker1-6/+1
2015-11-04Compile fix on Windows.Ralf Habacker1-1/+1
2015-11-03Fix warning: variable 'ret' set but not used [-Wunused-but-set-variable].Ralf Habacker1-4/+7
2015-11-02Don't use _dbus_warn() for intentionally-skipped testsSimon McVittie1-2/+5
2015-11-02Fix warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after...Ralf Habacker1-1/+2
2015-11-02Fix typo and missing eol on debug message.Ralf Habacker1-1/+1
2015-10-27Fix crash running test-syslog on windows/wine.Ralf Habacker1-3/+4
2015-10-27Display autolaunch scope on verbose print of daemon found message on windows.Ralf Habacker1-2/+2
2015-09-30Fix creation of Exec path for files not in prefixMilan Crha1-5/+12
2015-09-20Make Windows dbus-daemon look for the config file we installRalf Habacker3-69/+22
2015-08-06Use poll's data types directly, where used at allRolland Dudemaine2-92/+44
2015-05-27Move session & system bus configuration to datadir, by default.Dimitri John Ledkov1-3/+3
2015-05-14Merge branch 'dbus-1.8'Simon McVittie1-13/+16
2015-05-14Fail to generate random bytes instead of falling back to rand()Simon McVittie11-118/+145
2015-05-14Make UUID generation failableSimon McVittie8-37/+92
2015-05-14_dbus_server_init_base: raise a DBusErrorSimon McVittie4-14/+24
2015-05-14_dbus_server_new_for_socket: raise a DBusErrorSimon McVittie4-13/+17
2015-05-14dbus_daemon_publish_session_bus_address: Fix -Wsign-compare issue.Ralf Habacker1-1/+4
2015-05-13Avoid reading beyond the length of a variableSimon McVittie1-1/+5
2015-05-13Fix whitespace as per Havoc's review (in 2010)Simon McVittie1-1/+2
2015-05-13Implement dbus_message_iter_get_element_countChristian Dywan3-7/+101
2015-05-12DBusSocket: put the #ifdef case before the !defined caseSimon McVittie1-19/+19
2015-05-12Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker10-60/+96