summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)AuthorFilesLines
2014-12-05Use connected socket to communicate with CAPIJean-Benoit MARTIN1-2/+9
Add credential option to get user UID from CAPI Bug-Tizen: TC-1598 Change-Id: Ib9bf7164a82766b29c2e13868e63d6bca64ea3c4 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-12-03Remove Ecore evas dependencysubmit/tizen_mobile/20141216.000000submit/tizen_common/20141211.110609accepted/tizen/common/20141211.134331Jean-Benoit MARTIN2-16/+11
Librarie gdk-pixbuf is used to create thumbnail instead of Ecore-evas Bug-Tizen: TC-1694 Change-Id: Ib8facf8ec8d2d82ffaf5138a3b7e09ee5853b7b5 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-09-30Multiuser featuretizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20141007.222222submit/tizen_common/20141001.125034accepted/tizen/ivi/20141008.075209accepted/tizen/common/20141001.131249tizen_3.0.m14.3_ivitizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonJean-Benoit MARTIN2-52/+48
Use User UID to write or read into database Use Unix socket Fix-Tizen: TC-1482 Change-Id: I557a28de1650c9af1a30ef7d795d64464eaa2e8f Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-06-25Instead of using a "GMainLoop" element in the main thread, we nowManuel Bachmann1-28/+41
create a separate thread which will initiate the loop and do the socket listening logic. This avoids conflicting with the "GMainLoop" created by Ecore_Evas, which produces lots of warnings and errors. Bug-Tizen: TC-21 Change-Id: I453a21df649b256b63c96d4f274122c692aaf2f0 Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2013-04-18Change from INET tcp to Unix domain socketsubmit/tizen_2.1/20130424.232001submit/tizen/20130517.045032accepted/tizen_2.1/20130425.035000accepted/tizen/20130520.1011292.1b_releasetizen_2.1Hyunjun Ko1-14/+25
2013-04-091. Monitoring MMC_STATUS 2. Fix prevent defectsHyunjun Ko3-3/+54
2013-03-19Some debug msg is changedHyunjun Ko1-4/+4
2013-03-16merge with masterJinkun Jang3-2/+53
2013-03-13Tizen 2.1 baseJinkun Jang3-0/+589