summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysdeps-unix: On MSG_CTRUNC, close the fds we did receiveSimon McVittie2020-06-021-12/+20
* cmake: build and install dbus-uuidgen on non Windows platformsRalf Habacker2020-04-291-0/+2
* Fix return type and usage of WSAWaitForMultipleEvents()Ralf Habacker2020-04-291-3/+3
* Add debug output functions for _dbus_poll_xx() functionsRalf Habacker2020-04-291-0/+148
* Fix bug not detecting out of memory condition in _dbus_poll_events ()Ralf Habacker2020-04-291-5/+19
* Separate the event based implementation for _dbus_poll() from the fd based oneRalf Habacker2020-04-291-20/+48
* dbus_poll(): Remove debug output to make room for a better implementationRalf Habacker2020-04-291-106/+0
* In dbus_get_autolaunch_address() return all errors as dbus errorRalf Habacker2020-04-271-3/+5
* Fix indention in _dbus_get_autolaunch_address()Ralf Habacker2020-04-271-7/+7
* _dbus_verbose_real: Use the Python convention for quoting potentially multi-l...Ralf Habacker2020-04-272-8/+25
* test: Move TAP helpers into dbus-testutils if embedded tests are disabledSimon McVittie2020-04-204-20/+29
* _dbus_test_check: Wrap body of macro in do/whileSimon McVittie2020-04-201-1/+4
* Merge branch 'fix-poll-header' into 'master'Simon McVittie2020-04-012-8/+8
|\
| * sysdeps: use POSIX poll.h instead of sys/poll.hNatanael Copa2020-03-262-8/+8
* | _dbus_generate_random_bytes: use getrandom(2)Natanael Copa2020-03-261-3/+20
|/
* Merge branch 'mr143-refactoring' into 'master'Ralf Habacker2020-03-111-5/+5
|\
| * sysdeps-win: Refactor cleanup of struct addrinfo during connect()mr143-refactoringSimon McVittie2020-03-111-5/+5
* | Merge branch 'non-posix-getwpnam-r' into 'master'Simon McVittie2020-03-112-15/+6
|\ \
| * | build: Drop support for non-POSIX getpwnam_r(), getgrnam_r()Simon McVittie2018-11-192-15/+6
* | | sysdeps-unix: Don't leak struct addrinfo on OOM during connect()Simon McVittie2020-03-111-3/+5
| |/ |/|
* | Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_...Ralf Habacker2020-03-101-0/+2
* | In _dbus_verbose_real() avoid possible stack overflows on output to the Windo...Ralf Habacker2020-02-203-9/+55
* | Update copyright year in file template for version info on WindowsRalf Habacker2020-02-201-1/+1
* | Make template file for version info under Windows utf-8 compliantRalf Habacker2020-02-201-1/+4
* | Add a trivial sanity-check for the atomic primitivesRalf Habacker2019-12-131-0/+2
* | _dbus_modify_sigpipe: be thread-safeSimon McVittie2019-12-124-5/+70
* | various: comment static variables that are locked or otherwise OKSimon McVittie2019-12-1210-3/+24
* | doxygen: fix example for dbus_message_append_argsFelipe Franciosi2019-09-231-4/+10
* | Merge branch 'break-out-more-tests' into 'master'Simon McVittie2019-07-038-907/+13
|\ \
| * | tests: Move userdb test out of libdbusSimon McVittie2019-07-032-56/+0
| * | tests: Move mempool test out of libdbusSimon McVittie2019-07-032-200/+2
| * | tests: Move address test out of libdbusSimon McVittie2019-07-032-183/+3
| * | tests: Move _dbus_sha_test outside libdbusSimon McVittie2019-07-033-466/+1
| * | Introduce a new macro to export symbols solely for testsSimon McVittie2019-07-032-2/+7
* | | Merge branch 'malloc-fail-diags' into 'master'Simon McVittie2019-07-031-3/+3
|\ \ \