summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Add version info to installed executables for cmake build system on WindowsHEADmasterRalf Habacker1-3/+3
2017-12-04_dbus_test_oom_handling: print TAP diagnosticsSimon McVittie1-8/+14
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-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-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 McVittie1-6/+0
2017-11-15tests: Remove leftover references to valid-messages directorySimon McVittie1-6/+0
2017-11-15Remove test data in the "message builder" domain-specific languageSimon McVittie1-7/+1
2017-11-15_dbus_test_diag: Flush stdout after each diagnosticSimon McVittie1-0/+1
2017-11-15test-dbus: Produce machine-readable TAP outputSimon McVittie5-37/+186
2017-11-15bus: Silence the output of the test services when doing OOM testingSimon McVittie2-13/+26
2017-11-15bus: Silence most log messages when testing OOM handlingSimon McVittie5-11/+18
2017-11-15Unix: Flush stdout and stderr streams before forkingSimon McVittie3-1/+27
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie22-418/+426
2017-11-15Use _dbus_test_fatal to include more detail in test failure diagnosticsSimon McVittie5-112/+37
2017-11-15Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie11-47/+56
2017-11-15Add utility functions to emit TAP diagnostics and fatal errorsSimon McVittie3-0/+123
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 McVittie1-1/+0
2017-11-07DBusNonceFile: Don't rely on caller preallocating the objectSimon McVittie3-49/+67
2017-11-07_dbus_accept_with_noncefile: Don't leak nonceSimon McVittie1-5/+17
2017-11-07do_noncefile_create: Avoid freeing uninitialized memory on errorSimon McVittie1-0/+6
2017-11-07do_check_nonce: Don't free uninitialized memory on OOMSimon McVittie1-0/+14
2017-11-07tests: Assert that _DBUS_STRING_DEFINE_STATIC looks as expectedSimon McVittie1-0/+12
2017-11-07_DBUS_STRING_DEFINE_STATIC: Don't include zero termination in lengthSimon McVittie1-1/+1
2017-11-06_dbus_asv_add_object_path: AddSimon McVittie2-0/+39
2017-10-23build: Don't distribute versioninfo.rc in "make dist" tarballsSimon McVittie1-1/+7
2017-10-18Update versioninfo.rc.inRalf Habacker1-11/+18
2017-10-17Windows: Stop manipulating line numbering in versioninfo.rcSimon McVittie1-4/+0
2017-10-09Windows: Simplify compiling versioninfo.rc by using libtool facilitiesSimon McVittie1-17/+5
2017-09-29unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2-7/+7
2017-09-28build: Remove unused variablesSimon McVittie1-8/+1
2017-09-28dbus: Actually link versioninfo.o into libdbusSimon McVittie1-0/+1
2017-09-28dbus: Clarify why we are not just adding the resource file to SOURCESSimon McVittie1-1/+6
2017-09-28dbus: Make SUFFIXES more specificSimon McVittie1-1/+1
2017-09-27sysdeps: Stop pretending _dbus_set_signal_handler is portable to WindowsSimon McVittie3-18/+6
2017-09-27Make sure non-aborting signal handlers save and restore errnoSimon McVittie1-0/+6