summaryrefslogtreecommitdiff
path: root/bus/signals.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* bus/signal: fix compilation when only -Dembedded-testsMarc-André Lureau2022-01-211-2/+2
* bus: Separate RemoveMatch into prepare and commit stagesSimon McVittie2021-11-221-19/+41
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-171-1/+1
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-1/+2
* Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie2017-11-151-12/+13
* signals: Add some missing assertions to inline unit testsPhilip Withnall2017-02-131-0/+3
* Print errors parsing match rules correctlySimon McVittie2016-10-131-2/+2
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-6/+6
* monitor: use the addressed_recipient to select matchesSimon McVittie2015-11-171-3/+12
* Trivial -Wsign-compare fixes.Ralf Habacker2015-03-041-1/+2
* Mediation of processes eavesdroppingTyler Hicks2015-02-181-0/+9
* Fix assertion in regression test to be equality test, not assignmentSimon McVittie2015-01-061-1/+1
* Use ISO C strchr() instead of BSD index()Simon McVittie2014-09-251-2/+4
* match_rule_to_string: add testAlban Crequy2014-09-251-1/+23
* match_rule_to_string: fix escapingAlban Crequy2014-09-251-14/+51
* match_rule_to_string: returns NULL if no memory instead of loopingAlban Crequy2014-09-251-14/+7
* Implement GetAllMatchRules on the Stats interfaceAlban Crequy2014-09-251-2/+70
* Merge branch 'dbus-1.6'Simon McVittie2013-10-231-1/+29
|\
| * path_namespace='/' should match everythingSimon McVittie2013-10-231-1/+29
* | Cleanup: polish verbose mode checkingChengwei Yang2013-08-231-2/+0
* | tests to embedded tests: replaced in dbus-daemonChengwei Yang2013-06-281-3/+3
|/
* Do not allow eavedropping unless rule owner explicitely declare itCosimo Alfarano2011-07-111-0/+93
* match_rule_to_string: don't reinvent dbus_message_type_to_stringSimon McVittie2011-06-241-30/+3
* Check parsing (or otherwise) of path_namespace in match rulesSimon McVittie2011-04-071-0/+18
* Remove support for trailing "." on arg0namespaceSimon McVittie2011-04-071-52/+11
* Rename path_prefix to path_namespace and disallow trailing '/'Simon McVittie2011-04-071-93/+45
* path_prefix: anchor matches at path-component boundaries, and give examplesSimon McVittie2011-04-071-1/+13
* Add path_prefix match ruleDavid Zeuthen2011-04-071-0/+168
* Merge remote-tracking branch 'wjt/arg0namespace' into arg0namespace-24317Simon McVittie2011-04-071-22/+338
|\
| * Validate arg0namespace matches' values.Will Thompson2010-11-231-0/+68
| * Supporting matching argument 0 as a namespaceWill Thompson2010-11-231-17/+152
| * Support matching path arguments with argXpathWill Thompson2010-11-211-10/+24
| * Add test cases for argXpath matchingWill Thompson2010-11-211-3/+102
* | Implement message type in match_rule_to_stringAlban Crequy2011-01-311-3/+30
* | bus_matchmaker_new: free matchmaker itself, on OOMChristian Dywan2011-01-171-0/+1
|/
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* Rename DBusConnection *disconnected param to connectionWill Thompson2010-01-051-8/+8
* Group match rules by their interface.Will Thompson2010-01-051-53/+239
* Extract rule_list_remove_by_connectionWill Thompson2010-01-051-37/+45
* Extract freeing a DBusList<BusMatchRule>Will Thompson2010-01-051-12/+14
* Don't bother re-matching features we've checked.Will Thompson2010-01-051-11/+18
* Index match rules by message typeWill Thompson2010-01-051-78/+139
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* Add argument path matching support. Bug #11066.Ryan Lortie2007-09-201-22/+97
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* * bus/signal.c: Fix match_rule_equal errataJohn (J5) Palmieri2006-12-121-0/+3
* * configure.in: Add test/name-test/Makefile to the generatedJohn (J5) Palmieri2005-11-221-1/+1
* 2005-07-29 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-07-291-5/+533