summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus-transport-socket: Correctly print DBusSocket with DBUS_SOCKET_FORMATRalf Habacker2018-10-041-1/+1
* Do not apply __attribute__((__malloc__)) to dbus_realloc()Simon McVittie2018-08-301-1/+0
* server-unix: Don't leak address of systemd server on successSimon McVittie2018-08-291-0/+1
* validate_body_helper: Bounds-check before validating booleansSimon McVittie2018-08-021-2/+7
* nonce: Don't try to rmdir(NULL) on OOMSimon McVittie2018-08-021-1/+1
* dbus_server_listen: Don't leak first_connect_errorSimon McVittie2018-08-021-0/+1
* sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie2018-08-021-4/+6
* sysdeps-unix: Handle errors from getaddrinfo correctlySimon McVittie2018-06-041-5/+65
* DBusPendingCall: Improve doc-comments around completed flagSimon McVittie2018-02-061-2/+19
* DBusPendingCall: Only update ->completed under the connection lockManish Narang2018-02-063-7/+20
* DBusConnection: Pass a pending call around more oftenManish Narang2018-02-061-1/+1
* _dbus_server_new_for_socket: Iterate over arrays as intendedSimon McVittie2017-11-271-4/+4
* _dbus_listen_tcp_socket: Don't rely on dbus_realloc setting errnoSimon McVittie2017-11-241-4/+2
* _dbus_server_new_for_socket: Properly disconnect during error unwindingSimon McVittie2017-11-243-14/+38
* _dbus_server_new_for_socket: Invalidate watches during error unwindingSimon McVittie2017-11-241-0/+1
* _dbus_accept_with_noncefile: Don't leak nonceSimon McVittie2017-11-071-5/+17
* do_noncefile_create: Avoid freeing uninitialized memory on errorSimon McVittie2017-11-071-0/+6
* do_check_nonce: Don't free uninitialized memory on OOMSimon McVittie2017-11-071-0/+14
* 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