summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Use linux related code also on Windows61922Ralf Habacker5-187/+236
2018-03-08Add pdf to supported docbook output format (requires xsltproc and fop)Ralf Habacker1-21/+37
2018-03-08Refactor docbook support for cmake build systemRalf Habacker4-103/+174
2018-03-08_dbus_connect_tcp_socket_with_nonce: Combine all connect() errorsSimon McVittie1-4/+31
2018-03-08_dbus_connect_tcp_socket_with_nonce: Always goto outSimon McVittie1-7/+12
2018-03-08_dbus_listen_tcp_socket: Treat bind() failures as non-fatalSimon McVittie1-21/+125
2018-03-08_dbus_listen_tcp_socket: Set more specific IP-related errorsSimon McVittie1-6/+42
2018-03-08_dbus_append_address_from_socket: Factor out inet_sockaddr_to_stringSimon McVittie1-19/+83
2018-03-08_dbus_append_address_from_socket: Correct misleading error messageSimon McVittie1-1/+1
2018-03-08_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
2018-02-08Start towards 1.13.2Simon McVittie2-1/+6
2018-02-081.13.0Simon McVittie2-5/+11
2018-02-08Add NEWS for #104925Simon McVittie1-0/+2
2018-02-08doc: Fix bracket escaping in Ducktype API design filePhilip Withnall1-22/+22
2018-02-08Add NEWS for #102839Simon McVittie1-0/+7
2018-02-06Add new test for waiting on pending calls in threadsSimon McVittie3-0/+307
2018-02-06test_try_connect_to_bus: Allow skipping the use of a DBusLoopSimon McVittie1-1/+1
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