summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | tests: Improve diagnostics for malloc-failure testsSimon McVittie2019-07-021-3/+3
| |/ /
* | | Merge branch 'auth-idempotent' into 'master'Simon McVittie2019-07-031-2/+17
|\ \ \
| * | | auth: Clear GUID from server if out of memorySimon McVittie2019-07-021-2/+17
| |/ /
* | | tests: Improve messages when fd leaks are diagnosedSimon McVittie2019-07-021-0/+3
* | | dbus-message-util: Fix Doxygen annotationsSimon McVittie2019-07-021-1/+3
* | | Move _dbus_check_fdleaks_* from dbus-message-util to testsSimon McVittie2019-07-022-145/+1
|/ /
* | auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie2019-06-091-0/+30
* | Merge branch 'send_destination_prefix' into 'master'Simon McVittie2019-05-302-0/+30
|\ \
| * | DBusString: extend with checking for starting with wordsAdrian Szyndela2019-04-262-0/+30
* | | Merge branch 'unix-gids' into 'master'Simon McVittie2019-05-132-13/+44
|\ \ \ | |/ / |/| |
| * | Add _dbus_asv_add_fixed_arrayMatthijs van Duin2019-03-252-13/+44
* | | bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-183-30/+40
* | | Configure option to disable traditional activationTopi Miettinen2019-03-251-3/+10
|/ /
* | test-spawn-oom: Separate single spawn tests from oom relatedRalf Habacker2019-03-151-1/+1
* | Merge branch 'unused-userdb' into 'master'Simon McVittie2019-01-255-143/+4
|\ \