index
:
github/spark.git
1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spark-common
/
src
/
main
/
java
/
me
/
lucko
/
spark
/
common
/
util
Age
Commit message (
Expand
)
Author
2022-01-20
Add ping statistics and command
Luck
2021-12-28
Add timeout thread to detect stuck commands
Luck
2021-12-28
Include platform and system statistics in profiler viewer payload
Luck
2021-11-14
Improve Velocity ClassSourceLookup
Luck
2021-10-03
Some tidying up
Luck
2021-08-01
Some basic config options
Luck
2021-07-18
Add flag to save profile/heapsummary to files instead of uploading to bytebin
Luck
2021-06-15
Update ASM for full Java 16 support
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-04-07
Add a basic API for retrieving spark statistics
Luck
2021-03-23
Refactor and tidy up, more consistent code style
Luck
2021-03-21
Refactor rolling average slightly
Luck
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-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-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-04
Monitor average tick durations & report them in /spark tps
Luck
2019-08-09
Codestyle changes
Luck
2019-08-03
Some more reorganising
Luck
2019-06-02
Add support for heap dump compression (#16)
Luck
2019-05-13
Change the way CPU monitoring is performed
Luck
2019-04-16
Lots of refactoring, add tps command
Luck