index
:
platform/core/system/kdbus-bus
kdbus-dev
kdbus-integration
master
sandbox/lstelmach/kdbus-integration-systemd-216
sandbox/lstelmach/kdbus-integration-systemd-217
sandbox/mwereski/kdbus-integration
tizen
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-30
fix build on linux-3.10
kdbus-integration
Maciej Wereski
1
-0
/
+1
2014-11-19
Bump version to 0.20140911.160207utc
submit/kdbus-integration/20141211.130918
sandbox/lstelmach/kdbus-integration-systemd-216
Łukasz Stelmach
1
-1
/
+1
2014-11-19
spec: fix unifdef exit status detection
Łukasz Stelmach
1
-1
/
+1
2014-11-19
Add a script to update Version automatically
Łukasz Stelmach
1
-0
/
+23
2014-11-19
Revert "metadata: drop support for kernels < v3.15"
Łukasz Stelmach
1
-0
/
+8
2014-11-19
Revert "metadata: follow 3.17 changes for current->start_time"
Łukasz Stelmach
1
-1
/
+1
2014-11-19
Update to 0.20140325.112233cet
Maciej Wereski
1
-1
/
+2
2014-11-19
Update to 0.20140224.202407cet
Maciej Wereski
1
-1
/
+1
2014-11-19
Update to 0.20140221.145534cet
Maciej Wereski
1
-1
/
+1
2014-11-19
packaging: Use date-based version string
Karol Lewandowski
1
-2
/
+2
2014-11-19
packaging: Bump release
Karol Lewandowski
1
-1
/
+1
2014-11-19
packaging: Rename .spec to match real package name
Karol Lewandowski
1
-0
/
+0
2014-11-19
packaging: Fix various rpmlint errors
Karol Lewandowski
1
-2
/
+6
2014-11-19
packaging: Bump version
Karol Lewandowski
1
-1
/
+1
2014-11-19
Bring task_cgroup_path_from_hierarchy() back for pre-3.11 compatiblity
Karol Lewandowski
1
-0
/
+44
2014-11-19
Rebase to newest upstream and bump version
Karol Lewandowski
1
-2
/
+2
2014-11-19
packaging: Provide -devel package with kdbus.h
Karol Lewandowski
1
-4
/
+25
2014-11-19
packaging: Fix spec to make kdbus work on ivi
Karol Lewandowski
1
-15
/
+9
2014-11-19
Add packaging to kdbus-bus package to be build from obs/gbs.
Karol Lewandowski
1
-0
/
+35
2014-09-11
kdbus.txt: document wildcard policy entries
upstream/0.20140911.160207utc
Daniel Mack
1
-4
/
+19
2014-09-11
match: make kdbus_match_db_remove() void
Daniel Mack
3
-7
/
+5
2014-09-11
connection: allow wildcard matches for policy holders
Daniel Mack
1
-1
/
+1
2014-09-11
connection: reformat
Daniel Mack
1
-9
/
+10
2014-09-11
endpoint: cosmetics
Daniel Mack
1
-2
/
+1
2014-09-11
connection: check return value of kdbus_meta_append()
Daniel Mack
1
-4
/
+9
2014-09-11
connection: return -EOPNOTSUPP if the connection has already died
Daniel Mack
1
-1
/
+1
2014-09-11
kdbus.txt: add more documentation
Daniel Mack
1
-51
/
+902
2014-09-10
match: don't fail on invalid item types
Daniel Mack
1
-4
/
+4
2014-09-10
notify: explictly set payload_type = KDBUS_PAYLOAD_KERNEL
Daniel Mack
1
-0
/
+2
2014-09-09
kdbus.txt: kill reference to sd-memfd.h
Daniel Mack
1
-1
/
+0
2014-09-09
policy: make policy checks work across user namespaces
Djalal Harouni
1
-18
/
+60
2014-09-08
connection: factor out queue management code to queue.c
Daniel Mack
6
-976
/
+1131
2014-09-08
connection: rename 'entry' variable in kdbus_conn_kmsg_send()
Daniel Mack
1
-10
/
+11
2014-09-08
test: update policy tests to handle user namespaces
Djalal Harouni
1
-128
/
+375
2014-09-05
policy: indent
Daniel Mack
1
-2
/
+1
2014-09-05
connection: check policy for reply-awaiting messages as well
Daniel Mack
1
-8
/
+14
2014-08-24
connection: drop unused argument of kdbus_conn_payload_add()
Daniel Mack
1
-4
/
+2
2014-08-20
metadata: kdbus_meta_append_auxgroups(): actually set the group ids
Daniel Mack
1
-4
/
+17
2014-08-20
test: use audit.loginuid and audit.sessionid when dumping the audit item
Djalal Harouni
1
-2
/
+2
2014-08-20
kdbus: do the audit loginuid translation as late as possible
Djalal Harouni
3
-0
/
+44
2014-08-19
metadata: add back code to fill creds data
Daniel Mack
1
-1
/
+8
2014-08-19
Revert "test/Makefile: only look at $(KERNELDIR)/usr/include for files with q...
Daniel Mack
2
-3
/
+2
2014-08-19
test/Makefile: only look at $(KERNELDIR)/usr/include for files with quotes
Daniel Mack
2
-2
/
+3
2014-08-19
Makefile: deal with realtive paths in test/
Daniel Mack
1
-1
/
+1
2014-08-19
Makefile: export KERNELDIR for tests
Daniel Mack
1
-1
/
+1
2014-08-19
test: add the metadata tests inside new namespaces
Djalal Harouni
3
-1
/
+295
2014-08-19
test: add conn_recv() that use poll() and msg_recv()
Djalal Harouni
2
-0
/
+35
2014-08-19
test: move shared definitions to kdbus-util.h to use them in other tests
Djalal Harouni
2
-12
/
+12
2014-08-19
test: add helpers for user namespace mapping
Djalal Harouni
2
-0
/
+57
2014-08-19
connection: move the install creds into the slice to its own function
Djalal Harouni
1
-12
/
+20
[next]