449 Commits
Author SHA1 Message Date
gongdewei 67dbe49009 cache split result as String[], foreach optimization 2020-05-28 12:54:17 +08:00
gongdewei 080eabc300 set split output list initial size 2020-05-28 11:33:28 +08:00
gongdewei a2b7771819 reduce trace view string builder initial size 2020-05-28 11:03:12 +08:00
gongdewei dc7fb820ec cache string split results 2020-05-28 11:01:54 +08:00
gongdewei 283980d10b string concat & replace optimization 2020-05-27 20:27:02 +08:00
gongdewei 8c50b63acc Add HierarchyStringBuilder for strings concat optimization 2020-05-27 20:25:43 +08:00
gongdewei b7fa1029ca string split optimization for SpyImpl 2020-05-27 20:23:48 +08:00
gongdewei 1a73685784 trace tree render optimization 2020-05-27 20:21:03 +08:00
gongdewei ab025822bb add Ansi.flush(), write to external StringBuilder directly 2020-05-27 20:19:03 +08:00
gongdewei 0fa3703819 fix typo: separator 2020-05-27 20:17:02 +08:00
gongdewei 2e7a2f4a77 Add StringUtils.splitToList() for memory optimization. 2020-05-27 16:20:11 +08:00
gongdewei da7ded9a94 add StringUtils.split() 2020-05-27 15:53:31 +08:00
gongdewei 9a3d59b211 Merge remote-tracking branch 'origin/http-api-base' into http-api 2020-05-27 15:13:26 +08:00
gongdewei 02c9d30334 correct java imports 2020-05-27 11:45:16 +08:00
gongdewei fe8aba65c5 Replace JobControllerImpl with interface JobController 2020-05-27 11:44:21 +08:00
gongdewei 898da3da02 Use custom worker group to reduce the occurrence of http api block 2020-05-27 11:44:21 +08:00
gongdewei 80ce091342 transform command: history 2020-05-27 11:43:40 +08:00
gongdewei 3bf413b9c7 add result distributors and consumer for http api 2020-05-27 11:43:40 +08:00
gongdewei 78316f340d add http api handler 2020-05-27 11:43:40 +08:00
gongdewei c654abafed transform command: echo, version 2020-05-27 11:43:40 +08:00
gongdewei 62c47c4259 close ShellServer and SessionManager when shutdown 2020-05-27 11:43:40 +08:00
gongdewei a318bbdabe transform command: help 2020-05-27 11:43:40 +08:00
gongdewei 33175d2f3e Extract JobListener and ResultDistributor, adapt to telnet and http api 2020-05-27 11:43:40 +08:00
gongdewei 907b5c8b0d add SessionManager 2020-05-27 11:42:27 +08:00
hengyunabc 1dd7f6c9bd profiler command support duration option. close #1197 2020-05-27 00:04:41 +08:00
gongdewei 3867703ed4 rename argument, format code 2020-05-26 15:19:21 +08:00
hengyunabc 53a544c61f fix dump empty result when retransformClasses error #1210 2020-05-25 15:59:47 +08:00
hengyunabc 4a673a79e3 support trace/watch with exist listenerId. #1207 2020-05-25 02:04:51 +08:00
hengyunabc b7414f899d update comment 2020-05-24 17:33:42 +08:00
hengyunabc da90f46e43 polish 6322374d81 2020-05-24 16:54:17 +08:00
hengyunabc c20e9f9170 fix testcase. #1184 2020-05-24 02:12:27 +08:00
hengyunabc f66e1c9d59 fix Transformer do not register problem, when Enhancer error. #1184 2020-05-24 01:57:46 +08:00
hengyunabc 21365c7237 fix process null problem. #1184 2020-05-24 00:27:24 +08:00
hengyunabc 6322374d81 use ScheduledExecutorService instanceof timer, fix timer cancelled problem. #1184 2020-05-24 00:19:59 +08:00
lzc-aliooandGitHub 0397ec6486 fix typo (#1204) 2020-05-22 18:39:33 +08:00
gongdeweiandGitHub 8a37821ea4 #730 print sm process failed class name (#1160) 2020-05-22 00:19:47 +08:00
gongdewei bb60632133 remove unused method: StringUtils.split() 2020-05-21 19:21:05 +08:00
gongdewei 2cdaf9ffa4 rename InputStatusVO to InputStatusModel 2020-05-21 18:58:17 +08:00
gongdewei 5c01dc4307 fix issue #1187: close shell when removing session 2020-05-21 17:27:00 +08:00
gongdewei dca9f8d81a Merge remote-tracking branch 'origin/master' into http-api 2020-05-21 11:14:29 +08:00
hengyunabc eb62e0dec2 EnhancerAffect print the affected method details when verbose option is true #1195 2020-05-21 03:15:42 +08:00
hengyunabc 8c18fe430d Add a global option to print verbose information #1194 2020-05-21 02:36:52 +08:00
hengyunabc e92047cda2 print affect class/method count more clear. close #1191 2020-05-21 00:48:30 +08:00
gongdeweiandGitHub 6da7add4f1 Merge pull request #1152 from J-Cod3r/fix-issue-1151
fix issue 1151 管道符“|”与前后一条命令之间没有空格,不能正确识别
2020-05-20 22:29:17 +08:00
gongdewei f636e01482 fix issue #1189, clear job reference from timer 2020-05-20 22:17:28 +08:00
hengyunabc 03cd548ca4 clean object in ObjectStack 2020-05-20 21:49:14 +08:00
gongdewei 61a2f837fa fix issue #1187: close shell when removing session 2020-05-20 19:02:53 +08:00
hengyunabc d25f28fd06 only save Class when enhance 2020-05-20 15:00:20 +08:00
hengyunabc 4afedf89e1 check classloader before enhance 2020-05-20 14:45:51 +08:00
hengyunabc 2f5bc476eb support classes load by bootstrap classloader 2020-05-20 13:01:34 +08:00