summaryrefslogtreecommitdiff
path: root/server/thumb-server.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-12Apply cynarasubmit/tizen/20150813.052424accepted/tizen/wearable/20150813.083645accepted/tizen/tv/20150813.083632accepted/tizen/mobile/20150813.083621Minje Ahn1-0/+6
Change-Id: I2e96f30ebf2a71f0af673f19be422c43de6e8703 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
2015-08-07Patch below:submit/tizen/20150807.043057accepted/tizen/wearable/20150807.073442accepted/tizen/tv/20150807.073433accepted/tizen/mobile/20150807.073414Minje Ahn1-23/+9
Separate CMakeFiles for apply fPIE option Remove unused code Remove thumb_type Modify jpeg thumbnail creation logic when exif thumbnail is smaller than request thumbnail size Add scale down logic when request huge size image Fix bugs, memory leaks Remove unused parameters in function Change thumb path creation API position Remove thumbnail folder creation API Rename some functions Change-Id: I0e13d393dd524b61bcf44722c33b6f270649b732 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
2015-06-08Remove unused code.Minje Ahn1-8/+3
Change-Id: I9c8d472cff513d88c90b9558201d20f2fbad05c2 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
2015-06-04Revert "Revert "Modify error type""submit/tizen/20150609.010159submit/tizen/20150608.005348submit/tizen/20150605.091456submit/tizen/20150605.071359hj kim1-6/+3
This reverts commit 999b9402a56d7c9738d6d632eff2f90004bbfbaf. Change-Id: Ieadecdcb087ad27b7c60a1ed448db329df2b38c1
2015-06-04Revert "Modify error type"submit/tizen/20150605.041217accepted/tizen/wearable/20150606.054548accepted/tizen/tv/20150606.053731accepted/tizen/mobile/20150606.053029accepted/tizen/common/20150605.124444hj kim1-3/+6
This reverts commit c896230ef091a244204b17bc9ab0ffa974ce2031. Change-Id: I94ec0a56f7c3d84ad76645b91310494b96d41932
2015-06-03Modify error typeMinje Ahn1-6/+3
Change-Id: Ie19c9bb70115a9097d45e8a18f52ad72cf7beeb2 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
2014-12-03Remove Ecore evas dependencysubmit/tizen_mobile/20141216.000000submit/tizen_common/20141211.110609accepted/tizen/common/20141211.134331Jean-Benoit MARTIN1-11/+8
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 MARTIN1-38/+29
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-091. Monitoring MMC_STATUS 2. Fix prevent defectsHyunjun Ko1-1/+6
2013-03-16merge with masterJinkun Jang1-0/+6
2013-03-13Tizen 2.1 baseJinkun Jang1-0/+122