summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-01add code to check func ret for fixing prevent issuetizen_2.2Hyungdeuk Kim2-2/+4
2013-07-04fixed get next duetime bugJaeho Lee2-3/+5
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-07-03added caller appidJaeho Lee2-2/+19
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-05-28Fix destination nameSeungYeup Kim3-16/+12
2013-05-28Fix an 1-sec delay issueSunwook Bae2-2/+2
Change-Id: I9561ec13dc4f08a1ae77f630409f88af1718115a Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
2013-05-27Check privilege by smack (disabled)SeungYeup Kim3-40/+39
2013-05-27allow delayed expire up to 10 secondsSeungYeup Kim2-24/+33
Fix start and end time setting
2013-05-27Fix a dbus name issueSunwook Bae1-5/+7
Change-Id: I8ed757a0aa39fc2b92b109823621a18e694c1d27 Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
2013-05-22link error fixSeungYeup Kim1-2/+2
2013-05-22add alarmmgr_get_next_duetime apiSeungYeup Kim9-243/+403
2013-05-06Merge branch 'master' into tizen_2.1submit/tizen_2.1/20130514.050845submit/tizen/20130517.044749accepted/tizen/20130520.100857tizen_2.1Jaeho Lee5-2/+154
Conflicts: packaging/alarm-manager.spec added new API Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-05-06Set rtc seconds valueSeungYeup Kim2-2/+2
2013-04-18set rtc time when time is changed externallysubmit/tizen_2.1/20130424.230734accepted/tizen_2.1/20130425.0355082.1b_releaseSeungYeup Kim2-1/+6
2013-04-17Support external time changeSeungYeup Kim2-4/+61
2013-04-06added new APIJaeho Lee5-2/+154
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com> Change-Id: I6976af716e759424066beb9098ae6f47366bfa20
2013-04-02Adding rtc1->rtc0 symlink, so alarm-manager will work on PR3,Brad Peters2-0/+9
which has only one rtc Change-Id: I3b9a1e892700d59e2a9f840558c1606f708f3f52
2013-03-29Merge branch 'master' into tizen_2.1Jaeho Lee3-3/+31
added a type Conflicts: packaging/alarm-manager.spec Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-20Merge branch 'master' into tizen_2.1Jaeho Lee1-0/+2
added a type Conflicts: alarm-server.manifest packaging/alarm-manager.spec Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-20Added a typeJaeho Lee4-5/+33
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com> Change-Id: I7bd850a0df0f4e2189920f35b1d32123acd22079
2013-03-16merge with masterJinkun Jang2-1/+39
2013-03-13Tizen 2.1 baseJinkun Jang49-0/+29532
2013-03-05[systemd] Fix Smack labels for systemd unitsMaciej Wereski2-1/+3
systemd unit files should be labeled as "_" Smack label, just as traditional sysvinit scripts. Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
2013-02-13add new vconf key to get a time-zone changejunsuk77.oh2-1/+39
Change-Id: I22cf5aefa1bd4e78efa3f80448ae707a098448c4 Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
2013-01-30add smack label for bootingjunsuk77.oh2-1/+6
Change-Id: I5cc42a28f08a0a571f9d065aea0bb850c307f201 Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
2013-01-26fixed prevent issueJaeho Lee1-2/+5
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-01-24Make sub-packages require paretns with the same epoch valueŁukasz Stelmach1-2/+2
With the epoch field unset "%{?epoch:%{epoch}:}%{version}-%{release}" expression is identical to "%{version}-%{release}". Change-Id: Ie7ddf2b315b3e04fc1cd8b610227d93f08e6b0b8 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2013-01-15fixed prevent issuejunsuk77.oh2-48/+44
Change-Id: I4e16cde168a2ba76f508d9aa4ddd6a23e6090a1a
2013-01-14fixed prevent issuesjunsuk77.oh3-65/+72
Change-Id: I80d8ff7081080a4d0f5ff1440e71cbd7a6fb05e4
2013-01-12Fixed prevent issuesjunsuk77.oh2-2/+3
Change-Id: I53243208611a28a75e8c13718058dc308239b852 Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
2012-11-29Merge branch 'systemd'Jacek Migacz2-18/+49
Change-Id: I719b5edd00cf20d84ffd56f7bc4806dedb8207a4
2012-11-26remove "SYSTEM_TIME_CHANGED" heynoti publish sigjunsuk77.oh2-5/+1
Change-Id: I7aa0855f5e9f784402cf1339774ba19eb2553b3a
2012-11-23Give alarm-server a low oom_adj value to avoid killedChengwei Yang1-1/+3
Currently, a positive oom_adj make alarm-server likely to be killed by system-server, which will pick up the one with positive oom_adj and increase it's oom_adj whenever it go to inactive or backgrd. Once its oom_adj larger or equal 15, it got killed by system-server. For sysvinit, there is a kernel module named pmon and user space tool which set important services as vip or permenant processes. So they're lesser to be killed and will be relaunched once it got killed. In systemd environment, it's easy to implement this feature by leverage the systemd feature. Change-Id: Ib89cdd1c94cfac66e1da88144db98ec1314b8865 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
2012-11-21Fix scripts which cause set date & time failure at first bootChengwei Yang1-3/+3
At first boot, alarm-server will failed to listen on the key db/system/timechange changed event because it doesn't exist. However, once you try to set date & time from "settings", system server will create that key, and after alarm-server restarted, set date & time works well. Change-Id: I0dd5c5ff8fef8fb0c8aab5d3864bc5cb173fc035 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
2012-11-15Import systemd support patches from RSAWilliam Douglas2-23/+49
- fix post section Signed-off-by: William Douglas <william.douglas@intel.com> - add systemd unit files Signed-off-by: William Douglas <william.douglas@intel.com> - Fix initscript symlinks [ Author: Patrick McCarty <patrick.mccarty@linux.intel.com> ] Merged-and-mangled-by: Karol Lewandowski <k.lewandowsk@samsung.com> Merged-and-mangled-by: Łukasz Stelmach <l.stelmach@samsung.com> Conflicts: packaging/alarm-manager.spec
2012-11-09change setting time changed vconf key access rightjunsuk77.oh1-2/+3
2012-11-07update annotated tag infoJinwoo Nam1-1/+1
2012-11-05add manifest file for smack rule on alarm-libjunsuk77.oh2-1/+7
Change-Id: Ice0412a33bbb490f060a450fdb1c0380aeeb6fce
2012-11-05add VCONFKEY_SYSTEM_TIME_CHANGED sig to publish time is changedjunsuk77.oh2-1/+2
Change-Id: Iabeda62b664d7b3f3de963cbafb165a3cee72e2c
2012-11-02add manifest file for smack rule on alarm-serverjunsuk77.oh2-1/+13
Change-Id: Ia0356b5567665adb819cf10c64a3f7dbd4d59e6b
2012-10-25use app_id instead of pack_namejunsuk77.oh4-15/+50
Change-Id: If1ec1531967f972add6229e58ae6188701c0ac0d
2012-09-04changed operation stringsubmit/tizen/20130517.015308submit/master/20120920.151036accepted/tizen/20130520.1027022.0_alphamaster2.0alphaJaeho Lee1-1/+1
2012-08-25tizen buildJaeho Lee2-3/+7
2012-08-21Upload Tizen2.0 sourceSewook Park42-3560/+1816
2012-04-29upload tizen1.0 sourceKim Kibum24-3900/+34
2012-03-14update for beta universallyYan Yin1-28/+10
2012-02-10bug fixJaeho Lee1-2/+2
2012-02-10merged with privateJaeho Lee14-727/+3159
2012-01-07Git initKibum Kim88-0/+32630
2012-01-06Initial empty repositoryEunkyoung Kim0-0/+0