summaryrefslogtreecommitdiff
path: root/bus/signals.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2005-02-17 Colin Walters <walters@verbum.org>Colin Walters2005-02-171-2/+2
* 2005-01-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-181-4/+4
* 2005-01-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-151-5/+6
* * bus/signals.c (bus_match_rule_parse): validate the components ofOlivier Andrieu2004-09-271-48/+59
* 2004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-08-101-1/+1
* 2003-12-02 Richard Hult <richard@imendio.com>Richard Hult2003-12-021-1/+1
* 2003-11-26 Mikael Hallendal <micke@imendio.com>Mikael Hallendal2003-11-271-2/+6
* 2003-10-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-10-161-7/+29
* 2003-10-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-10-101-0/+9
* 2003-10-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-10-101-12/+611
* 2003-09-23 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-09-231-1/+5
* 2003-09-21 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-09-211-0/+774