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
2013-11-12
Fixed memory freeing in match.c
kdbus-dev
Radoslaw Pajak
1
-8
/
+15
2013-11-12
[fix] fixed memory freeing on errors
Radoslaw Pajak
1
-16
/
+33
2013-11-12
[fix] Request name returns information if connection is already owner of the ...
Radoslaw Pajak
1
-9
/
+18
2013-11-05
[feature-fix] from now starters are not appended to KDBUS_MSG_SRC_NAMES
Radoslaw Pajak
1
-4
/
+8
2013-11-05
Use current_euid and current_egid for user credentials
Semun Lee
1
-2
/
+2
2013-10-23
Copyright (C) 2013 Samsung Electronics added in appropriate files
Radoslaw Pajak
4
-0
/
+4
2013-10-23
Merge branch 'open' of ssh://mcdsrvbld02.digital.local/home/DIGITAL/d.kowalsk...
Daniel Kowalski
10
-5
/
+651
2013-10-23
Copy mode to endpoint struct in kdbus_ep_new()
Daniel Kowalski
1
-0
/
+1
2013-10-23
Merge branch 'kernel-3.8.2' into open
Daniel Kowalski
10
-5
/
+651
2013-10-23
Fixed releasing name when being in the queue for that name.
Radoslaw Pajak
1
-8
/
+23
2013-10-23
From now starters are not listed by kdbus_cmd_name_query
Radoslaw Pajak
1
-1
/
+1
2013-10-23
Fixed name releasing and listing
Radoslaw Pajak
1
-22
/
+35
2013-10-23
[feature-fix] fix for registering starters as names
Radoslaw Pajak
1
-1
/
+7
2013-10-23
well-known name can be registered as a starter
Radoslaw Pajak
3
-3
/
+6
2013-10-23
Compatibility: prototypes moved to wrapper headers
Michal
14
-70
/
+95
2013-10-23
Compatibility: small fix for 3.10.x kernels
Michal
2
-2
/
+2
2013-10-23
Compatibility: Michal's fixes to compatibility package
Jacek Janczyk
3
-3
/
+18
2013-10-23
support for 3.8 kernel added in Makefile and c files
Michal Eljasiewicz
13
-34
/
+217
2013-10-23
Initial commit with compatibility package for 3.8 kernel
Michal Eljasiewicz
2
-0
/
+423
2013-10-10
use "&&" instead of nested one-line "if"
Kay Sievers
2
-10
/
+10
2013-10-10
fixed name queueing when handling conflicts
Radoslaw Pajak
1
-17
/
+26
2013-10-10
Fixed name releasing and sending broadcasts about name change
Radoslaw Pajak
1
-8
/
+13
2013-10-10
Release name fixed
Radoslaw Pajak
1
-1
/
+4
2013-10-10
Fixed adding and removing match rules for other peers
Radoslaw Pajak
1
-2
/
+26
2013-10-09
match: move nested loop to separate function
Kay Sievers
3
-38
/
+34
2013-10-09
Fixed broadcasts and matching
Radoslaw Pajak
2
-24
/
+29
2013-10-09
allocate only the alignment bytes for \0-bytes records
Kay Sievers
1
-2
/
+8
2013-10-08
Merge branch 'master' of https://code.google.com/p/d-bus
Greg Kroah-Hartman
4
-30
/
+43
2013-10-09
preserve payload record padding when \0-bytes records are used
Kay Sievers
2
-6
/
+19
2013-09-25
namespace: hold mutex while creating a new instance
Kay Sievers
1
-25
/
+23
2013-09-25
some minor fixes for endpoint and namespace
Przemyslaw Kedzierski
2
-5
/
+7
2013-09-11
Merge pull request #4 from artisdom/patch-1
Greg Kroah-Hartman
1
-1
/
+1
2013-09-12
kdbus.txt: typo fixes
Ted Feng
1
-1
/
+1
2013-09-05
Some corrections to make test-kdbus work on i686.
Przemyslaw Kedzierski
2
-4
/
+5
2013-08-26
Merge pull request #3 from phomes/master
Greg Kroah-Hartman
1
-12
/
+12
2013-08-26
kdbus.txt: typo fixes
Thomas Andersen
1
-12
/
+12
2013-08-12
kdbus: fix some memory leaks
Tero Roponen
4
-2
/
+5
2013-07-27
catch up with final working version of cgroups string interface
Kay Sievers
1
-1
/
+1
2013-07-24
use hierarchy == 2 for now
Kay Sievers
2
-5
/
+1
2013-07-24
test/kdbus-util.c: kill stray ')'
Daniel Mack
1
-1
/
+1
2013-07-24
pool: plug mem leak in error unwind of kdbus_pool_init
Daniel Mack
1
-4
/
+13
2013-07-22
do not expose cgroup hierarchy in the API, assume *the* hierarchy
Kay Sievers
8
-69
/
+3
2013-07-21
message.c: task_cgroup_path_from_hierarchy is now in 3.11-rc1, so remove it f...
Greg Kroah-Hartman
1
-40
/
+0
2013-07-21
Merge pull request #2 from Keruspe/master
Greg Kroah-Hartman
2
-3
/
+3
2013-07-21
connection: fix build with CONFIG_UIDGID_STRICT_TYPE_CHECKS=y
Marc-Antoine Perennou
1
-2
/
+2
2013-07-21
bus: fix build with CONFIG_UIDGID_STRICT_TYPE_CHECKS=y
Marc-Antoine Perennou
1
-1
/
+1
2013-06-28
test-kdbus.c: get it to work on 32bit systems.
Greg Kroah-Hartman
1
-1
/
+1
2013-06-27
Merge pull request #1 from vbalyasnyy/master
Greg Kroah-Hartman
1
-1
/
+1
2013-06-27
connection.c: use security_release_secctx to free security label
Vasiliy Balyasnyy
1
-1
/
+1
2013-06-08
pool.c: tiny checkpatch.pl cleanup
Greg Kroah-Hartman
1
-1
/
+1
[next]