summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Capture a fake reply if a broadcast cannot be deliveredSimon McVittie3-4/+37
2015-02-04Capture all messages received or sent, and send them to monitorsSimon McVittie6-34/+417
2015-02-04Add support for morphing a D-Bus connection into a "monitor"Simon McVittie5-1/+199
2015-02-04Merge branch 'dbus-1.8'Simon McVittie0-0/+0
2015-02-04NEWS for 1.8 branchSimon McVittie1-1/+7
2015-02-04_dbus_listen_tcp_socket: comment on another reason to ignore EADDRINUSESimon McVittie1-3/+12
2015-02-04_dbus_listen_tcp_socket: use NI_NUMERICSERV to determine port numberSimon McVittie1-1/+1
2015-02-04Provide appropriate DBUS_USER and DBUS_TEST_USER under CMakeRalf Habacker2-3/+6
2015-02-04Link tests to test-utils-glib.c under CMake tooRalf Habacker1-1/+9
2015-02-04dbus-monitor: use common code from dbus-test-toolSimon McVittie3-13/+12
2015-02-031.9.9Simon McVittie2-1/+6
2015-02-031.9.8 development releaseSimon McVittie2-4/+6
2015-02-03Treat root as a valid candidate for TEST_USER_MESimon McVittie2-15/+4
2015-02-03NEWSSimon McVittie1-0/+8
2015-02-03Add a regression test for systemd activationSimon McVittie8-0/+363
2015-02-03bus_context_log_and_set_error: add and useSimon McVittie4-25/+39
2015-02-03_dbus_set_error_valist: addSimon McVittie2-6/+24
2015-02-03bus_context_log_literal: add simplified version of bus_context_logSimon McVittie2-1/+24
2015-02-03bus: put the printf attribute in the header where it will do more goodSimon McVittie2-4/+1
2015-02-03bus driver: factor out bus_driver_check_caller_is_privileged, and allow rootSimon McVittie2-32/+110
2015-02-03Add a test for uid-controlled permissionsSimon McVittie5-0/+311
2015-02-03Add infrastructure to run bits of tests under an alternative uidSimon McVittie5-12/+153
2015-02-03test: implement GLib-style "installed tests"Simon McVittie2-6/+34
2015-02-03Generate test configuration files via build-time sed, not configureSimon McVittie2-25/+64
2015-02-03Factor out some utility functions from test/dbus-daemon*Simon McVittie7-350/+330
2015-02-03Bump required GLib version to 2.36Simon McVittie3-9/+2
2015-02-03Update .gitignore filesLukasz Skalski3-0/+6
2015-02-02NEWSSimon McVittie1-1/+31
2015-02-02lcov: use builddir, not srcdirSimon McVittie1-2/+2
2015-02-02Enable subdir-objects Automake optionSimon McVittie1-1/+1
2015-02-02bus: exit on fatal errors even if not sysloggingSimon McVittie1-0/+4
2015-01-30Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker1-2/+14
2015-01-30In _dbus_listen_tcp_socket() set socket family to ipv4 in unspecified case fo...Ralf Habacker1-1/+1
2015-01-30Add manual tcp test case.Ralf Habacker3-1/+57
2015-01-29_dbus_string_append_printf_valist: avoid leaking copy of varargsSimon McVittie1-5/+6
2015-01-27Use pygi instead of pygobject 2Simon McVittie3-9/+9
2015-01-27Fix build with --enable-maintainer-mode --disable-embedded-testsThiago Macieira1-0/+2
2015-01-06When generating random messages, exercise empty signature as intendedSimon McVittie1-1/+1
2015-01-06_dbus_marshal_validate_test: test both /foo/ and foo/Simon McVittie1-1/+1
2015-01-06selinux: avoid leaking on systems where va_start allocates memorySimon McVittie1-1/+3
2015-01-06Fix assertion in regression test to be equality test, not assignmentSimon McVittie1-1/+1
2015-01-05Merge branch 'dbus-1.8'Simon McVittie0-0/+0
2015-01-05Merge tag 'dbus-1.9.6'Simon McVittie6-5/+200
2015-01-051.8.15Simon McVittie2-1/+6
2015-01-05Merge tag 'dbus-1.8.14' into dbus-1.8Simon McVittie6-6/+196
2015-01-05Fix usage of undefined variable DBUS_WIN32 on cmake build systemRalf Habacker1-1/+1
2015-01-05Merge branch 'dbus-1.8'Ralf Habacker3-2/+6
2015-01-05Windows cmake cross compile fixRalf Habacker1-1/+1
2015-01-05Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Ralf Habacker1-0/+4
2015-01-01Merge branch 'dbus-1.8' and prepare 1.9.6Simon McVittie7-7/+197