summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-10bus: Show the errno if inotify cannot be initializedbus-inotify-error-handlingSimon McVittie1-1/+1
2021-12-10bus: Correct check for inotify_init() failureSimon McVittie1-1/+1
2021-12-10Merge branch 'fix-issue-362' into 'master'Simon McVittie1-2/+62
2021-12-10In _dbus_test_main() check if a specified test name is availableRalf Habacker1-0/+23
2021-12-10test/test-utils.c: Add command line option --list-tests to test applicationsRalf Habacker1-0/+16
2021-12-10test/test-utils.c: Add command line option --help to test applicationsRalf Habacker1-2/+23
2021-12-09Merge branch 'fix-issue-360' into 'master'Simon McVittie1-7/+13
2021-12-09Avoid assertation in bus_activation_reload()Ralf Habacker1-7/+13
2021-12-09Fix memory leaks in Windows variant of _dbus_directory_open()Ralf Habacker2-5/+14
2021-12-07Merge branch 'fix-test-dbus-daemon-windows' into 'master'Simon McVittie1-0/+2
2021-12-06tools/ci-build.sh: Double maximum test time when running tests on WindowsRalf Habacker1-0/+2
2021-12-06Merge branch 'fix-issue-357' into 'master'Simon McVittie2-26/+33
2021-12-06Add returning oom error in _dbus_spawn_program() when building for WINCERalf Habacker1-0/+1
2021-12-06Adjust _dbus_spawn_async_with_babysitter() on Windows to follow Unix like OOM...Ralf Habacker1-6/+20
2021-12-06_dbus_decrement_fail_alloc_counter(): Enable out of memory testing on WindowsRalf Habacker1-12/+0
2021-12-06Fix memory leak in protect_argv() in case of memory shortageRalf Habacker1-2/+4
2021-12-06protect_argv(): Only set return variable in success caseRalf Habacker1-6/+8
2021-12-06Merge branch 'windows-error-oom' into 'master'Ralf Habacker1-1/+7
2021-12-03_dbus_win_set_error_from_last_error: Always set the errorSimon McVittie1-1/+7
2021-11-30Fix gcc compile error: redundant redeclaration of ‘environ’ [-Werror=redu...Ralf Habacker1-0/+5
2021-11-30Merge branch 'issue-355' into 'master'Ralf Habacker3-1/+5
2021-11-29Fix MinGW build error: cast between incompatible function types from 'FARPROC...Ralf Habacker1-1/+1
2021-11-29tools/ci-*.sh: Show used command line for CI build scriptsRalf Habacker2-0/+4
2021-11-29Merge branch 'dbus-run-session-refactor' into 'master'Simon McVittie5-76/+145
2021-11-29dbus-spawn-win.c: Refactoring compose_string() and related functions to use D...Ralf Habacker3-59/+112
2021-11-29_dbus_spawn_program(): Add additional parameter to return errorRalf Habacker3-15/+31
2021-11-29_dbus_spawn_program() now returns #NULL for unification in case of errorRalf Habacker2-5/+5
2021-11-29Add _DBUS_GNUC_PRINTF annotation to _dbus_win_set_error_from_last_error()Ralf Habacker1-1/+1
2021-11-29Remove `build:` prefix from jobs to make labels more visible in pipeline pageRalf Habacker1-11/+11
2021-11-26Merge branch 'master' into 'master'Simon McVittie1-5/+16
2021-11-26autotools: use pkg-config instead of AC_PATH_XTRASCOTT-HAMILTON1-5/+16
2021-11-25Merge branch 'issue-354' into 'master'Simon McVittie1-2/+33
2021-11-25dbus-run-session: also catches a server-exit under WindowsRalf Habacker1-2/+33
2021-11-25Fix printf format string in _dbus_win_event_create_inheritable()Ralf Habacker1-1/+1
2021-11-24Merge branch 'clarify-doc-win-code' into 'master'Ralf Habacker1-1/+1
2021-11-24Clarify NULL vs. INVALID_HANDLE_VALUE in _dbus_win_event_free()Ralf Habacker1-1/+1
2021-11-23Merge branch 'dbus-run-session-add-delay' into 'master'Simon McVittie14-33/+314
2021-11-23tools/dbus-run-session.c: use _dbus_win_set_error_from_last_error() on remain...Ralf Habacker3-18/+2
2021-11-23tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker12-14/+128
2021-11-23dbus-sysdeps-win.c: Add helper functions to handle events on WindowsRalf Habacker2-1/+184
2021-11-22Merge branch 'remove-nonexistent-match' into 'master'Simon McVittie4-50/+204
2021-11-22test: Exercise successful and failed RemoveMatch callsSimon McVittie1-21/+144
2021-11-22bus: Separate RemoveMatch into prepare and commit stagesSimon McVittie3-29/+60
2021-11-19Merge branch 'cleanup-autolaunch-win' into 'master'Simon McVittie2-72/+85
2021-11-19dbus/dbus-sysdeps-win.c: Convert the character buffer 'dbus_args' to a DBusSt...Ralf Habacker1-3/+16
2021-11-19dbus/dbus-sysdeps-*win.c: correct indentation when calling functionsRalf Habacker2-54/+54
2021-11-19dbus/dbus-sysdeps-win.c: correction of indentations in _dbus_get_autolaunch_a...Ralf Habacker1-17/+17
2021-11-18Merge branch 'cmake-fix-include-path' into 'master'Ralf Habacker2-5/+4
2021-11-18cmake: In generated cmake support files get value for DBus1_INCLUDE_DIRS vari...Ralf Habacker2-5/+4
2021-11-18Merge branch 'master' into 'master'Ralf Habacker1-0/+1