summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Add version info to installed executables for cmake build system on WindowsHEADmasterRalf Habacker6-13/+78
2017-12-04_dbus_test_oom_handling: print TAP diagnosticsSimon McVittie1-8/+14
2017-12-04tests: Add the ability to multiply up test timeoutsSimon McVittie5-11/+12
2017-12-04test-utils: Separate failable and non-failable functionsSimon McVittie10-26/+54
2017-12-04test_connection_setup: Don't crash on unlikely OOMSimon McVittie1-1/+5
2017-12-04test_try_connect_to_bus: Cope with OOM while setting up connectionSimon McVittie1-1/+6
2017-12-04test_try_connect_to_bus: Don't leak the connection on OOMSimon McVittie1-0/+6
2017-12-04dbus_message_demarshal: Set error if we can't allocate the loaderSimon McVittie1-3/+6
2017-12-04DBusHeader: Add a diagram of the headerSimon McVittie2-4/+54
2017-12-04_dbus_header_load: Operate on the entire string, not a substringSimon McVittie3-19/+14
2017-11-27_dbus_server_new_for_socket: Iterate over arrays as intendedSimon McVittie1-4/+4
2017-11-24NEWS for 1.13.xSimon McVittie1-0/+27
2017-11-24tests: Use test_main_context_call_and_waitSimon McVittie4-427/+94
2017-11-24test_main_context_call_and_wait: AddSimon McVittie3-2/+45
2017-11-24test-utils: Use TAP syntax to die with a fatal errorSimon McVittie1-1/+2
2017-11-24tests: Don't use the same variable for call and replySimon McVittie4-225/+205
2017-11-24test/sd-activation: Make more use of dbus_clear_message()Simon McVittie1-18/+11
2017-11-24tests: Don't leak pending callsSimon McVittie2-0/+11
2017-11-24test/dbus-daemon: Don't leak method call messages if we skip testsSimon McVittie1-24/+48
2017-11-24test_peer_ping: Don't leak one method call per invocationSimon McVittie1-2/+1
2017-11-24_dbus_server_new_for_tcp_socket: Simplify error unwindingSimon McVittie1-22/+19
2017-11-24_dbus_server_new_for_socket: Simplify error unwindingSimon McVittie1-19/+22
2017-11-24Add a targeted test for OOM during _dbus_server_new_for_tcp_socket()Simon McVittie3-0/+154
2017-11-24dbus-nonce: Don't crash on encountering OOMSimon McVittie1-0/+5
2017-11-24_dbus_listen_tcp_socket: Don't rely on dbus_realloc setting errnoSimon McVittie1-4/+2
2017-11-24_dbus_server_new_for_tcp_socket: Don't pile up errors on OOMSimon McVittie1-2/+4
2017-11-24_dbus_server_new_for_launchd: Don't leak fd on failureSimon McVittie1-1/+4
2017-11-24_dbus_server_new_for_socket: Properly disconnect during error unwindingSimon McVittie3-14/+38
2017-11-24_dbus_server_new_for_socket: Invalidate watches during error unwindingSimon McVittie1-0/+1
2017-11-24_dbus_transport_new_for_socket: Simplify with _DBUS_STRING_INIT_INVALIDSimon McVittie1-15/+24
2017-11-24DBusString: Add _DBUS_STRING_INIT_INVALID and allow "freeing" itSimon McVittie3-4/+45
2017-11-24DBusString: Reverse the sense of ->invalidSimon McVittie4-7/+7
2017-11-15Remove references to test/data/incomplete-messages tooSimon McVittie2-7/+0
2017-11-15tests: Remove leftover references to valid-messages directorySimon McVittie2-8/+0
2017-11-15Update NEWS for 1.13.x test changesSimon McVittie1-0/+7
2017-11-15Remove test data in the "message builder" domain-specific languageSimon McVittie33-965/+2
2017-11-15_dbus_test_diag: Flush stdout after each diagnosticSimon McVittie1-0/+1
2017-11-15dispatch test: Output finer-grained TAPSimon McVittie1-4/+34
2017-11-15test-bus*: Output TAP directlySimon McVittie4-133/+48
2017-11-15test-dbus: Produce machine-readable TAP outputSimon McVittie6-45/+190
2017-11-15bus: Silence the output of the test services when doing OOM testingSimon McVittie5-13/+38
2017-11-15bus: Silence most log messages when testing OOM handlingSimon McVittie13-31/+88
2017-11-15Unix: Flush stdout and stderr streams before forkingSimon McVittie6-3/+57
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie28-552/+563
2017-11-15Use _dbus_test_fatal to include more detail in test failure diagnosticsSimon McVittie6-124/+41
2017-11-15Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie16-169/+141
2017-11-15Add utility functions to emit TAP diagnostics and fatal errorsSimon McVittie4-0/+125
2017-11-15Do not export dbus_internal_do_not_use_run_tests if unusedSimon McVittie1-6/+1
2017-11-15Windows autolaunch: Turn stdout spam into stderr spamSimon McVittie1-2/+2
2017-11-15Remove commented-out printf debuggingSimon McVittie3-36/+0