Age | Commit message (Expand) | Author |
2021-06-01 | Close okhttp threads on shutdown | Luck |
2021-06-01 | Add class source lookups for Fabric and Forge | Luck |
2021-05-30 | Extract class sources (plugin/mod names) and include in data payload | Luck |
2021-05-23 | Fix platform enable condition being inverted | Luck |
2021-05-23 | Fix bug where platform would enable twice on Fabric/Forge (#116) | Luck |
2021-05-19 | Update gradle wrapper | Luck |
2021-05-06 | Improve some proto message/field names | Luck |
2021-04-07 | Add a basic API for retrieving spark statistics | Luck |
2021-03-27 | Execute commands async | Luck |
2021-03-23 | Refactor and tidy up, more consistent code style | Luck |
2021-03-21 | Refactor rolling average slightly | Luck |
2021-03-20 | Switch to protobuf lite | Luck |
2021-03-16 | Update async-profiler to 2.0 | Luck |
2021-03-11 | Fix command broadcast permission checks, other misc tidying | Luck |
2021-03-10 | Remove hash from viewer URL | Luck |
2021-03-10 | async-profiler support (#102) | lucko |
2021-03-05 | Add permissions for each individual subcommand | Luck |
2021-02-04 | fix typo in SamplerModule.java (#97) | Simon Gardling |
2021-01-17 | Fix a bug upon early server startup in which percentiles would throw an out o... | Andrew Steinborn |
2020-11-07 | Oops it seems pagination still exists | Luck |
2020-11-07 | Update from text to adventure | Luck |
2020-06-23 | Add n-cpus and heap usage to platform info | Luck |
2020-06-23 | Include platform info in sampler and heap summary data (#58) | MD |
2020-05-26 | Add 95th percentile MSPT and replace average MSPT with median MSPT (#55) | Andrew Steinborn |
2020-05-19 | Catch Throwable instead of Exception when trying to compute classes in Method... | Luck |
2020-04-24 | Don't print command exceptions to console | Luck |
2020-04-24 | Improve --ignore-sleeping flag, add --ignore-native flag | Luck |
2020-04-22 | Don't include ms unit in GC average frequency | Luck |
2020-04-20 | Revert "Set default sampling interval to 3ms" | Luck |
2020-04-20 | Set default sampling interval to 3ms | Luck |
2020-04-11 | Report average collection frequency in '/spark gc' | Luck |
2020-04-09 | Add '/spark gc' and '/spark gcmonitor' commands to help track GC activity | Luck |
2020-04-05 | Allow exact tick duration to be used as threshold in tickmonitoring command (... | Luck |
2020-04-02 | Change expiry time for URL activity log entries | Luck |
2020-04-02 | /spark sampler --> /spark profiler, with alias | Luck |
2020-04-01 | Update viewer URL | Luck |
2020-04-01 | Allow comments to be specified on sampler output | Luck |
2020-03-26 | Fix heapsummary type parsing | Luck |
2020-03-24 | Don't include negative cpu usage readings (null result) in averages | Luck |
2020-03-24 | Some misc refactoring | Luck |
2020-03-06 | Use ASMs type descriptor utility instead of our own | Luck |
2020-03-06 | Treat different methods (not just methods with the same name) as different st... | Luck |
2020-03-05 | Some minor cleanup | Luck |
2020-02-06 | Improve ThreadFinder array handling | Luck |
2020-02-06 | Ignore expired log entries on load | Luck |
2020-02-04 | Monitor average tick durations & report them in /spark tps | Luck |
2020-02-03 | Refactor heap dump compression | Luck |
2020-01-11 | Add AbstractTickCounter | Luck |
2020-01-11 | Implement PaperTickCounter using server tick event instead of scheduler | Luck |
2020-01-02 | Order with most time taken first | Luck |