Cloud Wu
c8197328a4
socket.listen returns addr,port
2022-09-04 00:13:49 +08:00
Cloud Wu
800a3376d6
Revert "Update the return values of socket.listen, also return the real port bind to zero ( #1638 )"
...
This reverts commit c1eeba215d .
2022-09-03 22:03:11 +08:00
Cloud Wu
6dda5f7f98
Revert "udp socket bugfix ( #1640 )"
...
This reverts commit 2a8c095e38 .
2022-09-03 22:02:45 +08:00
CKT
2a8c095e38
udp socket bugfix ( #1640 )
...
Co-authored-by: chenkete <kete.chen@centurygame.com >
2022-09-03 20:51:19 +08:00
caiyiheng
01b5d67b11
Update .gitignore ( #1639 )
2022-09-03 13:45:22 +08:00
zaxbbun
c1eeba215d
Update the return values of socket.listen, also return the real port bind to zero ( #1638 )
2022-09-03 07:19:03 +08:00
Cloud Wu
6bd6f53ab8
update lua
2022-08-25 15:14:01 +08:00
Cloud Wu
dfc706615e
update lua
2022-08-25 11:51:58 +08:00
云风
8efad53631
Emfile ( #1626 )
...
* Close the connection when EMFILE, See #1625
* close reserve_fd
2022-08-17 13:12:51 +08:00
yfy
0c1491ba99
修复https读取数据返回0报错 ( #1622 )
...
* 修复https读取数据返回0报错
./skynet/lualib/skynet.lua:861: ./skynet/lualib/skynet.lua:333: ./skynet/lualib/http/httpc.lua:109: ./skynet/lualib/http/tlshelper.lua:54: SSL_read error:6
stack traceback:
[C]: in function 'error'
./skynet/lualib/http/httpc.lua:109: in function 'http.httpc.request'
* http请求header中host头修改为默认的Host名字
2022-08-06 06:05:09 +08:00
yfy
1b54306509
http请求头host字段改为Host ( #1623 )
2022-08-05 10:02:11 +08:00
fanyh
3911e0738b
修改clusterd node closed 后再次命中__index 会继续触发 call changenode ( #1614 )
2022-06-20 20:06:08 +08:00
dxb218
fad27d7775
Update interface.lua ( #1612 )
...
string.format语法错误
2022-06-11 20:22:22 +08:00
Cloud Wu
e98378e874
Fix #1609
2022-06-09 08:05:26 +08:00
子熏
389146167f
export queryproto ( #1605 )
...
Co-authored-by: zixun <lb151450@alibaba-inc.com >
2022-05-30 23:18:08 +08:00
Cloud Wu
73c0e306cf
update jemalloc 5.3.0
2022-05-09 10:41:58 +08:00
云风
6d86016247
Update issue templates
2022-04-27 16:25:06 +08:00
云风
acefd8de27
Update issue templates
2022-04-27 16:24:27 +08:00
涵曦
448fe14b9e
fix comment: profile default is on. ( #1581 )
2022-04-22 16:35:46 +08:00
涵曦
341b7924a0
remove unused function skynet_module_insert #1579 ( #1580 )
2022-04-20 17:18:23 +08:00
caiyiheng
013cb42122
feat: add mongo safe batch delete ( #1577 )
2022-04-15 16:20:00 +08:00
Cloud Wu
bcd012f9cf
uintptr_t need stdint.h
2022-04-15 10:57:37 +08:00
Cloud Wu
c4da547259
fix retireall, see #1576
2022-04-15 08:19:20 +08:00
IAN.Z
6ad379b7a7
feat: add mongo safe batch update ( #1575 )
...
Co-authored-by: zhuyin.zhu <zhuyin.zhu@alibaba-inc.com >
2022-04-14 12:35:54 +08:00
涵曦
ee103e97cd
Fix handle register when slot[0] is null will segmentation fault ( #1574 )
2022-04-13 22:36:47 +08:00
云风
e37eb3cba0
Callback ( #1571 )
...
* Use independent thread for callback
* bugfix: use new cb_ctx when changing callback
2022-04-12 11:11:08 +08:00
Cloud Wu
0ddd938400
Clear callback function in main thread
2022-04-12 10:08:07 +08:00
涵曦
2d42adb739
fix typo: remove duplicate include ( #1570 )
2022-04-10 15:35:46 +08:00
Bruce
9fd7a51b34
Compat lua compile as cpp ( #1568 )
...
* Compat lua compile as cpp
* Compat lua compile as cpp
2022-04-07 17:22:32 +08:00
Cloud Wu
2660b10442
fix #1567
2022-04-07 15:19:53 +08:00
coder
969d3291b6
删除无用forwarding数据 ( #1565 )
2022-04-02 19:30:46 +08:00
coder
c84f7354ff
删除多余snlua定义 ( #1564 )
2022-04-02 16:06:04 +08:00
JTrancender
b555aa19e7
feat: add cluster.unregister ( #1563 )
2022-04-02 12:17:47 +08:00
liaodaiguo123
f72573a2aa
base64:To improve compatibility, there may not be enough equal signs ( #1561 )
2022-03-31 18:57:03 +08:00
caiyiheng
bee8a0e731
update lpeg to 1.0.2 ( #1557 )
2022-03-29 16:16:51 +08:00
t0350
5d48c02725
see #1554 , handle nomore message after skynet.exit ( #1556 )
...
Co-authored-by: jietao.cjt <jietao.cjt@alibaba-inc.com >
2022-03-23 09:38:20 +08:00
子熏
fad62566dc
#1544 fix playload_len ( #1553 )
...
Co-authored-by: zixun <lvzxiun@gmail.com >
2022-03-21 13:23:03 +08:00
Cloud Wu
d1ce950dc1
Fix #1552
2022-03-19 07:10:52 +08:00
JTrancender
eaba8f969c
perf: add sharetable queryall default behavior(all share data) ( #1537 )
2022-02-16 11:22:59 +08:00
JTrancender
40ee98b40e
feat: add sharetable queryall ( #1536 )
...
Co-authored-by: Jason <jie-email@jie-trancender.org >
2022-02-15 21:01:54 +08:00
Cloud Wu
b13281b77d
bugfix : See #1535
2022-02-14 07:52:46 +08:00
t0350
3c4f673740
panic while reading from stdin ( #1529 )
...
Co-authored-by: jietao.cjt <jietao.cjt@alibaba-inc.com >
2022-02-08 20:27:29 +08:00
xjdrew
6d6be8dec6
skynet.service: add close ( #1526 )
...
Co-authored-by: drew.zxj <drew.zxj@alibaba-inc.com >
2022-01-21 10:34:00 +08:00
Cloud Wu
923651ada3
Happy New Year
2022-01-17 10:24:24 +08:00
Cloud Wu
8304747d8e
Lua 5.4.4 rc3
2022-01-17 10:22:31 +08:00
Cloud Wu
5b5d5906cb
Update Lua lua 5.4.4 rc2
2021-12-22 11:11:25 +08:00
Cloud Wu
9d3edae797
Check self.__sock before dispatch, See #1513
2021-12-14 17:01:50 +08:00
Cloud Wu
208be03a6f
Disconnected during auth, See #1513
2021-12-10 20:56:18 +08:00
Cloud Wu
3b54b3bd80
Revert "raise socket error during auth"
...
This reverts commit 839975415d .
2021-12-10 20:26:46 +08:00
Cloud Wu
839975415d
raise socket error during auth
2021-12-10 19:31:36 +08:00