index
:
platform/core/api/wifi-aware
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
tizen
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: Network & Connectivity / WiFi; Licenses: Apache-2.0;
cheoleun moon <chleun.moon@samsung.com>, seonah moon <seonah1.moon@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
Fix the build error for tizen-unified-X
tizen_9.0_m2_release
accepted/tizen/unified/x/asan/20241013.235820
accepted/tizen/unified/x/20241011.065501
accepted/tizen/unified/toolchain/20241022.122848
accepted/tizen/unified/toolchain/20241022.122406
accepted/tizen/unified/20241011.105305
accepted/tizen/9.0/unified/20241030.234055
tizen_9.0
tizen
accepted/tizen_unified_x_asan
accepted/tizen_unified_x
accepted/tizen_unified_toolchain
accepted/tizen_unified
accepted/tizen_9.0_unified
Dohyun Pyun
1
-3
/
+1
2024-10-04
include CHECK_FEATURE_SUPPORTED macro
accepted/tizen/unified/20241011.010627
a-nijhara
1
-2
/
+1
2024-09-30
Include unitest rpm in the gcov build
accepted/tizen/unified/x/20241006.082042
accepted/tizen/unified/20241004.041910
Dohyun Pyun
2
-7
/
+9
2024-09-27
Modify wifi_aware_disable API
a-nijhara
15
-39
/
+139
2024-09-20
Add missing return values to doxygen comment
Jaehyun Kim
1
-51
/
+106
2024-09-19
Merge "Update files according to the Native API guidelines" into tizen
accepted/tizen/unified/x/20240920.053144
accepted/tizen/unified/toolchain/20241004.101501
accepted/tizen/unified/dev/20240920.060423
accepted/tizen/unified/20240919.163747
accepted/tizen_unified_dev
Jaehyun Kim
3
-494
/
+745
2024-09-19
Update files according to the Native API guidelines
Jaehyun Kim
3
-494
/
+745
2024-08-13
Rectify passing user data as NULL in cb
a-nijhara
1
-1
/
+1
2024-03-12
Fix the gcov build error
accepted/tizen/unified/x/20240314.073218
accepted/tizen/unified/dev/20240620.004758
accepted/tizen/unified/20240313.135539
accepted/tizen/unified/20240313.134441
Seonah Moon
1
-1
/
+1
2022-06-09
Apply gcov automation
tizen_8.0_m2_release
tizen_7.0_m2_release
submit/tizen/20220610.003743
accepted/tizen/unified/20220614.134755
accepted/tizen/8.0/unified/20231005.092937
accepted/tizen/7.0/unified/hotfix/20221116.104922
accepted/tizen/7.0/unified/20221110.061959
tizen_8.0
tizen_7.0_hotfix
tizen_7.0
accepted/tizen_8.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_7.0_unified
Seonah Moon
2
-10
/
+46
2022-01-26
Change a gcov path
submit/tizen/20220126.063121
Seonah Moon
1
-6
/
+6
2021-07-28
Fix the situation that user_data is NULL
tizen_6.5.m2_release
submit/tizen_6.5/20211028.161801
submit/tizen/20210810.062704
submit/tizen/20210728.074251
accepted/tizen/unified/20210810.135259
accepted/tizen/6.5/unified/20211028.094818
accepted/tizen_6.5_unified
Cheoleun Moon
1
-1
/
+1
2021-05-18
Fix resource leak
submit/tizen/20210531.063738
accepted/tizen/unified/20210602.122544
Cheoleun Moon
1
-4
/
+2
2020-09-11
Check if it's null after g_try_malloc0
submit/tizen/20200911.080000
Cheoleun Moon
1
-0
/
+9
2020-07-13
Free session and peer before assert
tizen_6.0.m2_release
submit/tizen_6.0_hotfix/20201103.114802
submit/tizen_6.0_hotfix/20201102.192502
submit/tizen_6.0/20201029.205102
submit/tizen/20200713.104055
accepted/tizen/unified/20200714.065721
accepted/tizen/6.0/unified/hotfix/20201103.050833
accepted/tizen/6.0/unified/hotfix/20201103.003936
accepted/tizen/6.0/unified/20201030.121528
tizen_6.0_hotfix
tizen_6.0
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.0_unified
Cheoleun Moon
1
-72
/
+93
2020-07-03
Svace: fix memory leaks
submit/tizen/20200703.070301
accepted/tizen/unified/20200707.141017
Seonah Moon
3
-12
/
+25
2020-06-29
Revise unittests
submit/tizen/20200629.050408
accepted/tizen/unified/20200629.143421
Cheoleun Moon
11
-243
/
+316
2020-06-26
Remove codes to check permission
Cheoleun Moon
3
-56
/
+3
2020-06-26
Add unittests for SessionTerminated signal
Cheoleun Moon
6
-44
/
+60
2020-06-24
Refactor mocks for emitting signal
Cheoleun Moon
1
-44
/
+32
2020-06-24
Add unittests for wifi_aware_data_path_open
Cheoleun Moon
7
-10
/
+188
2020-06-23
Add NULL check when setting psk or pmk
Cheoleun Moon
3
-3
/
+10
2020-06-23
Add unittests for peer and data-path
Cheoleun Moon
14
-375
/
+839
2020-06-22
Check if output parameter is NULL
Cheoleun Moon
1
-0
/
+1
2020-06-19
Add unittests for signal handling
Cheoleun Moon
13
-43
/
+352
2020-06-16
Apply Tizen coding rule and Remove unnecessary things
submit/tizen/20200616.063112
accepted/tizen/unified/20200617.134118
Cheoleun Moon
21
-376
/
+196
2020-06-16
Add missing initialization of a member variable
Cheoleun Moon
1
-0
/
+1
2020-06-16
Add unittests for wifi_aware_session
Cheoleun Moon
13
-41
/
+1420
2020-06-16
Check pubsub Id before invoking received message callback
Cheoleun Moon
2
-5
/
+11
2020-06-16
Add the first unittest codes
Cheoleun Moon
26
-27
/
+699
2020-06-01
Merge branch 'master' of github.sec.samsung.net:tizen-sys-con/capi-network-wi...
Seonah Moon
16
-349
/
+2082
2020-06-01
Merge pull request #126 from seonah1-moon/master
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자
3
-27
/
+67
2020-04-27
Omit some codes from line coverage
Seonah Moon
4
-2
/
+15
2020-04-16
Check if Wi-Fi Aware is initialized or not
Seonah Moon
3
-27
/
+67
2020-04-16
Merge pull request #125 from seonah1-moon/master
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자
5
-0
/
+1401
2020-04-14
Fix typo
Seonah Moon
1
-1
/
+1
2020-04-14
Observe tizen coding convention
Seonah Moon
1
-1
/
+1
2020-04-14
fix indentation
Seonah Moon
2
-96
/
+95
2020-04-14
Add tests to verify matching filter
Seonah Moon
5
-0
/
+1402
2020-04-14
Merge pull request #124 from seonah1-moon/master
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자
7
-7
/
+123
2020-04-14
Revert "Add tests to verify matching filter"
Seonah Moon
5
-1402
/
+0
2020-04-14
Merge branch 'master' of github.sec.samsung.net:seonah1-moon/capi-network-wif...
Seonah Moon
7
-7
/
+123
2020-04-14
Add tests to verify matching filter
Seonah Moon
5
-0
/
+1402
2020-04-13
Fix indentation
Seonah Moon
1
-26
/
+25
2020-04-13
Add cynara dependency for checking permission
Seonah Moon
6
-1
/
+83
2020-04-13
doxygen: add privilege
Seonah Moon
1
-0
/
+8
2020-04-13
Fix indentation
Seonah Moon
1
-3
/
+3
2020-04-13
Check permission denied error for gdbus
Seonah Moon
4
-6
/
+33
2020-04-13
Merge pull request #122 from seonah1-moon/doc
문선아/Tizen Platform Lab(SR)/Engineer/삼성전자
1
-5
/
+2
2020-04-13
Merge pull request #123 from chleun-moon/master
문철은/Tizen Platform Lab(SR)/Staff Engineer/삼성전자
4
-0
/
+8
[next]