summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* build: Don't distribute versioninfo.rc in "make dist" tarballsSimon McVittie2017-10-231-1/+7
* Update versioninfo.rc.inRalf Habacker2017-10-181-11/+18
* Windows: Stop manipulating line numbering in versioninfo.rcSimon McVittie2017-10-171-4/+0
* Windows: Simplify compiling versioninfo.rc by using libtool facilitiesSimon McVittie2017-10-091-17/+5
* unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2017-09-292-7/+7
* build: Remove unused variablesSimon McVittie2017-09-281-8/+1
* dbus: Actually link versioninfo.o into libdbusSimon McVittie2017-09-281-0/+1
* dbus: Clarify why we are not just adding the resource file to SOURCESSimon McVittie2017-09-281-1/+6
* dbus: Make SUFFIXES more specificSimon McVittie2017-09-281-1/+1
* sysdeps: Stop pretending _dbus_set_signal_handler is portable to WindowsSimon McVittie2017-09-273-18/+6
* Make sure non-aborting signal handlers save and restore errnoSimon McVittie2017-09-271-0/+6
* Deprecate the pam_console/pam_foreground flag-file directorySimon McVittie2017-09-251-1/+4
* unix: Reduce log level for DBUS_SYSTEM_LOG_INFO to LOG_INFOSimon McVittie2017-09-251-1/+1
* Merge branch 'dbus-1.10'Simon McVittie2017-08-151-4/+5
|\
| * Fix -Werror=declaration-after-statement build failure on SolarisAlan Coopersmith2017-08-151-4/+5
| * sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering2017-08-151-1/+1
| * dbus_message_iter_open_container: Don't leak signature on failureSimon McVittie2017-07-051-9/+16
| * dbus_message_iter_append_basic: Don't leak signature if appending fd failsSimon McVittie2017-07-051-3/+9
| * dbus_message_append_args_valist: Don't leak memory on inappropriate typeSimon McVittie2017-07-051-0/+1
| * transport: Don't pile up errors for semicolon-separated componentsSimon McVittie2017-06-271-0/+3
| * Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA2017-06-271-0/+2
* | Implement dbus_clear_connection(), etc.Simon McVittie2017-07-308-0/+138
* | build: Clean up DBUS_COOKIE_SHA1 keyringsSimon McVittie2017-07-281-0/+3
* | userdb: Respect $HOME for the home directory of our own uidSimon McVittie2017-07-282-1/+12
* | policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie2017-07-282-0/+17
* | DBusMainLoop: ensure all required timeouts are restartedMichal Koutný2017-07-201-3/+0
* | message: Add DBusVariant, a way to copy a single message itemSimon McVittie2017-07-052-0/+257
* | DBusMessageIter: Add a function to abandon possibly-zero-filled iteratorsSimon McVittie2017-07-052-1/+142
* | DBusMessageIter: Zero out the iterator on failureSimon McVittie2017-07-051-2/+28
* | DBusMessageIter: Clarify the APISimon McVittie2017-07-052-3/+21
* | internals: Make a minimal _dbus_test_oom_handling() universally availableSimon McVittie2017-07-051-2/+5
* | dbus_message_iter_open_container: Don't leak signature on failureSimon McVittie2017-07-051-9/+16
* | dbus_message_iter_append_basic: Don't leak signature if appending fd failsSimon McVittie2017-07-051-3/+9
* | _dbus_message_iter_open_signature: Clarify why this is not leakySimon McVittie2017-07-051-0/+3
* | dbus_message_append_args_valist: Don't leak memory on inappropriate typeSimon McVittie2017-07-051-0/+1
* | _dbus_marshal_validate_test: Uncomment commented-out test coverageSimon McVittie2017-07-051-4/+3
* | _dbus_marshal_validate_test: Merge two sets of signature validity checksSimon McVittie2017-07-051-53/+9
* | internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-054-17/+5
* | Remove now-unused _dbus_validate_signature()Simon McVittie2017-07-043-41/+12
* | Remove now-unused _dbus_check_is_valid_signature()Simon McVittie2017-07-042-4/+0
* | DBusMessage: Stop using _dbus_check_is_valid_signature()Simon McVittie2017-07-041-3/+30
* | _dbus_message_set_signature: Delete unused functionSimon McVittie2017-07-041-44/+0
* | build: Introduce ${runstatedir} and use it for the pid fileSimon McVittie2017-06-301-0/+1
* | Add unix:dir=/something addressesSimon McVittie2017-06-291-12/+20
* | Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA2017-06-271-0/+2
* | Refer to dbus_try_get_local_machine_id() in doc-commentsSimon McVittie2017-06-082-2/+2
* | Add dbus_try_get_local_machine_id()Simon McVittie2017-06-082-19/+51
* | Make _dbus_get_local_machine_uuid_encoded() properly failableSimon McVittie2017-06-083-30/+41
* | uuidgen: Remove unimplemented declarationSimon McVittie2017-06-081-3/+0
* | test/dbus-daemon: Exercise the Peer interfaceSimon McVittie2017-06-081-0/+1