Meco Man
|
443ade4c29
[sscanf] use rt_sscanf to replace sscanf
|
7 months ago |
yangpeng
|
f98f772a84
[components/net/at]修复大数据量传输socket断开后可能丢数据的问题
|
8 months ago |
yangpeng
|
a939e8e4ea
[components/net/at]修复at socket信号量释放异常
|
8 months ago |
ryancw
|
9de975fa93
[components][sal][at] _gethostbyname_by_device 添加注释
|
10 months ago |
ryancw
|
bac9812cf9
[component][at_socket] udp一个socket跟多个地址通讯bug修复、DNS加锁防止多线程错乱、实现at_gethostbyname_r、稳定性优化
|
10 months ago |
RyanCW
|
188b87f4d8
[components][at_socket] 添加errno设置
|
10 months ago |
yangpengya
|
a8d5a645f2
[components][at] 优化AT组件,并解决内存泄露
|
1 year ago |
HUST_lxq
|
69e5b10e31
[at_socket.c] Fix null pointer vulnerability caused by the variable at_sock (#7166)
|
2 years ago |
liuxianliang
|
cca2f40ae0
[add] implement about "AT server".
|
3 years ago |
xiangxistu
|
4961ed59ba
[bug] use pointer that memory had freed. (#5971)
|
3 years ago |
Meco Man
|
f89a162ea3
[core] 使用rt_memcpy rt_memset代替memcpy memset
|
3 years ago |
Bernard Xiong
|
1cea0c8c79
Merge pull request #5279 from OpenNuvoton/nuvoton
|
3 years ago |
Meco Man
|
df9a23c534
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
|
3 years ago |
Wayne Lin
|
9b44e57a60
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton
|
3 years ago |
Meco Man
|
c360688714
使用poll.h代替dfs_poll.h
|
3 years ago |
guo
|
73bd7a7d66
Merge pull request #4868 from wenbodong2015/at_memleak
|
4 years ago |
wenbodong2015
|
0f6586c660
优化at_socket内存泄露的修改
|
4 years ago |
Wayne Lin
|
a4818ad3dd
Fix error code and return value.
|
4 years ago |
wenbodong2015
|
b9d24aff61
解决at_socket在极限情况下内存泄漏问题
|
4 years ago |
wenbodong2015
|
e38a8e9378
解决at_socket编译失败的问题
|
4 years ago |
qiyongzhong0
|
9dea54ae8b
Modify line 818 of the at_socket.c file from LOG_E to LOG_D
|
4 years ago |
Meco Man
|
3c05a4e719
[compoenets] auto & manual formatted
|
4 years ago |
longtengmcu
|
aac5e9da4c
1、web socket请求数据从服务器回来时,服务器会关闭连接,此时AT socket在读取返回的数据时不应该判断socket为连接的状态
|
4 years ago |
luhuadong
|
067106f164
[at_socket] support alloc socket dynamically with at device
|
5 years ago |
luhuadong
|
ce35dfbc40
[AT] Adjust where the AT socket callback function
|
5 years ago |
luhuadong
|
88a02d7bd8
fixed some typos
|
5 years ago |
malongwei
|
b0ccfa31ab
fix at_socket.c
|
5 years ago |
senduo
|
350947b190
修改at_socket.c文件中的sendto函数,len局部变量没有给初始值
|
6 years ago |
chenyong
|
7d2ffe63e9
[net][sal][netdev] Add IPv6 option configuration and feature support in SAL and netdev
|
6 years ago |
chenyong
|
1f9a668607
[net][at] Fix socket create failed issue when default netdev mismatch.
|
6 years ago |