Commit Graph
73 Commits
Author SHA1 Message Date
hengyunabc ec6456c299 help command support completion 2018-11-18 23:43:49 +08:00
hengyunabc eaae4eb72a add history command. close #298 2018-11-18 23:42:35 +08:00
hengyunabc 180ee6beb5 support history-search-forward and history-search-backward. close #307 2018-11-17 15:40:48 +08:00
hengyunabc 18cc2b0165 fix default timeout. #296 2018-11-16 16:25:12 +08:00
hengyunabc d1aaf713bd improve jad command inner class search. #301 2018-11-16 01:09:43 +08:00
hengyunabc e6a8e4624a jad command support classes created by lambda method. fix #305 2018-11-16 00:28:42 +08:00
hengyunabc 5b52b1b9d9 fix class search for which classes created by lambda method. #302 2018-11-16 00:25:33 +08:00
hengyunabc 775b342ab3 fix jad command do not match inner class. close #301 2018-11-14 18:45:46 +08:00
hengyunabc 755c527d3b fix typo 2018-11-14 18:38:22 +08:00
hengyunabc 1a42377a98 support session timeout config. #296 2018-11-12 19:42:40 +08:00
hengyunabc 551432da0a add common module 2018-11-09 15:57:03 +08:00
hengyunabc 137bece9d0 add sysenv command. close #288 2018-11-09 00:40:52 +08:00
hengyunabc 326cd2fe9a allow skip bind telnet port or http port. fix #284 2018-11-07 17:31:50 +08:00
hengyunabc 82dc3b1922 add ognl command. #240 2018-10-22 15:46:58 +08:00
hengyunabc 6e98cd99fd fix #256 CustomClassResolver multiple threads problem. 2018-10-22 14:48:51 +08:00
hengyunabc 65fc3bf583 classloader command support load class. #246 2018-10-18 19:46:13 +08:00
hengyunabc 13684c5718 improve SearchClassCommand. #234 2018-10-18 17:55:33 +08:00
hengyunabc f95447a493 rename getstatic code to hashCode 2018-10-18 16:30:59 +08:00
hengyunabc 3442f3d95c rename ExpressFactory.newExpress to ExpressFactory.threadLocalExpress 2018-10-18 15:32:19 +08:00
hengyunabc 734e5b547e add maven-jdk-tools-wrapper to support tools.jar. fix #243 2018-10-17 18:40:01 +08:00
hengyunabcandGitHub 03dcb8d677 Merge pull request #234 from Hearen/sort-matched-classes
sort sc command ouput
2018-10-17 16:42:16 +08:00
LHearen 0757b410bd make it easier to locate the class from so many matched 2018-10-17 16:24:36 +08:00
hengyunabcandGitHub 3de9456501 Merge pull request #227 from Hearen/adding-time-cost-for-invoking-in-watch
adding time cost for watching methods
2018-10-15 11:14:01 +08:00
Hearen 79714b8d38 adding time cost for watching methods 2018-10-13 11:10:38 +08:00
hengyunabc cad02446bb remove LocalDebugTest. fix #196 2018-10-12 10:44:45 +08:00
hengyunabcandGitHub 61a56cd8c8 Merge branch 'master' into fix-timestamp 2018-10-11 18:40:03 +08:00
LHearen 3a086fddf3 welcome timestamp replace with readable date time 2018-10-11 14:29:48 +08:00
Hearen 21640a27f7 fix some typos in error prompts 2018-10-10 23:07:05 +08:00
Brijesh PrasadandHuxing Zhang dbcde9fe42 Test case for DateUtils (#195) 2018-10-09 13:45:47 +08:00
earayu b7225b53ae add test for FileUtils 2018-10-08 19:44:18 +08:00
ufukoz b267a234d3 Add tests for a couple of methods of TypeRenderUtils 2018-10-05 15:27:44 +03:00
hengyunabc da4f2172da fix ObjectViewTest TimeZone problem. 2018-09-30 17:39:50 +08:00
hengyunabc 86d1d4bfb7 improve get pid logic 2018-09-30 15:20:41 +08:00
earayu d8b843f1c6 bugfix 2018-09-27 14:59:41 +08:00
Huxing ZhangandGitHub e3ce4e7e51 Bugfix wildcardmatcher 2018-09-23 14:25:00 +08:00
Huxing ZhangandGitHub 462be5bca2 IPUtils.java: comments and some minimum refactor 2018-09-23 14:22:19 +08:00
earayu f590986744 1. add some comments
2. do some minimum refactor
2018-09-22 18:19:28 +08:00
earayu e3567e2317 unit test for WildcardMatcher 2018-09-22 16:52:51 +08:00
earayu 9237e9b32a #135
1. change the param's name, from 'string' to 'target'
2. get rid of the magic value of: * ? \
3. bugfix: return false if the pattern or target is NULL
2018-09-22 16:44:45 +08:00
Huxing ZhangandGitHub 2d6f9c6b01 Add file descriptor info. 2018-09-22 16:11:42 +08:00
earayu 700c0cb441 unit test & comments 2018-09-21 19:41:52 +08:00
hengyunabc a6a0101d75 remove the code that replaces 127.0.0.1 with 0.0.0.0. fix #131 2018-09-21 17:17:17 +08:00
earayu e737ac5d71 issue #112 & issue #113
add ArthasCheckUtils test case & translation
2018-09-21 14:02:43 +08:00
bohr.qiu d28c9d4def add jvm command display file descriptor count 2018-09-21 12:06:52 +08:00
姑胥 d162e673ee add ArrayUtils test case 2018-09-21 11:37:12 +08:00
bohr.qiu 7fd17685ea add humanReadableByteCount test case 2018-09-21 01:11:55 +08:00
bohr.qiu af45b299a4 jvm命令中LIVE-COUNT命名有问题,应该是PEAK-COUNT,并增加DEADLOCK-COUNT 2018-09-20 15:23:04 +08:00
bohr.qiu 14a8332d93 增加memory 可读性 2018-09-20 15:00:53 +08:00
hengyunabc 3221e44304 remove java.util.concurrent.ThreadLocalRandom to keep compatible with jdk6. #28 2018-09-19 17:14:56 +08:00
Huxing ZhangandGitHub 9d91350bbe Remove unused script. Fix #62 2018-09-19 09:27:07 +08:00