summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2018-12-04CONTRIBUTING: Reformat as MarkdownSimon McVittie1-1/+1
2018-12-04Rename HACKING to CONTRIBUTINGSimon McVittie1-2/+2
2018-11-16build: Never use poll() on Darwin family (macOS, etc.) or InterixSimon McVittie1-0/+26
2018-10-04sysdeps-win: Print word-size-dependent offset correctlyRalf Habacker1-1/+1
2018-10-04dbus-transport-socket: Correctly print DBusSocket with DBUS_SOCKET_FORMATRalf Habacker1-1/+1
2018-08-30Do not apply __attribute__((__malloc__)) to dbus_realloc()Simon McVittie1-1/+0
2018-08-29server-unix: Don't leak address of systemd server on successSimon McVittie1-0/+1
2018-08-02validate_body_helper: Bounds-check before validating booleansSimon McVittie1-2/+7
2018-08-02nonce: Don't try to rmdir(NULL) on OOMSimon McVittie1-1/+1
2018-08-02dbus_server_listen: Don't leak first_connect_errorSimon McVittie1-0/+1
2018-08-02sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie1-4/+6
2018-06-04sysdeps-unix: Handle errors from getaddrinfo correctlySimon McVittie1-5/+65
2018-02-06DBusPendingCall: Improve doc-comments around completed flagSimon McVittie1-2/+19
2018-02-06DBusPendingCall: Only update ->completed under the connection lockManish Narang3-7/+20
2018-02-06DBusConnection: Pass a pending call around more oftenManish Narang1-1/+1
2017-11-27_dbus_server_new_for_socket: Iterate over arrays as intendedSimon McVittie1-4/+4
2017-11-24_dbus_listen_tcp_socket: Don't rely on dbus_realloc setting errnoSimon McVittie1-4/+2
2017-11-24_dbus_server_new_for_socket: Properly disconnect during error unwindingSimon McVittie3-14/+38
2017-11-24_dbus_server_new_for_socket: Invalidate watches during error unwindingSimon McVittie1-0/+1
2017-11-07_dbus_accept_with_noncefile: Don't leak nonceSimon McVittie1-5/+17
2017-11-07do_noncefile_create: Avoid freeing uninitialized memory on errorSimon McVittie1-0/+6
2017-11-07do_check_nonce: Don't free uninitialized memory on OOMSimon McVittie1-0/+14
2017-10-23build: Don't distribute versioninfo.rc in "make dist" tarballsSimon McVittie1-1/+7
2017-10-18Update versioninfo.rc.inRalf Habacker1-11/+18
2017-10-17Windows: Stop manipulating line numbering in versioninfo.rcSimon McVittie1-4/+0
2017-10-09Windows: Simplify compiling versioninfo.rc by using libtool facilitiesSimon McVittie1-17/+5
2017-09-29unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2-7/+7
2017-09-28build: Remove unused variablesSimon McVittie1-8/+1
2017-09-28dbus: Actually link versioninfo.o into libdbusSimon McVittie1-0/+1
2017-09-28dbus: Clarify why we are not just adding the resource file to SOURCESSimon McVittie1-1/+6
2017-09-28dbus: Make SUFFIXES more specificSimon McVittie1-1/+1
2017-09-27sysdeps: Stop pretending _dbus_set_signal_handler is portable to WindowsSimon McVittie3-18/+6
2017-09-27Make sure non-aborting signal handlers save and restore errnoSimon McVittie1-0/+6
2017-09-25Deprecate the pam_console/pam_foreground flag-file directorySimon McVittie1-1/+4
2017-09-25unix: Reduce log level for DBUS_SYSTEM_LOG_INFO to LOG_INFOSimon McVittie1-1/+1
2017-08-15Merge branch 'dbus-1.10'Simon McVittie1-4/+5
2017-08-15Fix -Werror=declaration-after-statement build failure on SolarisAlan Coopersmith1-4/+5
2017-08-15sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering1-1/+1
2017-07-30Implement dbus_clear_connection(), etc.Simon McVittie8-0/+138
2017-07-28build: Clean up DBUS_COOKIE_SHA1 keyringsSimon McVittie1-0/+3
2017-07-28userdb: Respect $HOME for the home directory of our own uidSimon McVittie2-1/+12
2017-07-28policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie2-0/+17
2017-07-20DBusMainLoop: ensure all required timeouts are restartedMichal Koutný1-3/+0
2017-07-05message: Add DBusVariant, a way to copy a single message itemSimon McVittie2-0/+257
2017-07-05DBusMessageIter: Add a function to abandon possibly-zero-filled iteratorsSimon McVittie2-1/+142
2017-07-05dbus_message_iter_open_container: Don't leak signature on failureSimon McVittie1-9/+16
2017-07-05dbus_message_iter_append_basic: Don't leak signature if appending fd failsSimon McVittie1-3/+9
2017-07-05dbus_message_append_args_valist: Don't leak memory on inappropriate typeSimon McVittie1-0/+1
2017-07-05DBusMessageIter: Zero out the iterator on failureSimon McVittie1-2/+28
2017-07-05DBusMessageIter: Clarify the APISimon McVittie2-3/+21