summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Use valid format for printftizen_8.0_m2_releaseaccepted/tizen/unified/20230621.023222accepted/tizen/8.0/unified/20231005.092919tizen_8.0accepted/tizen_8.0_unifiedcheoleun moon2-3/+3
2023-03-30Add prebuilt lws library for riscv64Ɓukasz Stelmach1-0/+0
2023-01-31Use fd as a key to handle eventloopaccepted/tizen/unified/20230206.093930accepted/tizen/unified/20230206.093814Seonah Moon1-9/+8
2023-01-30Fix the bug about invalid event fdaccepted/tizen/unified/20230201.083523accepted/tizen/unified/20230201.031125accepted/tizen/unified/20230131.162137Seonah Moon2-5/+9
2023-01-13Check io_event_handler state before using itaccepted/tizen/unified/20230126.170102Seonah Moon2-1/+10
2022-11-03Use nullptr instead of NULLaccepted/tizen/unified/20221107.173032cheoleun moon2-4/+4
2022-11-03Check return valuecheoleun moon2-9/+15
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