Commit Graph

9 Commits (062cc630370c62bb34f46340d6e83601add4b0fe)

Author SHA1 Message Date
Timothy Stack 80e5e8fcce [logview] add a line with summary information to the log view 8 years ago
Timothy Stack cdd43549ab [cmds] automatically capture echo/write output from scripts so they can generate reports
Add another example script, dhclient-summary.

Add a 'search-table' section to formats so you can automatically
define a search-based table.
8 years ago
Suresh Sundriyal e41549f96c [-Wsign-compare] Fix the type mismatch warnings. 9 years ago
Timothy Stack ccf29b3bac [coverity] some cleanup and add the chunky_index 10 years ago
Timothy Stack e08b11ff3d [pcre] try to avoid null chars in log messages 11 years ago
Timothy Stack f4aeb11ad5 [view_curses] use a vector for string attributes
Using a map/multimap is too expensive/complex for how many
attributes we have on a line due to how many tree nodes
need to be malloced/freed.  Just using a vector should be
good enough and a lot faster.
11 years ago
Timothy Stack 5a7d6dab2c [cleanup] uncrustify 11 years ago
Timothy Stack c58f14658a [ansi scrubber] minor reorg 11 years ago
Timothy Stack 8f0aac9dbd [test] add a test for the ansi scrubber 11 years ago