summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* sysdeps-unix: Diagnose failure to open /proc/self/oom_score_adjSimon McVittie2022-02-221-3/+10
* spawn-unix: Don't log an error if unable to reset Linux OOM scoreSimon McVittie2022-02-221-7/+5
* spawn-unix: On Linux, don't try to increase OOM-killer protectionSimon McVittie2022-02-221-6/+49
* sysdeps-unix: Factor out _dbus_reset_oom_score_adjSimon McVittie2022-02-223-16/+71
* spawn-unix: Correct indentationSimon McVittie2022-02-221-1/+1
* auth: fix a no-memory caseMarc-André Lureau2022-01-211-3/+3
* In _dbus_get_autolaunch_address() avoid uninitialized mutexRalf Habacker2021-12-161-2/+3
* Cleanup zero string length case condition in Windows helper functionsRalf Habacker2021-12-161-7/+30
* Fix "out of memory" handling in _dbus_get_install_root_as_hash()Ralf Habacker2021-12-161-4/+10
* Fix "out of memory" handling in _dbus_get_address_string()Ralf Habacker2021-12-161-14/+38
* _dbus_get_install_root_as_hash() now expects an initialized DBusString instan...Ralf Habacker2021-12-161-6/+21
* _dbus_get_address_string() now expects an initialized DBusString instance as ...Ralf Habacker2021-12-161-5/+41
* Indentation correction of Windows specific utility functionsRalf Habacker2021-12-161-41/+42
* test: Avoid misleading diagnostic when some tests are skippedSimon McVittie2021-12-161-2/+8
* sysdeps: Document _dbus_daemon_unpublish_session_bus_addressSimon McVittie2021-12-152-2/+17
* sysdeps: Make some functions Windows-specificSimon McVittie2021-12-153-12/+4
* internals: Use Standard C offsetof macro if availableSimon McVittie2021-12-131-0/+5
* Disable the Containers interfaceSimon McVittie2021-12-101-2/+0
* Fix memory leaks in Windows variant of _dbus_directory_open()Ralf Habacker2021-12-092-5/+14
* 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
* _dbus_win_set_error_from_last_error: Always set the errorSimon McVittie2021-12-031-1/+7
* Fix MinGW build error: cast between incompatible function types from 'FARPROC...Ralf Habacker2021-11-291-1/+1
* 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-292-5/+27
* _dbus_spawn_program() now returns #NULL for unification in case of errorRalf Habacker2021-11-291-3/+3
* Add _DBUS_GNUC_PRINTF annotation to _dbus_win_set_error_from_last_error()Ralf Habacker2021-11-291-1/+1
* Fix printf format string in _dbus_win_event_create_inheritable()Ralf Habacker2021-11-251-1/+1
* Clarify NULL vs. INVALID_HANDLE_VALUE in _dbus_win_event_free()Ralf Habacker2021-11-241-1/+1
* tools/dbus-run-session.c: use _dbus_win_set_error_from_last_error() on remain...Ralf Habacker2021-11-232-16/+0
* tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker2021-11-232-4/+13
* dbus-sysdeps-win.c: Add helper functions to handle events on WindowsRalf Habacker2021-11-232-1/+184
* 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
* cmake: In generated cmake support files get value for DBus1_INCLUDE_DIRS vari...Ralf Habacker2021-11-181-0/+2
* _dbus_poll_select (): fix concating multiple verbose linesRalf Habacker2020-11-231-1/+1
* Add verbose info to publishing session bus related functionsRalf Habacker2020-11-231-0/+11
* sysdeps: Don't raise RLIMIT_NOFILE beyond OPEN_MAX on macOSWilliam Earley2020-11-061-1/+8
* disable fork-malloc-exec for non-glibc-systemsJean-Louis Fuchs2020-09-281-1/+1
* cmake: make support for traditional activation optionalRalf Habacker2020-09-231-1/+5
* userdb: Reference-count DBusUserInfo, DBusGroupInfoSimon McVittie2020-07-014-27/+86
* userdb: Make lookups return a const pointerSimon McVittie2020-06-303-9/+13
* Solaris and derivatives do not adjust cmsg_len on MSG_CTRUNCAndy Fiddaman2020-06-121-1/+20
* cmake: Add support for systemd integration on Linux operating systemsRalf Habacker2020-06-101-1/+1
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-1010-11/+0
* dbus-protocol.h: fix DBUS_ERROR_SPAWN_NO_MEMORY commentMarc-André Lureau2020-06-101-1/+1