| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move backtrace parser from src/Backtrace to lib/Utils. | Karel Klic | 2010-03-26 | 1 | -361/+0 |
| | | | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts. | ||||
| * | Gracefully handle empty files in abrt-backtrace | Karel Klic | 2010-03-18 | 1 | -0/+12 |
| | | |||||
| * | Remove lines containing only spaces from backtrace. | Karel Klic | 2010-02-04 | 1 | -3/+19 |
| | | |||||
| * | TODO mark | Karel Klic | 2010-02-04 | 1 | -1/+3 |
| | | |||||
| * | Better error messages for abrt-backtrace execution | Karel Klic | 2010-01-13 | 1 | -2/+2 |
| | | |||||
| * | added option --remove-noncrash-frames | Karel Klic | 2009-12-18 | 1 | -7/+14 |
| | | |||||
| * | Fixed fprintf format warning | Karel Klic | 2009-12-07 | 1 | -1/+1 |
| | | |||||
| * | Added forgotten mem check. | Karel Klic | 2009-12-03 | 1 | -1/+7 |
| | | |||||
| * | last change crash fix | Karel Klic | 2009-12-02 | 1 | -1/+1 |
| | | |||||
| * | Get input from stdin if no filename is provided | Karel Klic | 2009-12-02 | 1 | -32/+44 |
| | | |||||
| * | abrt-backtrace handle more corner cases, silently exit on python backtraces | Karel Klic | 2009-11-30 | 1 | -6/+65 |
| | | |||||
| * | Parser simplified and even more corner cases added. Backtrace file is now ↵ | Karel Klic | 2009-11-25 | 1 | -9/+65 |
| | | | | | loaded into memory and preprocessed before parsing. Backtrace file size limit increased to ~20 MB | ||||
| * | Finishing basic implementation of abrt-backtrace (--single-thread, ↵ | Karel Klic | 2009-11-24 | 1 | -24/+80 |
| | | | | | --frame-depth, --remove-exit-handlers, parser) | ||||
| * | Backtrace tool WORK-IN-PROGRESS | Karel Klic | 2009-11-11 | 1 | -0/+135 |
