aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/src/cover.erl
AgeCommit message (Expand)Author
2012-12-19[cover] Remove stopped node also from lost_nodes listSiri Hansen
2012-12-19[cover] Don't mark stopped node as lostSiri Hansen
2012-10-30[cover] Allow reconnection if node has been disconnected or downSiri Hansen
2012-10-30[cover] Don't kill remote nodes when connection to main node is lostSiri Hansen
2012-10-30[cover] Add support for test_serverSiri Hansen
2011-09-21[cover]fix leftover {'DOWN', ..} msg in callers queueHenrik Nord
2011-09-15Fix typos in cover.erlTuncer Ayaz
2011-04-29Fix file descriptor leakShunichi Shinohara
2011-04-07Merge branch 'ts/cover-with-export_all' into devHenrik Nord
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-10Update internal pmap to have a process limitLukas Larsson
2011-02-02Update documentation to reflect performance enhancement changes of coverLukas Larsson
2011-02-02Add aync_analyse_to_file function to coverLukas Larsson
2011-02-01Split the cover ets tables into two tables, one with the clause info and one ...Lukas Larsson
2011-01-27Add process debug tagsLukas Larsson
2011-01-27Update remote collect to handle multiple requests at onceLukas Larsson
2011-01-27Remove io printout warnings when exporting an imported moduleLukas Larsson
2011-01-26Update cover to allow multiple analyse and analyze_to_file calls at the same ...Lukas Larsson
2011-01-26Refactor cover to prepare it for making analysis parallelLukas Larsson
2011-01-25Update remote loading to only load a certain number of modules at a time to p...Lukas Larsson
2010-09-23add user specified compiler options on form reloadingTobias Schlager
2010-07-28Fix cover's HTML-generation logic to escape ampersands in source codeTom Moertel
2010-03-02OTP-8469 tools: race in CoverHans Bolinder
2009-12-14OTP-8340 A bug concerning bit comprehensions has been fixed in Cover. TheHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP