index
:
delta/dbus.git
68852-make-it-easier
RHEL-4
baserock/af-bus
baserock/build-essential
baserock/dbus-1.10.14-capi-patches
baserock/dbus-1.10.6-capi-patches
baserock/dbus-1.8.16-1-g3c05557/genivi/J-1.0
baserock/genivi/G-1.1
baserock/genivi/J-1.0
baserock/genivi/af-bus-master
baserock/genivi/af-bus-morph
baserock/genivi/dbus-1.6-af-bus
baserock/genivi/dbus-1.8.8
baserock/genivi/dbus-1.9.16-1-g92a2d95
baserock/genivi/dbus-1.9.4
baserock/genivi/use-afbus
baserock/morph
baserock/pedroalvarez/dbus-1.11
baserock/ps/update-dlt-audiomanager
baserock/v1.10.0+custom_marshaling
baserock/v1.8.0
bus-inotify-error-handling
cherry-pick-14f46d14
cherry-pick-f0e526bc
cmake-config-find-package-support
dbus-0.23-branch
dbus-0.35-branch
dbus-0.36-branch
dbus-1.0-branch
dbus-1.10
dbus-1.10-ci
dbus-1.12
dbus-1.14
dbus-1.2
dbus-1.2.4permissive
dbus-1.4
dbus-1.6
dbus-1.8
dbus-object-names
leak-locator
master
mr143-refactoring
wip/setuid-hardening
gitlab.freedesktop.org: dbus/dbus.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bus
/
signals.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license
Ralf Habacker
2023-01-04
1
-0
/
+2
*
bus/signal: fix compilation when only -Dembedded-tests
Marc-André Lureau
2022-01-21
1
-2
/
+2
*
bus: Separate RemoveMatch into prepare and commit stages
Simon McVittie
2021-11-22
1
-19
/
+41
*
Normalize C source files to end with exactly one newline
Simon McVittie
2020-06-10
1
-1
/
+0
*
embedded tests: Conform to the same API for all tests
Simon McVittie
2018-12-17
1
-1
/
+1
*
bus: Silence most log messages when testing OOM handling
Simon McVittie
2017-11-15
1
-1
/
+2
*
Prefer to use _dbus_test_fatal() for assertion failures in tests
Simon McVittie
2017-11-15
1
-12
/
+13
*
signals: Add some missing assertions to inline unit tests
Philip Withnall
2017-02-13
1
-0
/
+3
*
Print errors parsing match rules correctly
Simon McVittie
2016-10-13
1
-2
/
+2
*
Remove trailing newlines from _dbus_warn, _dbus_warn_check_failed
Simon McVittie
2016-09-30
1
-6
/
+6
*
monitor: use the addressed_recipient to select matches
Simon McVittie
2015-11-17
1
-3
/
+12
*
Trivial -Wsign-compare fixes.
Ralf Habacker
2015-03-04
1
-1
/
+2
*
Mediation of processes eavesdropping
Tyler Hicks
2015-02-18
1
-0
/
+9
*
Fix assertion in regression test to be equality test, not assignment
Simon McVittie
2015-01-06
1
-1
/
+1
*
Use ISO C strchr() instead of BSD index()
Simon McVittie
2014-09-25
1
-2
/
+4
*
match_rule_to_string: add test
Alban Crequy
2014-09-25
1
-1
/
+23
*
match_rule_to_string: fix escaping
Alban Crequy
2014-09-25
1
-14
/
+51
*
match_rule_to_string: returns NULL if no memory instead of looping
Alban Crequy
2014-09-25
1
-14
/
+7
*
Implement GetAllMatchRules on the Stats interface
Alban Crequy
2014-09-25
1
-2
/
+70
*
Merge branch 'dbus-1.6'
Simon McVittie
2013-10-23
1
-1
/
+29
|
\
|
*
path_namespace='/' should match everything
Simon McVittie
2013-10-23
1
-1
/
+29
*
|
Cleanup: polish verbose mode checking
Chengwei Yang
2013-08-23
1
-2
/
+0
*
|
tests to embedded tests: replaced in dbus-daemon
Chengwei Yang
2013-06-28
1
-3
/
+3
|
/
*
Do not allow eavedropping unless rule owner explicitely declare it
Cosimo Alfarano
2011-07-11
1
-0
/
+93
*
match_rule_to_string: don't reinvent dbus_message_type_to_string
Simon McVittie
2011-06-24
1
-30
/
+3
*
Check parsing (or otherwise) of path_namespace in match rules
Simon McVittie
2011-04-07
1
-0
/
+18
*
Remove support for trailing "." on arg0namespace
Simon McVittie
2011-04-07
1
-52
/
+11
*
Rename path_prefix to path_namespace and disallow trailing '/'
Simon McVittie
2011-04-07
1
-93
/
+45
*
path_prefix: anchor matches at path-component boundaries, and give examples
Simon McVittie
2011-04-07
1
-1
/
+13
*
Add path_prefix match rule
David Zeuthen
2011-04-07
1
-0
/
+168
*
Merge remote-tracking branch 'wjt/arg0namespace' into arg0namespace-24317
Simon McVittie
2011-04-07
1
-22
/
+338
|
\
|
*
Validate arg0namespace matches' values.
Will Thompson
2010-11-23
1
-0
/
+68
|
*
Supporting matching argument 0 as a namespace
Will Thompson
2010-11-23
1
-17
/
+152
|
*
Support matching path arguments with argXpath
Will Thompson
2010-11-21
1
-10
/
+24
|
*
Add test cases for argXpath matching
Will Thompson
2010-11-21
1
-3
/
+102
*
|
Implement message type in match_rule_to_string
Alban Crequy
2011-01-31
1
-3
/
+30
*
|
bus_matchmaker_new: free matchmaker itself, on OOM
Christian Dywan
2011-01-17
1
-0
/
+1
|
/
*
Consistently include <config.h> in all C source files and never in header files.
Marcus Brinkmann
2010-03-19
1
-0
/
+2
*
Rename DBusConnection *disconnected param to connection
Will Thompson
2010-01-05
1
-8
/
+8
*
Group match rules by their interface.
Will Thompson
2010-01-05
1
-53
/
+239
*
Extract rule_list_remove_by_connection
Will Thompson
2010-01-05
1
-37
/
+45
*
Extract freeing a DBusList<BusMatchRule>
Will Thompson
2010-01-05
1
-12
/
+14
*
Don't bother re-matching features we've checked.
Will Thompson
2010-01-05
1
-11
/
+18
*
Index match rules by message type
Will Thompson
2010-01-05
1
-78
/
+139
*
Bug 21161 - Update the FSF address
Tobias Mueller
2009-07-10
1
-1
/
+1
*
Add argument path matching support. Bug #11066.
Ryan Lortie
2007-09-20
1
-22
/
+97
*
2007-07-13 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2007-07-14
1
-1
/
+1
*
* bus/signal.c: Fix match_rule_equal errata
John (J5) Palmieri
2006-12-12
1
-0
/
+3
*
* configure.in: Add test/name-test/Makefile to the generated
John (J5) Palmieri
2005-11-22
1
-1
/
+1
*
2005-07-29 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2005-07-29
1
-5
/
+533
[next]