summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-19Merge "Update files according to the Native API guidelines" into tizenaccepted/tizen/unified/x/20240920.053144accepted/tizen/unified/toolchain/20241004.101501accepted/tizen/unified/dev/20240920.060423accepted/tizen/unified/20240919.163747accepted/tizen_unified_devJaehyun Kim1-3/+3
2024-09-19Update files according to the Native API guidelinesJaehyun Kim1-3/+3
2024-08-13Rectify passing user data as NULL in cba-nijhara1-1/+1
2021-07-28Fix the situation that user_data is NULLtizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161801submit/tizen/20210810.062704submit/tizen/20210728.074251accepted/tizen/unified/20210810.135259accepted/tizen/6.5/unified/20211028.094818accepted/tizen_6.5_unifiedCheoleun Moon1-1/+1
2021-05-18Fix resource leaksubmit/tizen/20210531.063738accepted/tizen/unified/20210602.122544Cheoleun Moon1-4/+2
2020-06-26Remove codes to check permissionCheoleun Moon2-54/+0
2020-06-23Add NULL check when setting psk or pmkCheoleun Moon1-1/+2
2020-06-22Check if output parameter is NULLCheoleun Moon1-0/+1
2020-06-19Add unittests for signal handlingCheoleun Moon1-1/+1
2020-06-16Apply Tizen coding rule and Remove unnecessary thingssubmit/tizen/20200616.063112accepted/tizen/unified/20200617.134118Cheoleun Moon6-138/+102
2020-06-16Check pubsub Id before invoking received message callbackCheoleun Moon1-4/+10
2020-06-16Add the first unittest codesCheoleun Moon4-17/+4
2020-06-01Merge branch 'master' of github.sec.samsung.net:tizen-sys-con/capi-network-wi...Seonah Moon4-7/+111
2020-04-27Omit some codes from line coverageSeonah Moon4-2/+15
2020-04-16Check if Wi-Fi Aware is initialized or notSeonah Moon2-1/+18
2020-04-14Merge pull request #124 from seonah1-moon/master문선아/Tizen Platform Lab(SR)/Engineer/삼성전자4-6/+91
2020-04-13Fix indentationSeonah Moon1-26/+25
2020-04-13Add cynara dependency for checking permissionSeonah Moon3-0/+63
2020-04-13Fix indentationSeonah Moon1-3/+3
2020-04-13Check permission denied error for gdbusSeonah Moon3-6/+29
2020-04-13Add a case for WIFI_AWARE_ERROR_ALREADY_ENABLEDCheoleun Moon1-0/+2
2020-04-08Change data type for pub/subSeonah Moon2-4/+4
2020-04-08Add new error type: WIFI_AWARE_ERROR_ALREADY_ENABLEDSeonah Moon2-1/+2
2020-04-07Add PMK test and change parameter for PMKCheoleun Moon1-2/+10
2020-04-07Merge pull request #103 from seonah1-moon/master문선아/Tizen Platform Lab(SR)/Engineer/삼성전자2-4/+8
2020-04-07Prevent segmentaion fault when invoking callback functionSeonah Moon2-4/+8
2020-04-07Set client_id to -1 on disableCheoleun Moon1-1/+1
2020-04-06Add distance to service_discovered_cbCheoleun Moon3-10/+11
2020-04-06Change ranging api nameCheoleun Moon1-1/+1
2020-04-06Set default value of distance as -1Cheoleun Moon1-0/+2
2020-04-06Min distance can be zeroCheoleun Moon1-1/+1
2020-04-06Check the lower boundary of distanceCheoleun Moon1-0/+2
2020-04-06Add missed braceCheoleun Moon1-2/+2
2020-04-06Implement set max/min distanceCheoleun Moon5-0/+42
2020-04-03Fix print format for 64 bitSeonah Moon2-3/+3
2020-04-03Add some error checksCheoleun Moon1-18/+41
2020-04-02Check the length of output parameterCheoleun Moon1-0/+9
2020-04-02Merge remote-tracking branch 'upstream/master'Cheoleun Moon1-5/+0
2020-04-02Remove unreachable codesCheoleun Moon1-5/+0
2020-04-02Remove unaffected comparisonCheoleun Moon1-32/+42
2020-04-02Merge pull request #83 from chleun-moon/sizeof문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자1-1/+1
2020-04-02Fix type used for mallocCheoleun Moon1-1/+1
2020-04-02Merge pull request #82 from seonah1-moon/master문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자2-0/+36
2020-04-02Fix gdbus abort issueSeonah Moon2-0/+36
2020-04-01Check if the callback is null or notCheoleun Moon1-0/+2
2020-04-01Return errors when setting/unsetting callbacksCheoleun Moon3-18/+25
2020-04-01Merge pull request #74 from chleun-moon/dbus문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자1-2/+2
2020-04-01Fix dbus parameter typeCheoleun Moon1-2/+2
2020-04-01Merge pull request #73 from seonah1-moon/master문선아/Tizen Platform Lab(SR)/Engineer/삼성전자3-5/+21
2020-04-01Deinitialize callbacks after they are invoked.Seonah Moon3-5/+21