summaryrefslogtreecommitdiff
path: root/bus/signals.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15bus: Silence most log messages when testing OOM handlingSimon McVittie1-1/+2
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie1-12/+13
2017-02-13signals: Add some missing assertions to inline unit testsPhilip Withnall1-0/+3
2016-10-13Print errors parsing match rules correctlySimon McVittie1-2/+2
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-6/+6
2015-11-17monitor: use the addressed_recipient to select matchesSimon McVittie1-3/+12
2015-03-04Trivial -Wsign-compare fixes.Ralf Habacker1-1/+2
2015-02-18Mediation of processes eavesdroppingTyler Hicks1-0/+9
2015-01-06Fix assertion in regression test to be equality test, not assignmentSimon McVittie1-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-25Implement GetAllMatchRules on the Stats interfaceAlban Crequy1-2/+70
2013-10-23Merge branch 'dbus-1.6'Simon McVittie1-1/+29
2013-10-23path_namespace='/' should match everythingSimon McVittie1-1/+29
2013-08-23Cleanup: polish verbose mode checkingChengwei Yang1-2/+0
2013-06-28tests to embedded tests: replaced in dbus-daemonChengwei Yang1-3/+3
2011-07-11Do not allow eavedropping unless rule owner explicitely declare itCosimo Alfarano1-0/+93
2011-06-24match_rule_to_string: don't reinvent dbus_message_type_to_stringSimon McVittie1-30/+3
2011-04-07Check parsing (or otherwise) of path_namespace in match rulesSimon McVittie1-0/+18
2011-04-07Remove support for trailing "." on arg0namespaceSimon McVittie1-52/+11
2011-04-07Rename path_prefix to path_namespace and disallow trailing '/'Simon McVittie1-93/+45
2011-04-07path_prefix: anchor matches at path-component boundaries, and give examplesSimon McVittie1-1/+13
2011-04-07Add path_prefix match ruleDavid Zeuthen1-0/+168
2011-04-07Merge remote-tracking branch 'wjt/arg0namespace' into arg0namespace-24317Simon McVittie1-22/+338
2011-01-31Implement message type in match_rule_to_stringAlban Crequy1-3/+30
2011-01-17bus_matchmaker_new: free matchmaker itself, on OOMChristian Dywan1-0/+1
2010-11-23Validate arg0namespace matches' values.Will Thompson1-0/+68
2010-11-23Supporting matching argument 0 as a namespaceWill Thompson1-17/+152
2010-11-21Support matching path arguments with argXpathWill Thompson1-10/+24
2010-11-21Add test cases for argXpath matchingWill Thompson1-3/+102
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+2
2010-01-05Rename DBusConnection *disconnected param to connectionWill Thompson1-8/+8
2010-01-05Group match rules by their interface.Will Thompson1-53/+239
2010-01-05Extract rule_list_remove_by_connectionWill Thompson1-37/+45
2010-01-05Extract freeing a DBusList<BusMatchRule>Will Thompson1-12/+14
2010-01-05Don't bother re-matching features we've checked.Will Thompson1-11/+18
2010-01-05Index match rules by message typeWill Thompson1-78/+139
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2007-09-20Add argument path matching support. Bug #11066.Ryan Lortie1-22/+97
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2006-12-12* bus/signal.c: Fix match_rule_equal errataJohn (J5) Palmieri1-0/+3
2005-11-22 * configure.in: Add test/name-test/Makefile to the generatedJohn (J5) Palmieri1-1/+1
2005-07-292005-07-29 Havoc Pennington <hp@redhat.com>Havoc Pennington1-5/+533
2005-02-172005-02-17 Colin Walters <walters@verbum.org>Colin Walters1-2/+2
2005-01-182005-01-18 Havoc Pennington <hp@redhat.com>Havoc Pennington1-4/+4
2005-01-152005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-5/+6
2004-09-27* bus/signals.c (bus_match_rule_parse): validate the components ofOlivier Andrieu1-48/+59
2004-08-102004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1