summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus-marshal-byteswap: Byte-swap Unix fd indexes if neededSimon McVittie2022-10-051-5/+1
* dbus-marshal-validate: Validate length of arrays of fixed-length itemsSimon McVittie2022-10-051-1/+12
* dbus-marshal-validate: Check brackets in signature nest correctlySimon McVittie2022-10-051-1/+37
* dbus-server-socket: Make unix:tmpdir equivalent to unix:dirSimon McVittie2022-10-021-12/+4
* Fix building on Mac OSX when using launchdRalf Habacker2022-09-131-0/+1
* dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2022-09-131-4/+1
* sysdeps: Only open oom_score_adj read/write if we need to write itSimon McVittie2022-09-131-3/+23
* sysdeps-unix: check fd before calling _dbus_fd_set_close_on_exec()Mike Gilbert2022-09-131-1/+2
* cmake: Detect backtrace() support on platforms such as FreeBSDAlex Richardson2022-09-131-0/+4
* 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