summaryrefslogtreecommitdiff
path: root/obexd/client/session.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28Bluez 5.43 Upgrade: Apply Tizen patchessubmit/tizen/20170330.042352accepted/tizen/wearable/20170330.223751accepted/tizen/unified/20170330.223834accepted/tizen/tv/20170330.223738accepted/tizen/mobile/20170330.223718accepted/tizen/ivi/20170330.223808accepted/tizen/common/20170330.151746accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonh.sandeep1-1/+34
Change-Id: I5d5a9d9e2e7811af3dd3878b4f740e1f1a019d51 Signed-off-by: h.sandeep <h.sandeep@samsung.com>
2017-03-28Bluez Upgrade: Add Bluez 5.43 open source code.h.sandeep1-36/+1
Change-Id: Ife8b8b7b7163ca2d6c521cdb7f99c2ae90b14ba0 Signed-off-by: h.sandeep <h.sandeep@samsung.com>
2016-11-21Modify build feature names as Tizen 3.0 build option naming rulesubmit/tizen/20161122.051739accepted/tizen/wearable/20161123.000045accepted/tizen/tv/20161123.000032accepted/tizen/mobile/20161123.000015accepted/tizen/ivi/20161123.000102accepted/tizen/common/20161122.193043DoHyun Pyun1-6/+6
Change-Id: Id474f0db7668bbc4a0d8a4cdafa77fbd4b941a3c Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2016-08-12Merge the code from privateDoHyun Pyun1-0/+27
branch:devel/bluetooth/master ================================================= commit 2fca83fc8992b0475434b40f911eba47e623935e Author: Anurag Biradar <biradar.a@samsung.com> Date: Fri Aug 5 15:11:55 2016 +0530 HID: Adding support for dual HID Roles ================================================== Change-Id: I06b445bddbba372d3977904e5225d6ca54b12cb7 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2016-04-12Upgrade bluez5_37 :Merge the code from privatesubmit/tizen/20160414.030922accepted/tizen/wearable/20160414.091945accepted/tizen/tv/20160414.092045accepted/tizen/mobile/20160414.092019accepted/tizen/ivi/20160414.092030accepted/tizen/common/20160414.142549h.sandeep1-36/+49
branch:devel/bluetooth/master ================================================ commit 81e16d9fa48dc40f2dcb15aca9ce87ea50d9a85e Author: Injun Yang <injun.yang@samsung.com> Date: Thu Mar 31 17:05:06 2016 +0900 GATT Server : Handle property and write type ============================================== Change-Id: I0d2b69488337b1f393fba43dc1268bd92ea6b6ac Signed-off-by: h.sandeep <h.sandeep@samsung.com>
2015-06-08Upgrade Bluez 5.28 and synchronize Tizen 2.4's bluezDoHyun Pyun1-3/+10
Change-Id: Ifaf2154ba0ab19b180946e0d92f1817a1d9ed839 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2015-02-18Changes for successful build after porting of Tizen 2.4 codeAbhinav Kumar1-11/+31
1> Copied Tizen 2.4 code in tizen branch. 2> Made changes to spec file for successful build. Also added a new file .gbs.conf. Change-Id: I6e479759454c1978e68340a0f3541fb66b437044
2014-12-03obexd/client: Fix crash while disconnectingsubmit/tizen/20141204.061729accepted/tizen/mobile/20141208.023444accepted/tizen/common/20141205.181642wu zheng1-1/+3
In case the transport is disconnected while disconnect command is pending the session is freed on disconnect_complete but disconnect callback is still valid causing the following crash: Invalid read of size 4 at 0x42682A: obc_session_ref (session.c:132) by 0x42797B: obc_session_shutdown (session.c:580) by 0x4139DA: incoming_data (gobex.c:1406) by 0x59712A5: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x5971627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x5971A39: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x40D78C: main (main.c:320) Address 0x728d814 is 4 bytes inside a block of size 120 free'd at 0x4C28577: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) by 0x5976F7E: g_free (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x4134B9: handle_response (gobex.c:1129) by 0x4139BD: incoming_data (gobex.c:1403) by 0x59712A5: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x5971627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x5971A39: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3800.2) by 0x40D78C: main (main.c:320) The patch comes from upstream: commit ID 765fc36308c8d806a597bb9eae13bdff82e081d8 Change-Id: Id2abc28533d6312c791ec8b9880a4073db529e31 Signed-off-by: Wu Zheng <wu.zheng@intel.com>
2014-05-27Stop and clear the pending transfers in a session if a transfer failsWu zheng1-0/+9
Change-Id: If693de59dada292deffee2dc19019dbbf802ab48
2014-05-27Imported Upstream version 5.19upstream/5.19upstreamSebastian Chlad1-2/+32
2013-10-23Imported Upstream version 5.10upstream/5.10Wu zheng1-0/+1338