summaryrefslogtreecommitdiff
path: root/resource/csdk/connectivity
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Fix build error with scons-4.4.0 version which is based on python3accepted/tizen/unified/20230214.171546biao716.wang19-78/+78
2022-11-17riscv64: Add support for RISC-Vtizen_8.0_m2_releasesubmit/tizen/20221206.152029accepted/tizen/unified/20230306.081601accepted/tizen/8.0/unified/20231005.094953tizen_8.0accepted/tizen_8.0_unifiedMarek PikuĊ‚a1-1/+1
2021-06-28Disable auto connect while calling bt_gatt_connecttizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163401submit/tizen/20210628.055145accepted/tizen/unified/20210629.130141accepted/tizen/7.0/unified/hotfix/20221116.110905accepted/tizen/7.0/unified/20221110.061438accepted/tizen/6.5/unified/20211029.013650tizen_7.0_hotfixtizen_7.0tizen_6.5accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedDoHyun Pyun1-4/+1
2020-06-19[CONPRO-1591]:Crash in libconnectivity_abstraction.so [CAIPStopServer]Sourav Bhuwalka1-0/+1
2020-06-19[CONPRO-1583]Enable Duplicate Ipv4/Ipv6 packets through build flag.Sudipto1-2/+15
2020-06-16Adding ConnectionManager Test CaseKush2-0/+58
2020-06-11Fix for Sonarqube Bugssamanway1-1/+1
2020-04-14Revert "[CONPRO-1568] Ignoring duplicate IPv6/Ipv4 messages"submit/tizen/20200414.045530accepted/tizen/unified/20200416.001142DoHyun Pyun2-7/+8
2020-04-02Fix -Wreturn-type build warningsubmit/tizen/20200405.215959submit/tizen/20200403.000136submit/tizen/20200402.005546accepted/tizen/unified/20200407.130847DoHyun Pyun1-2/+3
2020-04-01Adding fix for bi directional requestKush1-15/+47
2020-04-01[CONPRO-1568] Ignoring duplicate IPv6/Ipv4 messagesKush2-8/+7
2020-04-01[CONPRO-1558] Adding check for tasks already freed through ca_thread_pool_freeKush1-0/+10
2020-02-19[CONPRO-1561] Crash in memcpysubmit/tizen/20200219.001638samanway1-1/+1
2020-02-19[CONPRO-1560] iotivity crash in data receiver threadsamanway2-10/+35
2020-01-30Remove unused source file in tizen bt_le_adaptersubmit/tizen/20200218.000626submit/tizen/20200203.002206accepted/tizen/unified/20200204.125838DoHyun Pyun1-1665/+0
2020-01-30CONPRO-1551 Adding support for LE bi directional request.Kush2-3/+34
2020-01-30Adding NULL check in CALEClientAddUuidsamanway1-3/+14
2020-01-28[CONPRO-1552] Build fail for -Werror=implicit-function-declaration]samanway1-0/+2
2020-01-12Fixing Iotivity crash in catcpserversamanway2-9/+20
2020-01-12Bug fix in set/unset adapter state change callback. (#640)senthil.gs@samsung.com5-14/+18
2020-01-12BLE Scan when GATT already connected.Kush1-18/+64
2020-01-12Adding retry logic for gatt connection for VD clientsamanway1-21/+1
2020-01-12Deadlock after BLE connection error in caleserver_mcd.cKush1-0/+2
2020-01-12Build fix for tizen when TARGET_TRANSPORT=BLEsamanway2-1/+4
2020-01-03Enable GCOV Coverage & Logging in UT. (#628)senthil.gs@samsung.com1-0/+4
2019-11-28Avoiding code duplications in tizen BLE VD client files.samanway2-9/+80
2019-11-28Split TCP Server Mutex into different fileKush4-115/+211
2019-11-28Split Android CaleClient in two different files. (#619)s.bhuwalka@samsung.com5-628/+729
2019-11-28Removed duplicated code blocks (#615)kush.agrawal@samsung.com4-385/+113
2019-11-28Removing code duplication from Caleadapter.c (#606)samanway.dey@samsung.com1-232/+37
2019-11-28Avoid CA IP NW monitor code duplications.Senthil Kumar G S7-174/+182
2019-11-18Static Analyzer Bug Fixes. (#603)senthil.gs@samsung.com7-18/+17
2019-11-18Avoid adding elements to QueueingThread if it's stopped. (#596)senthil.gs@samsung.com8-20/+135
2019-11-15Set error code to 0 for normal TCP disconnection.Senthil Kumar G S1-5/+10
2019-10-30Set socket family for IPv4Senthil Kumar G S1-0/+1
2019-10-30TCP Socket Bind APIKush4-0/+124
2019-10-30Build fix for visual display filessamanway1-1/+1
2019-10-30New APIs to configure TCP Socket Keep-Alive.Senthil Kumar G S6-1/+260
2019-10-29Fix for SVACE IssuesSudipto3-4/+11
2019-10-29Crash in Selectsourav bhuwalka2-3/+11
2019-10-14Remove the white space in caleadapter.cDoHyun Pyun1-2/+2
2019-10-14Crash in selectsourav bhuwalka1-1/+5
2019-10-14Merge "Enable GATT server indication for Tizen Speaker" into tizenPyun DoHyun1-40/+39
2019-10-14Crash at CADestroyDataSet()sourav bhuwalka1-0/+1
2019-10-14Move CASetSecureEndpointUuid APIsJaehong Jo4-24/+27
2019-10-01Enable GATT server indication for Tizen SpeakerAnupam Roy1-40/+39
2019-09-27Fix for destroying gatt client in case of error.Kush1-0/+1
2019-09-03[CONPRO-1483] Implementation of API for setting scanfilter UUIDssamanway8-287/+408
2019-09-20Adding Retry logic for LUX disconnection issueSamanway Dey1-7/+98
2019-09-10[CONPRO-1471]Adding logic for caching MTU in tizen LE ServerKush5-1/+111