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