summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Add clang-format supportclang-formatRalf Habacker3-0/+105
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
2018-03-02Start developing 1.13.4Simon McVittie2-1/+6
2018-03-011.13.2Simon McVittie2-4/+6
2018-03-01Avoid -Wunused-function for iterate_both_main_loops() without containersSimon McVittie1-0/+2
2018-02-23Clarify NEWS entry for #105165Simon McVittie1-1/+3
2018-02-20Update NEWS for #105165Simon McVittie1-0/+6
2018-02-20Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie7-15/+141
2018-02-20cmake: Check for getrlimit, setrlimitSimon McVittie2-0/+4
2018-02-20bus: raise fd limits before dropping privsDavid King1-2/+5
2018-02-20Update NEWS for fd.o #101899Simon McVittie1-1/+6
2018-02-16test/containers: Test the new header fieldSimon McVittie1-0/+118
2018-02-16containers: Add a method to ask to be sent the connection instance headerSimon McVittie5-1/+78
2018-02-16DBusMessage: Add a header field for the container instanceSimon McVittie6-3/+76
2018-02-16bus_transaction_send: Take sender and destination connectionsSimon McVittie3-17/+18