Chris Morin
1995fb8bb4
doc: replace dbus-send's --address with --peer and --bus
...
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48816
2019-06-13 20:51:10 -07:00
Simon McVittie
0b8878133f
Start spec 0.36 development
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2019-06-11 16:28:34 +01:00
Simon McVittie
00099d5dca
Revert "Start spec 0.36 development"
...
This reverts commit edece0274b .
No spec changes have happened since 0.35.
2019-06-09 12:09:04 +01:00
Simon McVittie
463ecfb4fd
Merge branch 'send_destination_prefix' into 'master'
...
Send destination prefix
See merge request dbus/dbus!85
2019-05-30 14:49:09 +00:00
Simon McVittie
edece0274b
Start spec 0.36 development
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2019-05-17 15:47:38 +01:00
Adrian Szyndela
dcbab02613
doc: described send_destination_prefix in manual
...
This adds a description of send_destination_prefix to the dbus-daemon manual.
Signed-off-by: Adrian Szyndela <adrian.s@samsung.com>
Change-Id: I46e6fa54ee34095c3ac83ec2c06cb91cf5669c7f
2019-05-14 10:31:13 +02:00
Simon McVittie
99f0821bfb
Prepare release v1.13.10 and Specification v0.35
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2019-05-13 14:24:06 +01:00
Simon McVittie
6884f63e0e
Merge branch 'unix-gids' into 'master'
...
Add UnixGroupIDs to connection credentials
See merge request dbus/dbus!105
Fixes : dbus/dbus#196
2019-05-13 11:32:24 +00:00
Simon McVittie
339b94da6b
cmake: Create all output directories for Doxygen
...
CI builds intermittently fail with
error: Could not create output directory /.../doc/api/xml
or
error: Could not create output directory /.../doc/api/man
Fixes: https://gitlab.freedesktop.org/dbus/dbus/issues/266
Signed-off-by: Simon McVittie <smcv@collabora.com>
2019-04-25 12:22:25 +01:00
Simon McVittie
301db92576
spec: Document what happens for unrepresentable group IDs
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2019-04-17 14:19:15 +01:00
Matthijs van Duin
afafd2fad0
Add UnixGroupIDs to connection credentials
...
Signed-off-by: Matthijs van Duin <matthijsvanduin@gmail.com>
2019-03-25 23:01:26 +01:00
Felipe Gasper
570d6c6ab8
Update dbus-specification.xml to remove redundancies in the interface name requirements.
2019-03-13 17:26:03 +00:00
Ralf Habacker
f04e611a46
Try to fix doxygen error on CI reporting "Output directory ... does not exist and cannot be created"
2019-03-13 10:52:01 +01:00
Ralf Habacker
22fb56cfb7
Create top level dir for generating doxygon files
2019-03-13 10:52:01 +01:00
Ralf Habacker
a710cdd5e3
Fix dependency chain for doc files generated from docbook source
2019-03-13 10:52:01 +01:00
Ralf Habacker
d32ae7082e
Update doxygen doc only if an associated source or Doxyfile has been changed
...
Use doxygen.stamp as output for generating doxygen doc similar to
autotools.
2019-03-13 10:49:54 +01:00
Ralf Habacker
44973e372d
Target devhelp2 does not require dependencies that have already been specified in dbus.devhelp2
2019-03-13 10:49:54 +01:00
Ralf Habacker
cea3a27ed3
Cleanup dbus.devhelp2 make target pathes
...
Use absolute paths to avoid confusion about where
the associated file is located.
2019-03-13 10:49:54 +01:00
Ralf Habacker
e840edec09
Add target devhelp2 only when xsltproc has been found
...
It doesn't make sense to add a make target if it can't be created.
2019-03-13 10:49:54 +01:00
Ralf Habacker
89847f7042
Make the output directory used by doxygen absolute to avoid dependency on a particular working directory
2019-03-13 10:49:54 +01:00
Ralf Habacker
760e30ec03
Do not let doxygen build man pages on Windows
...
This fixes an issue on gitlab CI not been able to create man page
output dir. Also man pages does not make sense on Windows.
2019-03-13 10:13:09 +01:00
Ralf Habacker
11eb34d86b
cmake: generate and install doc for dbus-run-session
2019-03-13 08:56:59 +01:00
Ralf Habacker
9dc72c9fb8
cmake: install missing files to keep in sync with autotools builds
2019-03-13 08:56:59 +01:00
Ralf Habacker
2c96e94fea
cmake: fix dtd installation dir
2019-03-13 08:56:59 +01:00
Felipe Gasper
1471a25a01
Update dbus-specification.xml to avoid implying that an interface name may consist of only 1 element.
2019-03-13 08:52:54 +01:00
Ralf Habacker
2798e68776
Adjust indents of CMakeLists.txt files always to 4 spaces
2019-01-24 09:08:15 +01:00
Ralf Habacker
904fa97a1b
Remove obsolete parameter in end... cmake keywords
2019-01-24 09:07:27 +01:00
Ralf Habacker
5972bbe382
Remove spaces between cmake command and opening bracket
2019-01-24 09:07:27 +01:00
Ralf Habacker
3927b1dd39
Use lower case cmake keywords in CMakeLists.txt files
2019-01-24 09:07:27 +01:00
Ralf Habacker
7dd83ba874
Replace tabs by 4 spaces in CMakeLists.txt files
2019-01-24 09:07:27 +01:00
Ralf Habacker
b641eddd6e
Remove duplicated cmake variable definition
...
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
2019-01-22 09:58:14 +01:00
Ralf Habacker
88331affd5
Install devhelp2 and api doc with cmake
...
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
2019-01-22 09:58:08 +01:00
Ralf Habacker
d9fa5aee84
Generate documentation html index file from doc/index.html.in for autotools and cmake
...
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
2019-01-22 09:57:57 +01:00
Ralf Habacker
3bf97922bd
Move cmake related build system to top level
...
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
2019-01-22 09:57:40 +01:00
Simon McVittie
3c4a663800
dbus-daemon(1): Give more comprehensive examples of how to add services
...
While writing the wording to deprecate XML policy installed by packages
into ${sysconfdir}, I realised we didn't give a typical example of
what packages *should* do.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-19 17:29:11 +00:00
Simon McVittie
dee0f55111
Officially deprecate package-supplied dbus-daemon policy in ${sysconfdir}
...
Now that dbus 1.10 has become widely available, we should start to
treat ${sysconfdir} as reserved for the sysadmin, and encourage
third-party software packages to install their integration files into
${datadir}.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-19 17:27:15 +00:00
Simon McVittie
d3fffaa72f
.gitignore: Normalize into LC_ALL=C sort order
...
If lists are in a completely arbitrary order, sorting them consistently
means that there is only one correct place to insert a new entry, avoiding
the merge conflicts that would occur if we always append new entries.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-14 12:53:08 +00:00
Simon McVittie
0c62a9a5f4
.gitignore: Make match patterns more specific
...
In subdirectories we mostly only want to match at the current level,
not in nested subdirectories.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-14 12:53:08 +00:00
Simon McVittie
2fd386245b
.gitignore: Remove obsolete patterns
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-14 12:53:08 +00:00
Simon McVittie
c95873e537
.gitignore: Consolidate generic patterns at top level
...
Patterns in the top-level .gitignore match in all subdirectories, so
there's no need to repeat ourselves quite so much for generic
C, Autotools and gcov patterns.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-14 12:53:08 +00:00
Simon McVittie
c1e39d414f
Start working on dbus 1.13.10
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-04 17:25:20 +00:00
Simon McVittie
ca1eafbb7f
1.13.8
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-04 12:27:32 +00:00
Simon McVittie
f134e2d2c7
doc: Remove obsolete message about man2html
...
We no longer run man2html.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-04 11:41:23 +00:00
Simon McVittie
21db07e18d
doc: Don't include ChangeLog in dbus-docs.tar.xz
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
Fixes: e93b421137
2018-12-04 11:18:39 +00:00
Simon McVittie
074fbb0a83
doc: Use tar --xz to create dbus-docs.tar.xz
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
Fixes: b805744029
2018-12-04 11:17:38 +00:00
Simon McVittie
017df70247
Merge branch 'max-conns-per-user' into 'master'
...
test/dbus-daemon: Mark max-connections-per-user as unimplemented on Windows
See merge request dbus/dbus!54
Reviewed-by: pwithnall
Reviewed-by: rhabacker
2018-12-03 15:30:57 +00:00
Philip Withnall
f2e63e6c48
spec: Fix a typo in an ObjectManager example
...
As spotted by Peter Bigot.
Closes #221
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2018-12-03 11:39:11 +00:00
Simon McVittie
89208de6a9
dbus-daemon(1): Document max_connections_per_user as Unix-only
...
The limit is accepted on Windows, but not enforced.
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-11-29 18:17:46 +00:00
Simon McVittie
cc00a7a6e9
CONTRIBUTING: Reformat as Markdown
...
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-10-19 09:58:42 +00:00
Francesco Turco
b805744029
Distribute source code using .tar.xz archives
...
This saves around 32% of the size of the archive.
[smcv: Rebased onto current master]
Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107630
2018-08-29 17:57:43 +01:00