2009-11-11 | Simon Howkins | New script which parses raptor logs directly to produce a BRAG summary. | file | diff | annotate |
2009-10-05 | Simon Howkins | Added XML escaping, so that the output should be well-formed XML even if the input includes '<'s, '>'s, or '&'s. | file | diff | annotate |
2009-10-05 | Simon Howkins | Added code to handle the script being given a log file argument which includes wild cards. | file | diff | annotate |
2009-10-05 | Simon Howkins | Fixed handling or regular expression strings, so the regular expression functiuonality works, not just substring detection! | file | diff | annotate |
2009-10-02 | Simon Howkins | Pre-emptive performance fix - avoid having to read the complete log file into memory at the same time before processing it. | file | diff | annotate |
2009-10-02 | Simon Howkins | Added framework script for turning log files into XML BRAG summaries. | file | diff | annotate |