index
:
platform/upstream/dbus
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
kdbus-dev
kdbus-integration
kdbus-integration_for_systemd_v212
libdbuspolicy-dev
pristine-tar
sandbox/adrians/big-usage-log
sandbox/adrians/cynara-concurrent
sandbox/adrians/dbus-upgrade-to-1.10.6
sandbox/adrians/send-index
sandbox/adrians/tizen_5.5-policy-index-ported-from-tizen
sandbox/adrians/upgrade-to-1.12.16
sandbox/debug
sandbox/jacekbe/upgrade
sandbox/jacekbe/upstream
sandbox/konradl/tizen
sandbox/lskalski/dbus-kdbus-1.8.16
sandbox/lskalski/upgrade
sandbox/lstelmach/dbus-1.8.16
sandbox/mbloch/dump-policy
sandbox/pohly/tizen
sandbox/pohly/upstream
tags
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5-policy-index-ported-from-tizen
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
tizen_ivi_release
upgrade-to-1.12.16
upgrade-to-1.12.20
upstream
Domain: System / IPC;
Hyotaek Shim <hyotaek.shim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-10
Install dbus directories
submit/tizen_ivi_release/20131211.020401
submit/tizen_ivi_genivi/20140131.024328
submit/tizen/20130911.195727
submit/tizen/20130911.094146
submit/tizen/20130910.230842
ivi_oct_m2
accepted/tizen_ivi_release/20131211.022842
accepted/tizen/ivi/genivi/20140131.024645
accepted/tizen/20130912.015042
accepted/tizen/20130911.195343
accepted/tizen/20130911.195321
accepted/tizen/20130911.195037
accepted/tizen/20130911.195025
accepted/tizen/20130911.152501
tizen_ivi_genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/genivi
Chengwei Yang
1
-0
/
+7
2013-08-06
fix systemd->dbus->systemd circular dependency
submit/tizen/20130902.144059
Adrian Negreanu
2
-58
/
+124
2013-07-22
updating changelog
submit/tizen/20130722.203302
submit/tizen/20130722.125706
accepted/tizen/20130722.202946
Michael Leibowitz
1
-0
/
+5
2013-07-10
Enforce smack policy from conf file
Brian McGillion
5
-19
/
+278
2013-07-10
Enable checking of smack context from DBus interface
Brian McGillion
7
-3
/
+199
2013-06-28
resetting manifest requested domain to floor
submit/tizen/20130710.130132
accepted/tizen/20130710.220936
Alexandru Cornea
2
-0
/
+8
2013-06-20
Update to dbus 1.6.12
submit/tizen/20130620.124407
Anas Nashif
4
-6
/
+8
2013-06-19
update changelog
submit/tizen/20130620.084139
Simon McVittie
1
-0
/
+4
2013-06-19
Add a statically-initialized implementation of _dbus_lock() on glibc systems
Simon McVittie
3
-0
/
+67
2013-06-19
Always initialize threading before allocating a dynamic mutex
Simon McVittie
1
-244
/
+56
2013-06-19
Make taking a global lock automatically initialize locking if needed
Simon McVittie
14
-71
/
+213
2013-06-19
Replace individual global-lock variables with an array of DBusRMutex *
Simon McVittie
15
-184
/
+126
2013-06-19
Turn a runtime assertion into a compile-time assertion
Simon McVittie
1
-2
/
+1
2013-06-19
Remove unused global mutexes for win_fds, sid_atom_cache
Simon McVittie
3
-10
/
+4
2013-06-19
dbus_threads_init_default, dbus_threads_init: be safe to call at any time
Simon McVittie
9
-7
/
+139
2013-06-19
dbus_threads_init: call _dbus_threads_init_platform_specific()
Simon McVittie
3
-5
/
+7
2013-06-19
DBusAtomic: on Unix, use pthreads mutexes for fallback
Simon McVittie
4
-17
/
+20
2013-06-19
Add _DBUS_GNUC_WARN_UNUSED_RESULT, similar to GLib's
Simon McVittie
1
-1
/
+9
2013-06-19
packaging: ensure ownership for /var/lib/dbus
Patrick McCarty
2
-4
/
+7
2013-06-19
Update to 1.6.10
Anas Nashif
1
-0
/
+3
2013-06-19
update to 1.6.10
Anas Nashif
2
-3
/
+3
2013-06-19
Adapt for rebase onto upstream dbus-1.6.8 git tag
Simon McVittie
2
-0
/
+5
2013-06-19
Cleanup lib name in spec
Anas Nashif
1
-0
/
+3
2013-06-19
use libname directly
Anas Nashif
1
-7
/
+6
2013-06-19
Fixed package groups
Anas Nashif
4
-7
/
+9
2013-06-19
No OOMScoreAdjust for user session
Anas Nashif
2
-2
/
+3
2013-06-19
add user session units
Anas Nashif
1
-1
/
+3
2013-06-19
add user session units
Anas Nashif
4
-3
/
+35
2013-06-19
initial changelog
Simon McVittie
1
-0
/
+5
2013-06-19
regenerate packaging/dbus-x11.spec with ( cd packaging && sh pre_checkin.sh )
Simon McVittie
1
-5
/
+1
2013-06-19
fixed splitting
Anas Nashif
1
-1
/
+1
2013-06-19
fixed splitting
Anas Nashif
1
-1
/
+1
2013-06-19
fixed splitting
Anas Nashif
1
-1
/
+1
2013-06-19
Fixed package splitting
Anas Nashif
4
-36
/
+18
2013-06-19
spec cleanup and removed patches
Anas Nashif
1
-27
/
+1
2013-06-19
Set correct address when using --address=systemd:
Simon Peeters
3
-13
/
+97
2013-06-19
add packaging
Anas Nashif
7
-0
/
+564
2013-06-12
Prepare embargoed release for tomorrow
dbus-1.6.12
Simon McVittie
2
-3
/
+7
2013-06-12
Add a test-case for CVE-2013-2168
Simon McVittie
2
-0
/
+94
2013-06-12
CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each use
Simon McVittie
2
-5
/
+20
2013-06-12
NEWS for 1.6.x
Simon McVittie
1
-1
/
+10
2013-06-12
Fix dbus-daemon crash due to invalid service file
Chengwei Yang
1
-0
/
+6
2013-06-05
Fix build error: unused-result
Chengwei Yang
1
-2
/
+8
2013-06-05
When "activating" systemd, handle its special case better
Chengwei Yang
1
-5
/
+14
2013-04-24
development version
Simon McVittie
2
-1
/
+6
2013-04-24
Prepare release 1.6.10
upstream/1.6.10
dbus-1.6.10
Simon McVittie
2
-3
/
+5
2013-04-22
NEWS for 1.6
Simon McVittie
1
-0
/
+4
2013-04-22
Accept non-characters when validating Unicode
Simon McVittie
2
-11
/
+5
2013-04-05
Allow use of GLib 2.32 functionality, which we do conditionally
Simon McVittie
1
-1
/
+1
2013-04-05
Don't warn for functions deprecated since GLib 2.26
Simon McVittie
1
-0
/
+3
[next]