Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-20 | Replace usage of erlang:now() with usage of new API | Dan Gudmundsson | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2013-07-12 | Add system information aggregate | Björn-Egil Dahlberg | |
2013-01-09 | appmon: Move runtime part to runtime_tools app | Dan Gudmundsson | |
2012-09-03 | Remove all traces of inviso application from runtime_tools | Siri Hansen | |
Rests of inviso was still in runtime_tools.app.src and runtime_tools_sup.erl. This has been removed. A test of application:start/stop is also added to runtime_tools_SUITE. | |||
2012-06-12 | Remove the deprecated inviso application | Björn Gustavsson | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-22 | Move dtrace erlang code and NIF into runtime_tools | Patrik Nyblom | |
Also make dyntrace NIF's load in on_load instead of init/0 | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-30 | Support for stopped and resumed tracing. | Andrzej Telezynski | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |