summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Add an invalid state in DBusAuthState to use for invalid lines in auth scripts.Nick Lewycky3-2/+7
2016-06-30Merge branch 'dbus-1.10'Simon McVittie1-0/+20
2016-06-30activation: set children oom_score_adj to 0WaLyong Cho1-0/+20
2016-05-20Migrate platform specific spawn tests into cross platform tests.Ralf Habacker5-522/+292
2016-05-16Fix memory leak issue in spawn code on Windows.Ralf Habacker1-30/+10
2016-05-16Fix compiling on windows/mingw with automake build system.Ralf Habacker1-0/+2
2016-05-16Merge branch 'dbus-1.10'Ralf Habacker1-3/+7
2016-05-16Fix ambiguous setup of DBusBabySitter struct member child_handle on Windows.Ralf Habacker1-3/+7
2016-05-13dbus-spawn-win: Do not attempt to call child_setup (again)Simon McVittie1-6/+0
2016-05-13Merge branch 'dbus-1.10'Ralf Habacker3-9/+38
2016-05-13Prefix debug messages displayed with _dbus_verbose() with a timestamp.Ralf Habacker1-0/+3
2016-05-13Display thread id in _dbus_verbose to be able to see threading issues.Ralf Habacker5-12/+31
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-05-10Fix memory leak in _dbus_replace_install_prefix() on success case on Windows.Ralf Habacker1-0/+1
2016-05-09sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering1-1/+1
2016-05-02Merge branch 'dbus-1.10'Ralf Habacker1-1/+2
2016-04-29Fix crash in test-spawn unit test app on Windows.Yiyang Fei1-1/+2
2016-04-14dbus_internal_do_not_use_try_message_data: Calling _dbus_message_loader_get_m...Ralf Habacker1-1/+0
2016-03-02Merge branch 'dbus-1.10'Simon 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-12Move _dbus_hash_table_{to,from}_array out of #ifdef DBUS_ENABLE_EMBEDDED_TESTSSimon McVittie1-129/+129
2016-02-12Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker2-0/+137
2016-02-12Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker3-15/+24
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie1-4/+4
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-11_dbus_read_socket_with_unix_fds: make n_fds unsignedSimon McVittie3-9/+10
2016-02-11string_squash_nonprintable: correct signedness mismatchSimon McVittie1-1/+1
2016-02-11Consistently use socklen_t for getsockname, getsockopt etc.Simon McVittie1-2/+2
2016-02-08Merge branch 'dbus-1.10'Simon 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-27Do not attempt to call child_setup on WindowsSimon McVittie2-16/+10
2015-11-24Workaround with infinite loop while walking along the stack frames on wine64.Ralf Habacker1-0/+15
2015-11-24Add x86_64 support to backtrace generator on windows.Ralf Habacker1-4/+5
2015-11-24Refactor windows backtrace generator to link directly to dbghelp shared library.Ralf Habacker1-236/+86
2015-11-24Add file and line support to backtrace generator on windows.Ralf Habacker1-21/+44
2015-11-24Fix warning: "pointer targets in passing argument 1 of '_mbsrchr' differ in s...Ralf Habacker2-13/+19
2015-11-24Fix warning: "pointer targets in passing argument 3 of 'CryptGenRandom' diffe...Ralf Habacker1-2/+2
2015-11-24Fix warning: "pointer targets in passing argument 2 of '_dbus_unpack_uint32' ...Ralf Habacker1-2/+2
2015-11-24Fix warning: "pointer targets in assignment differ in signedness [-Wpointer-s...Ralf Habacker7-23/+43