summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* _dbus_string_skip_blank(): Let the final assert follow the previous searchRalf Habacker2023-02-081-1/+1
* dbus-marshal-byteswap: Byte-swap Unix fd indexes if neededSimon McVittie2022-10-051-5/+1
* dbus_message_demarshal: Set error if we can't allocate the loaderSimon McVittie2022-10-051-3/+6
* dbus-marshal-validate: Validate length of arrays of fixed-length itemsSimon McVittie2022-10-051-1/+12
* dbus-marshal-validate: Check brackets in signature nest correctlySimon McVittie2022-10-051-1/+37
* dbus-server-socket: Make unix:tmpdir equivalent to unix:dirSimon McVittie2022-10-021-12/+4
* sysdeps-unix: Diagnose failure to open /proc/self/oom_score_adjSimon McVittie2022-02-251-3/+10
* spawn-unix: Don't log an error if unable to reset Linux OOM scoreSimon McVittie2022-02-251-7/+5
* spawn-unix: On Linux, don't try to increase OOM-killer protectionSimon McVittie2022-02-251-6/+49
* sysdeps-unix: Factor out _dbus_reset_oom_score_adjSimon McVittie2022-02-253-16/+71
* spawn-unix: Correct indentationSimon McVittie2022-02-251-1/+1
* 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