summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-011.9.0dbus-1.9.0Simon McVittie3-12/+39
2014-10-01config: add examples to show how to enable/disable the Stats interfaceAlban Crequy4-1/+42
2014-10-01Enable Stats interface by default; disallow non-root use on system busSimon McVittie2-4/+17
2014-09-25dbus-launch: Fix typo in manpageSebastian Rasmussen1-1/+1
2014-09-25Use ISO C strchr() instead of BSD index()Simon McVittie1-2/+4
2014-09-25match_rule_to_string: add testAlban Crequy1-1/+23
2014-09-25match_rule_to_string: fix escapingAlban Crequy1-14/+51
2014-09-25match_rule_to_string: returns NULL if no memory instead of loopingAlban Crequy1-14/+7
2014-09-25Stats: GetAllMatchRules: add testsAlban Crequy1-14/+150
2014-09-25Implement GetAllMatchRules on the Stats interfaceAlban Crequy5-2/+199
2014-09-25Describe quoting for match rulesSimon McVittie1-0/+26
2014-09-25Fix test suite fails on test-dbus with --enable-tests (but no assertions).Ralf Habacker1-7/+9
2014-09-24Expand documentation of NO_REPLY_EXPECTEDSimon McVittie1-8/+26
2014-09-23inotify: make sure we set the close-on-exec flagSimon McVittie1-0/+6
2014-09-18Build test-bus-system with cmake on non win32 platforms.Ralf Habacker1-1/+15
2014-09-17New test for fd-passingSimon McVittie2-2/+855
2014-09-16Merge branch 'dbus-1.8'Simon McVittie24-77/+402
2014-09-161.8.9Simon McVittie2-1/+6
2014-09-15NEWS for 1.9Simon McVittie1-2/+11
2014-09-15dbus-monitor: more details on file descriptorsAlban Crequy1-1/+158
2014-09-15dbus-monitor: do not leak file descriptors from fd-passingAlban Crequy1-0/+7
2014-09-15Prepare 1.8.8 (embargoed until tomorrow)dbus-1.8.8Simon McVittie2-4/+42
2014-09-15Fix installation of empty directories for cmake build system.Ralf Habacker3-12/+20
2014-09-15Make various system-bus-related things Unix-onlySimon McVittie3-15/+14
2014-09-15Split _dbus_fd_set_close_on_exec into Unix and Windows versionsSimon McVittie5-8/+10
2014-09-15_dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie1-6/+43
2014-09-15Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2-1/+4
2014-09-15bus: enforce pending_fd_timeoutAlban Crequy1-0/+71
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy7-0/+70
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy6-0/+40
2014-09-15config: add new limit: pending_fd_timeoutAlban Crequy5-0/+25
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy8-42/+88
2014-09-15config: change default auth_timeout to 5 secondsAlban Crequy1-1/+1
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie6-18/+11
2014-09-15system bus limit: use max_replies_per_connection=128 by defaultAlban Crequy1-1/+1
2014-09-15Replace some runtime assertions with compile-time assertionsSimon McVittie7-24/+24
2014-09-15Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2-1/+4
2014-09-15Merge branch 'dbus-1.8'Simon McVittie3-1/+25
2014-09-15NEWS for 1.8Simon McVittie1-0/+4
2014-09-15On Linux, call prctl to disable core dumpsSimon McVittie2-1/+21
2014-09-12Merge branch 'dbus-1.8'Simon McVittie2-4/+14
2014-09-12NEWS for 1.8.xSimon McVittie1-0/+7
2014-09-12enable build support without systemd compatibility librariesUmut Tezduyar Lindskog1-4/+7
2014-09-09free_pending_restore_data --> free_restore_pending_dataChengwei Yang1-3/+3
2014-09-08Port dbus_directory_...() function to use win32 native api instead of opendir...Ralf Habacker1-185/+90
2014-09-08Add directory test application 'manual-dir-iter' to cmake and autotools build...Ralf Habacker3-0/+102
2014-09-08Add dbus string convenience function _dbus_string_init_from_string().Ralf Habacker2-0/+20
2014-09-08Improve debug message to be able to see empty files.Ralf Habacker1-1/+1
2014-09-07Merge branch 'dbus-1.8'Ralf Habacker1-4/+9
2014-09-07Fix windows doc for running tests.Ralf Habacker1-4/+9