Cloud Wu
c8197328a4
socket.listen returns addr,port
2022-09-04 00:13:49 +08:00
风---自由
4c9c9ce6bd
debug_console add dbgcmd command ( #1325 )
2021-01-18 10:41:30 +08:00
Cloud Wu
e669913b2a
log debug console client ip
2020-10-14 17:10:29 +08:00
Cloud Wu
55f207c1d2
fix debug console command : kill
2020-10-14 16:24:04 +08:00
Cloud Wu
b6354a0490
Add skynet.killthread() and debugcommand killtask
2020-10-14 14:12:29 +08:00
云风
eaa60ca8dd
Update to lua 5.4 ( #1174 )
...
* update to lua 5.4.0-rc1
* remove LUA_ERRGCMM
* use age bits for shared
* remove unused lbitlib.c
* use luaV_fastget
* fix #1174
* suspend函数tailcall优化
* 防止没有session导致未调用suspend
* luaH_setint check shared (#1184 )
* set LUA_GCGEN by default
* fix #1174 (#1186 )
checkshared in sweeplist
* update to lua 5.4 rc2
* update to lua 5.4 rc4
* move skynet.profile into snlua
* Use lua_sethook to interrupt tight loops
* remove lua_checksig
* critical condition for signals
* update to lua 5.4 released
* lua 5.4 bugfix
* update lua bugfix
* fix lua_sharestring (#1224 )
* update lua
* update lua 5.4
* update README
* add skynet.select
* add test
* test error & discard
* yield session
* request error has no error message
* add timeout to skynet.select
* bugfix
* for lua 5.4
* new version
* bugfix
* bugfix
* use if instead of while
* make local
* yield in select for
* update lua 5.4.1
* change lua version (#1245 )
Co-authored-by: xiaojin <xiaojin@onemt.com.cn >
* update lua version number
Co-authored-by: hong <hongling0@gmail.com >
Co-authored-by: hong <hongling-0@qq.com >
Co-authored-by: 风---自由 <996442717qqcom@gmail.com >
Co-authored-by: xiaojin <xiaojin@onemt.com.cn >
2020-10-10 13:36:59 +08:00
fanlix
f2b1bd7319
stat: add mem stat for jemalloc ( #1218 )
...
1, add opts arg for mallctl,dumpinfo
2, collect jemalloc.mem info
3, add debug_console cmd: jmem
Co-authored-by: fx <fx@f.x>
2020-07-22 19:26:39 +08:00
wudeng
478575436b
uniqtask for gm
2019-08-27 21:58:47 +08:00
Cloud Wu
2ceb642b5d
rewrite SSM and clonefunction
2019-06-10 15:11:51 +08:00
wudeng
35aa00fb13
Add jemalloc heap profilling in debug console
2019-05-01 20:37:48 +08:00
Cloud Wu
56d24f46d6
overflow check
2019-04-02 19:15:35 +08:00
Cloud Wu
64e0c4daff
calc variance
2019-04-02 19:15:35 +08:00
Cloud Wu
5bf635c75c
SSM expanding
2019-04-02 19:15:35 +08:00
Cloud Wu
61980c8a1f
add socket.netstat
2018-09-07 16:11:27 +08:00
Cloud Wu
c72d4d2134
support string address name, see #883
2018-08-28 15:15:38 +08:00
btt
18a36c171f
debug console inject cmd support args
2018-08-23 17:02:06 +08:00
Cloud Wu
3a1556e1fd
add new debug command trace
2018-06-08 11:24:27 +08:00
Cloud Wu
94374cf06f
fix #648
2017-06-02 19:36:39 +08:00
Cloud Wu
624fbf6f22
fix issue #648
2017-06-02 19:16:36 +08:00
Cloud Wu
5a4ebe6a73
move snax to skynet
2017-06-01 12:18:42 +08:00
Cloud Wu
f1ed482001
move to skynet module
2017-06-01 11:29:07 +08:00
Cloud Wu
8a6243d2a0
rename socket to skynet.socket
2017-06-01 10:51:02 +08:00
Cloud Wu
61d13846cd
fix a bug , issue #592
2017-04-12 17:04:58 +08:00
Cloud Wu
67b055009d
bugfix isse #592
2017-03-20 16:25:15 +08:00
lpy
bac383441e
modify debug_console result string
2016-11-22 19:37:10 +08:00
lpy
708d57a77e
pass the inject code error to debug_console
2016-11-22 11:14:07 +08:00
Cloud Wu
f48eeca667
add debug command call
2016-09-26 13:07:55 +08:00
Cloud Wu
c91efa5134
debug_console support user defined ip
2016-09-01 17:53:25 +08:00
Cloud Wu
26ad20aa2b
debug cmem print total memory used
2016-08-25 11:55:13 +08:00
Cloud Wu
d9b0347741
don't close fd twice
2016-06-12 15:07:56 +08:00
Cloud Wu
9546537256
debug console support simple http
2016-06-12 14:51:18 +08:00
David Feng
58755a6772
add vararg for INFO debug console command
2016-05-16 18:57:40 +08:00
Cloud Wu
1cf976c4e4
add debug console command : ping
2016-05-13 09:46:44 +08:00
Cloud Wu
6cc558bb82
output Exit when new service exit
2016-05-06 19:45:50 +08:00
Cloud Wu
84b08bf286
detect console fd closed
2016-05-06 19:37:16 +08:00
m2q1n9
bcdfcde72f
fix code indent
2015-12-27 22:38:58 +08:00
m2q1n9
b9ad559992
fix a debug_console error
2015-12-25 17:24:50 +08:00
Cloud Wu
c0862d8445
add global share string table
2015-08-21 13:52:04 +08:00
felixdae
c16ae57639
not work with telnet due to \r\n
2015-08-07 18:52:50 +08:00
Cloud Wu
7fb109dbb0
See Issue #284
2015-06-01 10:57:30 +08:00
Cloud Wu
a0ffff8ad6
add module signal and hack lua to support it :)
2015-03-11 15:10:53 +08:00
Cloud Wu
e031a35330
support empty line
2015-02-09 23:48:45 +08:00
Cloud Wu
498f634ac5
remote debugger
2015-02-09 23:40:54 +08:00
Cloud Wu
16f63df0c3
add message log
2014-08-22 15:30:35 +08:00
Cloud Wu
6bf8dd9a31
add debug command inject
2014-08-13 21:02:56 +08:00
Cloud Wu
809e6c3a89
add debug command: exit
2014-08-13 19:37:26 +08:00
Cloud Wu
ce5adba5b2
add skynet.response for delay response
2014-07-30 12:10:30 +08:00
Cloud Wu
ece89a1b49
add new api skynet.task()
2014-07-07 18:29:27 +08:00
Cloud Wu
9937081854
Redesign harbor/master/dummy service
2014-06-21 17:01:59 +08:00
Cloud Wu
61e3904de8
merge servicecache branch
2014-04-29 14:51:34 +08:00