summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie2016-06-301-0/+20
|\
| * activation: set children oom_score_adj to 0WaLyong Cho2016-06-301-0/+20
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-05-183-14/+42
|\ \ | |/
| * Fix ambiguous setup of DBusBabySitter struct member child_handle on Windows.Ralf Habacker2016-05-161-3/+7
| * On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-133-7/+32
| * Eliminates a race condition accessing DBusBabysitter instance at startup of b...Ralf Habacker2016-05-131-3/+1
| * Fix crash in test-spawn unit test app on Windows.Yiyang Fei2016-04-291-1/+2
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-03-023-1/+41
|\ \ | |/
| * Statically assert that the DBusMessageIter struct has no paddingSimon McVittie2016-03-021-0/+5
| * DBusMessageIter: eliminate padding on 64-bit platformsSimon McVittie2016-03-022-1/+30
| * DBusMessage: assert the properties we need DBusMessageIter to haveSimon McVittie2016-03-021-0/+3
| * dbus-internals: add _DBUS_ALIGNOFSimon McVittie2016-03-021-0/+3
| * Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2016-02-121-4/+4
| * Revert "Rename function string_array_length() to _dbus_string_array_length() ...Simon McVittie2016-02-123-24/+15
| * Revert "Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_fr...Simon McVittie2016-02-122-137/+0
| * Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker2016-02-112-0/+137
| * Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-113-15/+24
| * Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-111-4/+4
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-02-081-3/+1
|\ \ | |/
| * marshal-validate: run all the tests instead of just the even onesNick Lewycky2016-02-081-3/+1
* | _dbus_test_oom_handling: allow disabling it as documentedSimon McVittie2015-12-021-0/+6
* | embedded tests: accept and ignore --tap argumentSimon McVittie2015-12-021-1/+1
|/
* Windows _dbus_get_autolaunch_address: don't leak shm_nameSimon McVittie2015-11-181-0/+1
* bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)2015-11-173-1/+12
* Fix recursive loop in backtrace generator on windows.Ralf Habacker2015-11-161-1/+1
* Fix memory leak in _dbus_win_set_error_from_win_error().Ralf Habacker2015-11-111-6/+1
* Compile fix on Windows.Ralf Habacker2015-11-041-1/+1
* Fix warning: variable 'ret' set but not used [-Wunused-but-set-variable].Ralf Habacker2015-11-031-4/+7
* Don't use _dbus_warn() for intentionally-skipped testsSimon McVittie2015-11-021-2/+5
* Fix warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after...Ralf Habacker2015-11-021-1/+2
* Fix typo and missing eol on debug message.Ralf Habacker2015-11-021-1/+1
* Fix crash running test-syslog on windows/wine.Ralf Habacker2015-10-271-3/+4
* Display autolaunch scope on verbose print of daemon found message on windows.Ralf Habacker2015-10-271-2/+2
* Fix creation of Exec path for files not in prefixMilan Crha2015-09-301-5/+12
* Make Windows dbus-daemon look for the config file we installRalf Habacker2015-09-203-69/+22
* Use poll's data types directly, where used at allRolland Dudemaine2015-08-062-92/+44
* Move session & system bus configuration to datadir, by default.Dimitri John Ledkov2015-05-271-3/+3
* Merge branch 'dbus-1.8'Simon McVittie2015-05-141-13/+16
|\
| * reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-081-13/+16
* | Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-1411-118/+145
* | Make UUID generation failableSimon McVittie2015-05-148-37/+92
* | _dbus_server_init_base: raise a DBusErrorSimon McVittie2015-05-144-14/+24
* | _dbus_server_new_for_socket: raise a DBusErrorSimon McVittie2015-05-144-13/+17
* | dbus_daemon_publish_session_bus_address: Fix -Wsign-compare issue.Ralf Habacker2015-05-141-1/+4
* | Avoid reading beyond the length of a variableSimon McVittie2015-05-131-1/+5
* | Fix whitespace as per Havoc's review (in 2010)Simon McVittie2015-05-131-1/+2
* | Implement dbus_message_iter_get_element_countChristian Dywan2015-05-133-7/+101
* | DBusSocket: put the #ifdef case before the !defined caseSimon McVittie2015-05-121-19/+19
* | Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-1210-60/+96
* | Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-129-199/+203