summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Add dbus verbose channels.dbus-verbose-channelsRalf Habacker58-5/+130
2016-05-20Fix broken install of dbus-arch-deps.h.Ralf Habacker1-1/+1
2016-05-20Replace deprecated cmake install_ functions with related install(...) calls.Ralf Habacker5-11/+11
2016-05-20Fix issue missing temporary dir on cross compiling for windows with cmake.Ralf Habacker1-4/+8
2016-05-20Add memory allocation tracer support base on Qt5.Ralf Habacker6-16/+145
2016-05-20Fix double printing function name in _dbus_verbose() messages.Ralf Habacker3-6/+4
2016-05-20Migrate platform specific spawn tests into cross platform tests.Ralf Habacker6-522/+293
2016-05-18travis: compile with mingw in both production and debug flavoursSimon McVittie1-0/+1
2016-05-16test-segfault: add missing include of <stdio.h> on WindowsSimon McVittie1-0/+1
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-09Merge branch 'dbus-1.10'Ralf Habacker1-0/+25
2016-05-09Suppress Windows popups and jit debugger when app crashes with exception.Ralf Habacker1-0/+25
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-29Fix assert in test-spawn caused by missing initialization of DBusError instan...Ralf Habacker1-1/+1
2016-04-29Fix assert in test-spawn caused by missing initialization of DBusError instan...Ralf Habacker1-1/+1
2016-04-14dbus_internal_do_not_use_try_message_data: Calling _dbus_message_loader_get_m...Ralf Habacker1-1/+0
2016-03-071.11.3Simon McVittie2-1/+6
2016-03-071.11.2Simon McVittie2-3/+5
2016-03-07Merge branch 'dbus-1.10'Simon McVittie0-0/+0
2016-03-071.10.9Simon McVittie2-1/+6
2016-03-071.10.8Simon McVittie2-2/+4
2016-03-03Merge branch 'dbus-1.10-ci'Simon McVittie1-0/+2
2016-03-02Disable travis-ci apt source for Google ChromeSimon McVittie1-0/+2
2016-03-02Update NEWS for 1.11.2Simon McVittie1-0/+24
2016-03-02Merge branch 'dbus-1.10'Simon McVittie6-5/+66
2016-03-02Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie6-5/+66
2016-03-02update NEWSSimon McVittie1-0/+8
2016-03-02dbus-test-tool echo: fix sleep documentationDmitri Iouchtchenko2-3/+3
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-24NEWS so farSimon McVittie1-1/+14
2016-02-12Move _dbus_hash_table_{to,from}_array out of #ifdef DBUS_ENABLE_EMBEDDED_TESTSSimon McVittie1-129/+129
2016-02-12Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie0-0/+0
2016-02-12Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker3-92/+139
2016-02-12Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker3-15/+24
2016-02-12name-test: run most C tests directly, not via run-test.shSimon McVittie2-9/+29