summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* internals: Use Standard C offsetof macro if availableSimon McVittie2021-12-171-0/+5
* disable fork-malloc-exec for non-glibc-systemsJean-Louis Fuchs2021-12-171-1/+1
* sysdeps: Don't raise RLIMIT_NOFILE beyond OPEN_MAX on macOSWilliam Earley2021-12-171-1/+8
* userdb: Reference-count DBusUserInfo, DBusGroupInfoSimon McVittie2020-07-024-27/+86
* userdb: Make lookups return a const pointerSimon McVittie2020-07-023-9/+13
* Solaris and derivatives do not adjust cmsg_len on MSG_CTRUNCAndy Fiddaman2020-07-021-1/+20
* sysdeps-unix: On MSG_CTRUNC, close the fds we did receiveSimon McVittie2020-06-021-12/+20
* doxygen: fix example for dbus_message_append_argsFelipe Franciosi2020-04-201-4/+10
* test: Add basic test coverage for DBUS_COOKIE_SHA1Simon McVittie2019-06-094-3/+159
* auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie2019-06-091-0/+32
* bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-05-133-30/+40
* Merge branch '1-12-logical-op' into 'dbus-1.12'Simon McVittie2019-04-171-0/+8
|\
| * _dbus_get_is_errno_eagain_or_ewouldblock: Avoid warningDavid King2019-04-171-0/+8
* | Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-04-171-1/+1
|/
* CONTRIBUTING: Reformat as MarkdownSimon McVittie2018-12-041-1/+1
* Rename HACKING to CONTRIBUTINGSimon McVittie2018-12-041-2/+2
* build: Never use poll() on Darwin family (macOS, etc.) or InterixSimon McVittie2018-11-161-0/+26
* sysdeps-win: Print word-size-dependent offset correctlyRalf Habacker2018-10-041-1/+1
* 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
|\