summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-12name-test C tests: produce structured (TAP) outputSimon McVittie7-25/+57
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie9-17/+11
2016-02-12Merge branch 'dbus-1.10'Simon McVittie0-0/+0
2016-02-12Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie9-11/+17
2016-02-12Revert "name-test C tests: produce structured (TAP) output"Simon McVittie7-57/+25
2016-02-12Revert "name-test: run most C tests directly, not via run-test.sh"Simon McVittie2-29/+9
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 McVittie3-139/+92
2016-02-11Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker3-92/+139
2016-02-11Enable -Wpointer-sign warnings for autotools and cmake.Ralf Habacker1-1/+1
2016-02-11Keep cmake gcc builds in sync with autotools warnings.Ralf Habacker2-2/+67
2016-02-11Refactored cmake part dealing with compiler warnings to use warnings identifier.Ralf Habacker2-45/+115
2016-02-11Add missing includehyeric1-0/+2
2016-02-11Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker3-15/+24
2016-02-11name-test: run most C tests directly, not via run-test.shSimon McVittie2-9/+29
2016-02-11name-test C tests: produce structured (TAP) outputSimon McVittie7-25/+57
2016-02-11Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie9-17/+11
2016-02-11_dbus_read_socket_with_unix_fds: make n_fds unsignedSimon McVittie3-9/+10
2016-02-11AppArmor: do not mix dbus_bool_t with intSimon McVittie1-4/+6
2016-02-11string_squash_nonprintable: correct signedness mismatchSimon McVittie1-1/+1
2016-02-11Consistently use socklen_t for getsockname, getsockopt etc.Simon McVittie2-4/+8
2016-02-08Do not require binfmt support for running cross compiled test applications.Ralf Habacker1-4/+14
2016-02-08Merge branch 'dbus-1.10'Simon McVittie1-3/+1
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
2016-02-08Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie1-0/+1
2016-02-08Merge branch 'dbus-1.10'Simon McVittie1-0/+1
2016-02-08configure.ac: support large-file for stat64Simon McVittie1-0/+1
2016-01-25Merge branch 'dbus-1.10'Simon McVittie1-4/+2
2016-01-25Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie1-4/+2
2016-01-25test/name-test/run-test.sh: output correct result if a C test failsSimon McVittie1-4/+2
2015-12-021.11.1Simon McVittie2-1/+6
2015-12-021.11.0Simon McVittie3-12/+10
2015-12-02Update NEWSSimon McVittie1-1/+17
2015-12-02Merge branch 'dbus-1.10-ci'Simon McVittie0-0/+0
2015-12-02add travis-ci.org build machinerySimon McVittie3-0/+271
2015-12-02Don't try to run manual tests in installcheckSimon McVittie1-1/+1
2015-12-02Fix shell syntax for installcheck-local with no DESTDIRSimon McVittie1-1/+1
2015-12-02Do not require systemd to have a service file if using it for activationSimon McVittie1-12/+31
2015-12-02_dbus_test_oom_handling: allow disabling it as documentedSimon McVittie1-0/+6
2015-12-02cmake: run all automated tests with --tap for better diagnosticsSimon McVittie1-2/+2
2015-12-02embedded tests: accept and ignore --tap argumentSimon McVittie4-4/+4