Commit Graph

1675 Commits

Author SHA1 Message Date
XenoAmess
9c24d9da03 collection issues #1983 2021-12-03 15:41:38 +08:00
XenoAmess
6f8d38f9f5
numeric issues (#1982) 2021-12-03 15:21:46 +08:00
XenoAmess
17cd0b61ca
logic bug in Decompiler (#1997) 2021-12-03 15:12:57 +08:00
hengyunabc
99fef31610 add exception log. #1978 2021-12-03 15:10:52 +08:00
XenoAmess
2030c39c93 fix potential NPE in Bootstrap. #1995 2021-12-03 14:59:30 +08:00
XenoAmess
1983f84361
potential NPE in RedisTunnelClusterStore. (#1999) 2021-12-03 14:54:38 +08:00
hengyunabc
83bb094273 polish #2000 2021-12-03 14:47:51 +08:00
XenoAmess
2d5bfdd240
potential NPE in TunnelSocketFrameHandler. (#2000) 2021-12-03 14:44:50 +08:00
XenoAmess
0c85c896b9
potential NPE in BasicHttpAuthenticatorHandler (#1994) 2021-12-03 12:55:55 +08:00
XenoAmess
e7c63d146c
potential NPE in ArthasBootstrap (#1991) 2021-12-03 11:48:49 +08:00
Gong Dewei
a8aab52c2c
Fix skywalking doc url (#2028) 2021-12-03 11:36:35 +08:00
Bigbang
2924c81e4f
fix resize event error when websocket closed (#1970) 2021-12-03 11:35:54 +08:00
hengyunabc
65e98b1cea vmtool support mac arm64 #2036 2021-12-02 19:55:40 +08:00
hengyunabc
d39538a408 upgrade async-profiler to 2.5 #2035 2021-12-02 17:26:50 +08:00
yx9o
8ffa389db3
Optimize string splicing. (#2034) 2021-12-02 16:33:31 +08:00
XenoAmess
3e89593d7b
simplify condition (#1977) 2021-11-30 17:46:31 +08:00
hengyunabc
3792ca3087 improve the handling of attach exception "Non-numeric value found". #2023 2021-11-04 17:06:48 +08:00
hengyunabc
9ba957fdf4 polish #2017 2021-11-01 18:51:40 +08:00
blackshy
3844c2f907
fix user define arthasConfigMap support (#2017) 2021-10-29 14:46:40 +08:00
hengyunabc
4ac6f29a61 fix docs catalog 2021-10-20 14:58:30 +08:00
hengyunabc
8c0e080ed8 update watch.md 2021-10-20 10:58:47 +08:00
XenoAmess
6c56c9eed3
reduce memory use in Base64Command (#1986) 2021-10-19 15:03:40 +08:00
hengyunabc
a753bf1337 polish #1976 2021-10-19 14:54:11 +08:00
XenoAmess
f410c7f7eb
use generic on class NoOpHandler (#1976) 2021-10-19 14:53:05 +08:00
XenoAmess
e5506005de
use static inner class when can (#1981) 2021-10-19 11:00:44 +08:00
XenoAmess
172f4397b3
use System#currentTimeMillis instead of new Date().getTime() (#1975) 2021-10-19 10:25:16 +08:00
hengyunabc
72b1c7401e add LICENSE for StringUtils.java. #2007 2021-10-18 23:44:07 +08:00
XenoAmess
c73c3d10a1
string concat in StringBuilder append chain (#1984) 2021-10-18 17:43:14 +08:00
XenoAmess
09765b00fa
do NOT create wrapper type instance when can (#1985) 2021-10-15 16:34:35 +08:00
XenoAmess
863d57f57f
potential NPE in CompletionUtils (#1996) 2021-10-15 16:33:01 +08:00
XenoAmess
8f6ea953f0
String function shortcuts (#1990) 2021-10-14 11:37:27 +08:00
XenoAmess
52274ff63e
thread safety bug (#1988) 2021-10-14 11:23:41 +08:00
XenoAmess
cbc6402035
use StringBuilder instead of StringBuffer when can (#1980) 2021-10-14 11:09:19 +08:00
XenoAmess
ad806616f0
remove unused imports (#1979) 2021-10-13 18:15:16 +08:00
XenoAmess
b38d9b38ac
improve UserStatUtil. (#1987) 2021-10-13 17:14:59 +08:00
XenoAmess
58b5381374
use Arrays.fill (#1989) 2021-10-13 16:55:36 +08:00
XenoAmess
d88a2e93d1
potential NPE in Base64Command (#1993) 2021-10-13 16:53:52 +08:00
XenoAmess
da0ab96ea8
potential NPE in ArthasReflectUtils (#1992) 2021-10-13 16:38:26 +08:00
XenoAmess
109abe1ba3
potential NPE in PackageInternalsFinder (#1998) 2021-10-13 16:35:48 +08:00
漫天的沙
4be365e2ba
Bugfix: PackageInternalsFinder support file path with white space and Unicode characters (#1921) 2021-09-23 18:48:16 +08:00
sean chen
dee70a88c5
fix arthas logfile path in windows, fix typo (#1913) 2021-09-08 14:51:58 +08:00
hengyunabc
6c349670cc polish #1909 2021-09-07 14:53:51 +08:00
sean chen
716e964353
WebConsole support scrollback url param(#1909) 2021-09-07 14:38:52 +08:00
hengyunabc
2d1e26579f upgrade text-ui to 0.0.3. fix CharSlicer StackOverflowError 2021-09-07 12:42:30 +08:00
hengyunabc
18e1e96236
Update CONTRIBUTING.md 2021-09-02 13:56:31 +08:00
hengyunabc
7f7c47cee4 release 3.5.4 2021-09-02 11:48:28 +08:00
hengyunabc
a41bcc1eed update lib #1897 2021-09-02 11:19:47 +08:00
hengyunabc
fa16a6867b clean auth info when save history. #1903 2021-09-02 11:12:09 +08:00
hengyunabc
ad5f0e4767 add arthas.localConnectionNonAuth config, better support localhost connection. #1904 2021-09-01 21:08:56 +08:00
hengyunabc
ce2b488f92 update watch/trace docs 2021-08-31 16:06:57 +08:00