summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-25Fix build warningtizen_7.0_m2_releasesubmit/tizen/20220803.020401accepted/tizen/unified/20220803.131515accepted/tizen/7.0/unified/hotfix/20221116.104904tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfixcheoleun moon6-29/+13
2022-06-10Do not build unittest when ASAN is enabledsubmit/tizen/20220613.023611submit/tizen/20220610.043005accepted/tizen/unified/20220614.220939accepted/tizen/unified/20220614.134638Seonah Moon1-0/+5
2022-06-09Apply gcov automationsubmit/tizen/20220610.003743accepted/tizen/unified/20220614.134803Seonah Moon1-12/+46
2022-02-09Fix use-after-freesubmit/tizen/20220209.080059accepted/tizen/unified/20220210.105908Seonah Moon2-3/+3
2022-01-26Change a gcov pathsubmit/tizen/20220126.063121Seonah Moon1-3/+3
2022-01-26Use snprintf() instead of sprintf()Seonah Moon2-2/+2
2022-01-14Allocates the memory of epoll events dynamicallysubmit/tizen/20220114.040901accepted/tizen/unified/20220117.134949Seonah Moon2-2/+10
2022-01-07Use rand_r() instead of rand()submit/tizen/20220107.035040accepted/tizen/unified/20220110.135924Seonah Moon2-5/+5
2022-01-06Update libwebsockets headers for v4.3-stableSeonah Moon36-177/+2660
2021-12-30Upgrade libwebsockets to v4.3-stablesubmit/tizen/20211230.054603accepted/tizen/unified/20211231.161332Seonah Moon11-2/+2
2021-12-01Add prebuilt lws library for armv7hlsubmit/tizen/20211201.112105accepted/tizen/unified/20211202.120708cheoleun moon3-2/+9
2021-12-01Do not pack pkgconfig for libwebsocketssubmit/tizen/20211201.045926cheoleun moon1-2/+4
2021-12-01Do not open default server socketSeonah Moon2-2/+3
2021-11-26Do not use vsnprintf twicesubmit/tizen/20211130.020503submit/tizen/20211129.010432submit/tizen/20211126.024755cheoleun moon2-9/+8
2021-11-25Do not use prebuilt lws librarysubmit/tizen/20211125.083424cheoleun moon3-8/+12
2021-10-28Change the type of validator to long longsubmit/tizen/20211028.062653accepted/tizen/unified/20211028.122143cheoleun moon1-3/+3
2021-10-28Fix unitest for dpcheoleun moon1-1/+1
2021-10-25Fix memory leaksubmit/tizen/20211028.034129cheoleun moon1-0/+3
2021-10-22Upgrade version to 1.1.10cheoleun moon1-1/+1
2021-10-22Increase max fd counts to 1024cheoleun moon1-1/+1
2021-10-22Add lock_guard VineMap::for_eachcheoleun moon1-0/+1
2021-10-22dnssd-plugin: overwrite sdref_map for duplicate fdSeonah Moon1-1/+2
2021-10-22lws-plugin: move client close request to eventloop threadSeonah Moon7-43/+67
2021-10-21Iterate op_queue to process the matching fdcheoleun moon2-11/+23
2021-10-21Check datapath handle before invoking user callbackSeonah Moon1-11/+59
2021-10-19Introduce VineMap for synchronized mapcheoleun moon2-20/+99
2021-10-19Change DP termination logic #2Seonah Moon2-41/+58
2021-10-19Change DP termination logicSeonah Moon8-57/+164
2021-10-13Fix a crash issuetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161801submit/tizen/20211013.083056accepted/tizen/unified/20211013.114638accepted/tizen/6.5/unified/20211028.095702Seonah Moon1-1/+1
2021-09-28Return non-zero in lws callback when close requestsubmit/tizen/20211012.073313Seonah Moon1-2/+12
2021-09-28Fix timing issueSeonah Moon4-47/+106
2021-09-15Disable NAN feature on emulatorsubmit/tizen/20210916.023811accepted/tizen/unified/20210923.133046Seonah Moon1-0/+4
2021-09-07Ensure null-terminated stringsubmit/tizen/20210907.051033Cheoleun Moon3-7/+17
2021-08-30Fix svace issuessubmit/tizen/20210831.025107accepted/tizen/unified/20210901.050242Cheoleun Moon2-1/+2
2021-08-30ble-gatt: Use different UUID for each DP connectionSeonah Moon8-23/+284
2021-08-30Add vine_dp_set_service()Seonah Moon5-0/+87
2021-08-30Merge "Modify the initiation logic for GATT connection" into tizenseonah moon1-100/+356
2021-08-30nan-plugin: add NAN init/deinitCheoleun Moon2-2/+26
2021-08-30nan-plugin: add resolve_ipCheoleun Moon4-58/+261
2021-08-30Integrate ble_discovered_cb with discovered_cbCheoleun Moon9-66/+37
2021-08-30Support NAN discoveryCheoleun Moon7-11/+117
2021-08-30Merge "nan plugin: add publish and subscribe" into tizencheoleun moon6-0/+468
2021-08-30nan plugin: add publish and subscribeCheoleun Moon6-0/+468
2021-08-24Use gmock instead of gtestsubmit/tizen/20210824.054637accepted/tizen/unified/20210824.123710Cheoleun Moon2-19/+29
2021-08-12Merge "Use long type for timeout_ms" into tizensubmit/tizen/20210812.064303accepted/tizen/unified/20210813.005935cheoleun moon2-2/+2
2021-08-10Use long type for timeout_msCheoleun Moon2-2/+2
2021-08-09Modify the initiation logic for GATT connectionSeonah Moon1-100/+356
2021-08-09Fix build failureSeonah Moon2-1/+5
2021-08-06Check if value is nullsubmit/tizen/20210806.070749Cheoleun Moon1-1/+3
2021-07-23ble-gatt: handle pending write data and MTUSeonah Moon5-35/+192