hengyunabc
|
e861aeb3c0
|
[maven-release-plugin] prepare for next development iteration
|
2019-02-14 01:11:33 +08:00 |
|
hengyunabc
|
2846685ee5
|
[maven-release-plugin] prepare release 3.1.0
|
2019-02-14 01:11:22 +08:00 |
|
hengyunabc
|
9d4ed11bb2
|
update doc download link
|
2019-02-14 01:08:33 +08:00 |
|
hengyunabc
|
1124c6f21d
|
update as.sh version
|
2019-02-14 01:04:20 +08:00 |
|
hengyunabc
|
6309ecb415
|
update doc
|
2019-02-14 00:53:26 +08:00 |
|
hengyunabc
|
0fe1ab45cd
|
update doc
|
2019-02-14 00:13:14 +08:00 |
|
hengyunabc
|
0eb32d0980
|
as.sh/arthas-boot support width/height options. close #422
|
2019-02-13 21:27:48 +08:00 |
|
hengyunabc
|
1cec77997f
|
better way to select process and better error info. close #445
|
2019-02-13 20:52:48 +08:00 |
|
hengyunabc
|
f6d2c9eb7c
|
add known user.
|
2019-02-13 19:05:15 +08:00 |
|
hengyunabc
|
f4fc908825
|
upgrade termd to 1.1.7.2. close #506
|
2019-02-13 18:51:53 +08:00 |
|
hengyunabc
|
d235ee1050
|
update watch command description.
|
2019-02-13 16:39:19 +08:00 |
|
superheizai
|
6a584022a0
|
tt command support cost time/--replay-times/--replay-interval (#498)
|
2019-02-13 14:02:44 +08:00 |
|
hengyunabc
|
7bcd81d338
|
Merge branch 'master' of github.com:alibaba/arthas
|
2019-02-13 11:35:55 +08:00 |
|
hengyunabc
|
b0877cc17a
|
sm command print method with Descriptor. close #504
|
2019-02-13 11:35:27 +08:00 |
|
Zhang Sen
|
bb3b2f2b5a
|
Fix typo in README_CN.md (#500)
|
2019-02-11 16:18:07 +08:00 |
|
hengyunabc
|
f18187790b
|
add arthas-tutorials.html. #499
|
2019-02-10 22:23:38 +08:00 |
|
hengyunabc
|
2058ae4785
|
dashboard/watch/monitor/tt/stack/trace support press Q to exit. close #410
|
2019-02-09 19:03:08 +08:00 |
|
hengyunabc
|
ec7c5aea33
|
change default session timeout to 30min. close #342
|
2019-02-08 15:18:06 +08:00 |
|
hengyunabc
|
4eb0eec182
|
inpurtrc support home/end. close #472
|
2019-02-08 15:06:23 +08:00 |
|
hengyunabc
|
7b9b4107ad
|
watch/monitor/trace/tt/stack support better auto completion. close #497
|
2019-02-08 03:02:31 +08:00 |
|
hengyunabc
|
9f57c2c9a6
|
jad support completion. #323
|
2019-02-08 01:47:59 +08:00 |
|
hengyunabc
|
349c426bd1
|
fix CompletionAdaptor lose chars when the last token is blank.
|
2019-02-08 01:43:47 +08:00 |
|
hengyunabc
|
a2ef539f4e
|
sm support completion. #323
|
2019-02-08 01:41:25 +08:00 |
|
hengyunabc
|
317e9d69ad
|
catch completion exception
|
2019-02-08 01:39:23 +08:00 |
|
hengyunabc
|
33fd06ba02
|
sc command support completion
|
2019-02-07 21:22:59 +08:00 |
|
hengyunabc
|
a7ee25b1f2
|
redefine command support completion
|
2019-02-07 21:21:53 +08:00 |
|
hengyunabc
|
79fe3a9382
|
improve cat/mc completion
|
2019-02-07 15:28:06 +08:00 |
|
hengyunabc
|
c4751931ce
|
jad command support --source-only option. #496
|
2019-02-07 15:21:18 +08:00 |
|
hengyunabc
|
c18bd53ed5
|
dump command support output directory. #419
|
2019-02-07 12:50:31 +08:00 |
|
hengyunabc
|
895f1cb14d
|
add cat command. close #494
|
2019-02-06 23:34:57 +08:00 |
|
hengyunabc
|
9a57b5d8f3
|
improve redirect. #495
|
2019-02-06 15:48:06 +08:00 |
|
hengyunabc
|
793df05b2f
|
add pwd command. #493
|
2019-02-06 14:59:31 +08:00 |
|
hengyunabc
|
73e5f15adb
|
remove unnecessary -p option in the redefine command. close #492
|
2019-02-06 01:45:41 +08:00 |
|
hengyunabc
|
6073b22ea6
|
Merge branch 'master' of github.com:alibaba/arthas
|
2019-02-06 01:34:57 +08:00 |
|
hengyunabc
|
f3561e9bc8
|
add mc command. #373
|
2019-02-06 01:33:03 +08:00 |
|
hengyunabc
|
ad9685f479
|
add memorycompiler module. #373
|
2019-02-06 01:33:03 +08:00 |
|
skywalker
|
32f02a9e6c
|
remove duplicate mac os check (#491)
|
2019-02-01 22:13:48 +08:00 |
|
Harry Chan
|
4dba865995
|
Optimize toArray (#484)
replace toArray(new T[size]) with toArray(new T[0]) for better performance
https://shipilev.net/blog/2016/arrays-wisdom-ancients/#_conclusion
|
2019-01-29 10:42:02 +08:00 |
|
superheizai
|
efb835823e
|
update doc (#485)
|
2019-01-29 10:27:57 +08:00 |
|
Gene
|
a800e2cf7c
|
update doc (#481)
|
2019-01-27 18:43:17 +08:00 |
|
hengyunabc
|
32e38b6666
|
add new favicon.ico
|
2019-01-25 15:26:29 +08:00 |
|
hengyunabc
|
809a328b82
|
new arthas LOGO!
|
2019-01-25 15:22:54 +08:00 |
|
hengyunabc
|
7d1a7c26e2
|
add known user
|
2019-01-25 11:53:46 +08:00 |
|
hengyunabc
|
f73bf96955
|
make MathGame faster
|
2019-01-25 11:45:33 +08:00 |
|
hengyunabc
|
3a27075987
|
update trace doc.
|
2019-01-25 11:44:04 +08:00 |
|
vic
|
083144594e
|
Update watch.md (#470)
|
2019-01-23 17:53:37 +08:00 |
|
hengyunabc
|
08549731ec
|
add known user. #111
|
2019-01-21 14:31:51 +08:00 |
|
hengyunabc
|
345a73940c
|
update doc
|
2019-01-21 11:55:22 +08:00 |
|
hengyunabc
|
e03c3ee2b1
|
keymap command usage more friendly. close #366
|
2019-01-18 19:23:31 +08:00 |
|
hengyunabc
|
c97730d2ca
|
fix NullPointerException when list local versions. #456
|
2019-01-18 17:35:27 +08:00 |
|