summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Initial docbook support for generating html helpxsltproc-docbook-supportRalf Habacker1-3/+17
2018-03-21Fixup of bug 99751Ralf Habacker1-1/+1
2018-03-21Add pdf to supported docbook output format (requires xsltproc and fop)Ralf Habacker1-21/+37
2018-03-21Refactor docbook support for cmake build systemRalf Habacker4-103/+174
2018-03-21Keep gcc cmake warnings in sync with autotoolsRalf Habacker1-12/+35
2018-03-21Add clang-format supportRalf Habacker3-0/+105
2018-03-21Add support for auto shutdown dbus-daemon after last client disconnects on Wi...Ralf Habacker8-5/+100
2018-03-21Add integration config file support.Ralf Habacker11-28/+452
2018-03-20bus_connection_get_unix_groups: NULL-check *groups, not groupsRalf Habacker1-1/+1
2018-03-20Fix using uninitialized value "name" in _dbus_combine_tcp_errorsRalf Habacker1-1/+1
2018-03-19Add actual used ip family to --print-address output in case of listening on tcpRalf Habacker4-4/+34
2018-03-19cmake: Fold GObject detection into GLib detectionSimon McVittie5-61/+9
2018-03-15NEWS for #105460Simon McVittie1-0/+9
2018-03-15Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0)Daniel Wendt7-22/+45
2018-03-13Update NEWS for fd.o#61922, #103387Simon McVittie1-0/+23
2018-03-12DBusSocket helpers: Declare as _DBUS_GNUC_WARN_UNUSED_RESULTSimon McVittie1-0/+7
2018-03-12Add version info to installed executables for cmake build system on WindowsRalf Habacker6-15/+80
2018-03-12Windows _dbus_connect_tcp_socket_with_nonce: Simplify initialization of varia...Ralf Habacker1-10/+1
2018-03-12Remove obsolete call to _dbus_string_free() in unix variant of _dbus_connect_...Ralf Habacker1-1/+0
2018-03-12Windows _dbus_listen_tcp_socket: Set socket options SO_REUSEADDR and TCP_NODELAYRalf Habacker1-0/+18
2018-03-12Windows _dbus_listen_tcp_socket: Use AF_UNSPEC if family is unspecifiedRalf Habacker1-1/+1
2018-03-12Windows _dbus_connect_tcp_socket_with_nonce: Keep error code for 'Unknown add...Ralf Habacker1-1/+1
2018-03-12Windows _dbus_connect_tcp_socket_with_nonce: Combine all connect() errorsRalf Habacker1-15/+49
2018-03-12Windows _dbus_listen_tcp_socket: Treat bind() failures as non-fatalRalf Habacker1-32/+77
2018-03-10Unix _dbus_connect_tcp_socket_with_nonce: Combine all connect() errorsSimon McVittie1-4/+33
2018-03-10Unix _dbus_connect_tcp_socket_with_nonce: Always goto outSimon McVittie1-7/+12
2018-03-09sysdeps-unix: Treat bind() failures as non-fatalSimon McVittie3-21/+131
2018-03-09sysdeps-unix: Set more specific IP-related errors when listeningSimon McVittie3-6/+50
2018-03-09_dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie3-19/+121
2018-03-09Windows: Target Windows Vista or higherSimon McVittie3-6/+5
2018-03-09_dbus_get_low_level_socket_errno: AddSimon McVittie3-0/+30
2018-03-09_dbus_append_address_from_socket: Correct misleading error messageSimon McVittie1-1/+1
2018-03-09_dbus_append_address_from_socket: Make control flow clearerSimon McVittie1-11/+44
2018-03-06Add _dbus_clear_loop and _dbus_clear_watchLaurent Bigonville2-0/+14
2018-03-02Update NEWS for fd.o #103737, #104641Simon McVittie1-1/+13
2018-03-02bus driver: Use DBusCredentials to fill credentials structureSimon McVittie4-49/+44
2018-03-02sysdeps: Document what _dbus_credentials_new_from_current_process hasSimon McVittie2-3/+9
2018-03-02bus: Get loginfo string bits from DBusCredentialsSimon McVittie1-19/+25
2018-03-02bus: Try to get groups directly from credentials, not userdbSimon McVittie1-0/+32
2018-03-02loopback test: Display credentials receivedSimon McVittie1-0/+28
2018-03-02DBusCredentials: Add _dbus_clear_credentials()Simon McVittie1-0/+7
2018-03-02credentials: Add test coverage for stringificationSimon McVittie1-1/+68
2018-03-02_dbus_credentials_to_string_append: Remove useless join = FALSESimon McVittie1-4/+0
2018-03-02credentials: Add test coverage for groupsSimon McVittie1-7/+83
2018-03-02sysdeps: Get complete group vector from Linux SO_PEERGROUPS if possibleSimon McVittie4-0/+262
2018-03-02DBusTransport, DBusConnection: Add internal getter for the credentialsSimon McVittie4-0/+40
2018-03-02bus: Also tell systemd before we shut downSimon McVittie4-0/+19
2018-03-02bus: Also tell systemd when we're reloadingSimon McVittie4-0/+41
2018-03-02bus: Notify systemd when we are readySimon McVittie6-0/+24
2018-03-02bus: Don't pass systemd environment variables to activated servicesSimon McVittie1-0/+30