summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Fix the 64 bits build errorsubmit/tizen_mobile/20150514.062739submit/tizen_mobile/20150513.091454submit/tizen_mobile/20150513.043814submit/tizen_mobile/20150512.125148submit/tizen_mobile/20150512.044346submit/tizen_mobile/20150511.123737submit/tizen_common/20150604.888888accepted/tizen/mobile/20150514.135918tizen_3.0.2015.q2_commonSung-jae Park1-1/+1
2015-05-01BUFSIZ is replaced with payload_sizesubmit/tizen_mobile/20150512.042012submit/tizen_mobile/20150511.124012submit/tizen/20150511.111918Sung-jae Park1-3/+3
2015-05-01Sync with the latest 2.3.1Sung-jae Park7-2697/+2739
2014-12-04Recover from unexpectedly overwritten code.Sung-jae Park1-29/+8
2014-12-04Merge ssh://slp-info.sec.samsung.net:29418/magnolia/framework/appfw/com-core ...Sung-jae Park5-2342/+2752
2014-11-23guint could not be below ZERO.Sung-jae Park2-4/+4
2014-11-23Add new attribute to packetSung-jae Park2-449/+523
2014-11-23Add new API for compatibility instead of changing API signature.Sung-jae Park3-6/+16
2014-11-23Use the system threadSung-jae Park1-2/+44
2014-11-23Add new method for sending/receving file descriptorsSung-jae Park4-2099/+2179
2014-10-17allocate BUFSIZ size instead of payload_size when creating packettizen_3.0_ivi_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20141021.113442submit/tizen_common/20141021.111902submit/tizen_common/20141021.090218submit/tizen_3.0.m14.3_ivi/20141021.112858submit/tizen_3.0.2014.q3_common/20141021.112639accepted/tizen/ivi/20141022.015303accepted/tizen/common/20141021.112611accepted/tizen/3.0.m14.3/ivi/20141022.104126accepted/tizen/3.0.2014.q3/common/20141022.093402tizen_3.0_ivitizen_3.0.m14.3_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonCorentin Lecouvey1-1/+1
2014-10-01Revert "Keep address alignment to prevent from bus error."submit/tizen_ivi/20141007.444444submit/tizen_common/20141003.142427accepted/tizen/ivi/20141009.080623accepted/tizen/common/20141003.171248Corentin Lecouvey1-29/+8
2014-09-01Add new command processing method.Sung-jae Park2-15/+67
2014-07-01Update return vale - for exceptional caseSung-jae Park2-4/+8
2014-05-22Clean up all resource for non-threaded IPC.Sung-jae Park2-25/+155
2014-03-24Validate socket FD & optimize recv context.tizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi_panda/20140403.011837submit/tizen/20140430.015826accepted/tizen/mobile/20140702.100351accepted/tizen/ivi/panda/20140403.015123accepted/tizen/ivi/20140430.194310accepted/tizen/common/20140506.092610tizen_ivi_pandatizen_3.0.m14.2_iviaccepted/tizen_ivi_pandaSung-jae Park2-28/+127
2014-03-21Optimize the perf / validate FD.Sung-jae Park2-3/+36
2014-03-20Validate context before destroy it.Sung-jae Park2-25/+91
2014-01-28Keep address alignment to prevent from bus error.Sung-jae Park1-8/+29
2014-01-28Keep alignment to prevent from bus error.Sung-jae Park1-8/+29
2014-01-20Fix build warningSung-jae Park1-6/+3
2014-01-06Update header (preparing doxygen)Sung-jae Park1-0/+29
2014-01-05Sync with the latest product code of phone profileSung-jae Park2-13/+77
2013-12-27Remove NONBLOCK flag from pipesSung-jae Park1-2/+2
2013-12-17[side effect] Fix build error (remove unused variable)Sung-jae Park1-2/+2
2013-12-17Discards the chunks when it fails to queue an eventSung-jae Park1-9/+44
2013-11-05Sync with the tizen 3.0Sung-jae Park2-6/+6
2013-10-22Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/framework/appfw/c...submit/tizen/20131022.035853submit/tizen/20131022.035758accepted/tizen/20131022.163214accepted/tizen/20131022.083606Sung-jae Park8-336/+744
2013-09-26Try to use the gettimeofday if clock_gettime is failedSung-jae Park1-3/+9
2013-09-26If clock_gettime is failed, try to use gettimeofday againSung-jae Park1-3/+9
2013-09-26Replace gettimeofday with clock_gettimeSung-jae Park2-6/+45
2013-09-26Replace gettimeofday with clock_gettimeSung-jae Park2-6/+45
2013-09-09Fix build errorSung-jae Park1-7/+7
2013-09-05Add systemd socket activation support for secure socketssubmit/tizen_ivi_release/20131120.025946submit/tizen_ivi_release/20131120.022616submit/tizen_ivi_genivi/20140131.060228submit/tizen/20130909.202456ivi_oct_m2accepted/tizen_ivi_release/20131120.050511accepted/tizen/ivi/genivi/20140131.055907tizen_ivi_releasetizen_ivi_geniviaccepted/tizen/ivi/releaseaccepted/tizen/ivi/geniviRusty Lynch1-25/+35
2013-08-20Fix build errorSung-jae Park1-7/+7
2013-08-13Update coding convention.Sung-jae Park7-168/+331
2013-08-09Update coding conventionSung-jae Park7-168/+331
2013-08-05Remote server/client connection is now supported.Sung-jae Park2-89/+265
2013-08-01Supporting TCP/IP socket communication.Sung-jae Park2-89/+265
2013-07-24Resize recv/send socket buffer, TCP_NODELAY enabled.Sung-jae Park3-1/+47
2013-07-23Enable TCP_NODELAY.Sung-jae Park2-1/+14
2013-07-22Call the pthread_yieldSung-jae Park1-0/+3
2013-07-22Change the recv/send socket buffer size.Sung-jae Park1-0/+30
2013-07-18While processing the ack callback, if user disconnect to server, it can be cr...Sung-jae Park1-4/+17
2013-07-18Support the finalize the connection even if it is in the recv callbackSung-jae Park1-4/+17
2013-07-04Remove last trailing commaSung-jae Park3-3/+3
2013-07-04Remove last trailing comma. To keep the compatibility with old standard.Sung-jae Park3-3/+3
2013-06-27Update Log TagSung-jae Park3-17/+6
2013-06-27Remove unnecessary logsSung-jae Park3-17/+6
2013-06-13Update the terminating sequence.Sung-jae Park4-75/+61