index
:
~rhabacker/dbus
105460
59807
61922
92080-integration-config-file
92721-bus-test-failures
92899-name-test-on-windows
93069-gcc-5.2-warnings
93464-enable-name-tests
99751-auto-shutdown
auto-ax-compiler-flags
c++-port
clang-format
cmake-xmldoc-dependencies-chain
dbus-1.10
dbus-1.8
dbus-verbose-channels
dde-transport
devhelp
gnuinstalldirs
hacking-git-bz
master
meinproc-windows-fixes
memory-tracer
move-desktop-file-parser-to-dbus
sspi
terminate-dbus-after-clients-disconnect
use-doxyfile.in
windows-service
xsltproc
xsltproc-docbook-support
Personal dbus repository
rhabacker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bus
/
config-parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
Prefer to use _dbus_test_fatal() for assertion failures in tests
Simon McVittie
1
-35
/
+35
2017-11-15
Embedded tests: Emit TAP diagnostics instead of printf
Simon McVittie
1
-26
/
+27
2017-11-15
Remove commented-out printf debugging
Simon McVittie
1
-14
/
+0
2017-09-25
config-parser: Fail on impossible send_broadcast/send_destination pair
Simon McVittie
1
-0
/
+13
2017-07-28
policy: Add max_fds, min_fds qualifiers for send, receive rules
Simon McVittie
1
-3
/
+74
2017-07-28
Add send_broadcast as an attribute of <allow> and <deny> elements
Simon McVittie
1
-1
/
+26
2017-07-28
config-parser: Clarify how <allow>, <deny> attributes work
Simon McVittie
1
-109
/
+85
2017-04-07
config-parser tests: explicitly skip non-comparable elements
Simon McVittie
1
-1
/
+22
2017-04-07
config-parser: assert elements are of a known type
Simon McVittie
1
-0
/
+2
2017-04-07
config-parser: treat impossible policy type as IGNORED
Simon McVittie
1
-0
/
+1
2017-02-21
config-parser: Add transient service directories
Simon McVittie
1
-8
/
+71
2017-02-21
config-parser: Store service directories in structs
Simon McVittie
1
-27
/
+175
2017-02-21
bus_config_parser_get_watched_dirs: Turn into a helper function
Simon McVittie
1
-0
/
+76
2017-02-20
config-parser test: Exercise the full config-parser
Simon McVittie
1
-19
/
+35
2017-02-20
config-parser: Don't use dbus_setenv() to test service directories
Simon McVittie
1
-19
/
+55
2017-02-20
config-parser: Simplify test for standard session service dirs
Simon McVittie
1
-21
/
+0
2017-02-20
config-parser: Remove dead code from system service dirs test
Simon McVittie
1
-40
/
+0
2017-02-17
config-parser: Fix indentation
Simon McVittie
1
-4
/
+4
2017-02-17
config-parser: Eliminate duplicate functionality
Simon McVittie
1
-14
/
+7
2016-10-13
Be more const-correct
Simon McVittie
1
-1
/
+1
2016-10-10
Remove unused functions from Windows builds
Thomas Zimmermann
1
-32
/
+3
2016-09-30
Remove trailing newlines from _dbus_warn, _dbus_warn_check_failed
Simon McVittie
1
-13
/
+13
2016-09-30
_dbus_logv: configurably log to syslog and/or stderr
Simon McVittie
1
-4
/
+6
2016-08-12
Remove trailing newlines from _dbus_assert_not_reached
Simon McVittie
1
-2
/
+2
2016-08-11
config-parser: remove unnecessary newline from _dbus_log()
Simon McVittie
1
-1
/
+1
2016-08-11
_dbus_system_log: rename to _dbus_log
Simon McVittie
1
-4
/
+4
2015-11-06
Merge branch 'dbus-1.10'
Simon McVittie
1
-17
/
+20
2015-11-03
Test system bus config files on Unix only
Ralf Habacker
1
-0
/
+5
2015-11-02
test_default_session_servicedirs: use the intended data directory
Simon McVittie
1
-13
/
+22
2015-11-02
test_default_session_servicedirs: simplify to a single exit code-path
Simon McVittie
1
-25
/
+20
2015-11-02
Wrap path verbose output with '' to be able to see trailing spaces.
Ralf Habacker
1
-2
/
+3
2015-10-05
Assume that DBUS_DATADIR is absolute on Windows
Simon McVittie
1
-9
/
+5
2015-10-05
Replace build-time prefix with installation prefix when including config files
Simon McVittie
1
-3
/
+7
2015-10-05
Use DBusString for all relocation and install-root code
Simon McVittie
1
-24
/
+28
2015-04-16
include_dir: skip processing on error (CID 54744)
Ralf Habacker
1
-0
/
+2
2015-02-25
Make include_dir non-existing directory, to not be an error.
Dimitri John Ledkov
1
-1
/
+8
2015-02-18
Add apparmor element support to bus config parsing
Tyler Hicks
1
-0
/
+24
2014-11-22
Revert "config: change default auth_timeout to 5 seconds"
Simon McVittie
1
-1
/
+1
2014-09-15
config: add new limit: pending_fd_timeout
Alban Crequy
1
-0
/
+12
2014-09-15
config: change default auth_timeout to 5 seconds
Alban Crequy
1
-1
/
+1
2014-09-15
system bus limit: use max_replies_per_connection=128 by default
Alban Crequy
1
-1
/
+1
2014-01-14
Don't forget allow_anonymous when merging configs
Matt Hoosier
1
-0
/
+3
2013-08-23
Export dbus_setenv() as a utility function
Simon McVittie
1
-4
/
+5
2013-06-28
tests to embedded tests: replaced in dbus-daemon
Chengwei Yang
1
-2
/
+2
2013-04-11
Set default maximum number of Unix fds according to OS
Matt Fischer
1
-3
/
+3
2013-02-12
Merge <servicehelper> from included config file
Krzysztof Konopko
1
-1
/
+8
2012-03-22
test: enforce own_prefix policy rules
Alban Crequy
1
-2
/
+61
2012-03-04
config parser: add own_prefix
Alban Crequy
1
-21
/
+36
2012-02-08
Explicitly don't search XDG_DATA_DIRS for system services, and document it
Simon McVittie
1
-2
/
+2
2011-08-05
config-parser: don't try to get CommonProgramFiles from the environment on Unix
Simon McVittie
1
-3
/
+8
[next]