| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move backtrace parser from src/Backtrace to lib/Utils. | Karel Klic | 2010-03-26 | 1 | -610/+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. | ||||
| * | Removed 5 shift/reduce conflicts | Karel Klic | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Removed 4 shift/reduce conflicts | Karel Klic | 2010-02-04 | 1 | -2/+2 |
| | | |||||
| * | Fixed parsing backtrace from rhbz#549293 | Karel Klic | 2010-02-03 | 1 | -6/+18 |
| | | |||||
| * | Fix to successfully parse a backtrace from rhbz#550642 | Karel Klic | 2010-02-03 | 1 | -0/+1 |
| | | |||||
| * | Added -Wall CFLAG and fixed all warnings. | Karel Klic | 2009-11-30 | 1 | -1/+2 |
| | | |||||
| * | abrt-backtrace handle more corner cases, silently exit on python backtraces | Karel Klic | 2009-11-30 | 1 | -26/+58 |
| | | |||||
| * | Support more corner cases in the parser. Added more broken backtraces. | Karel Klic | 2009-11-26 | 1 | -0/+2 |
| | | |||||
| * | Template parser | Karel Klic | 2009-11-26 | 1 | -9/+54 |
| | | |||||
| * | Support more corner cases in the parser. Added more broken backtraces. | Karel Klic | 2009-11-26 | 1 | -23/+101 |
| | | |||||
| * | More backtrace cases handled | Karel Klic | 2009-11-25 | 1 | -5/+7 |
| | | |||||
| * | Parser simplified and even more corner cases added. Backtrace file is now ↵ | Karel Klic | 2009-11-25 | 1 | -59/+61 |
| | | | | | loaded into memory and preprocessed before parsing. Backtrace file size limit increased to ~20 MB | ||||
| * | Add more corner cases to parser | Karel Klic | 2009-11-24 | 1 | -2/+23 |
| | | |||||
| * | Fixed parser priorities, added the possibility of a backtrace without crash ↵ | Karel Klic | 2009-11-24 | 1 | -17/+25 |
| | | | | | frame | ||||
| * | Finishing basic implementation of abrt-backtrace (--single-thread, ↵ | Karel Klic | 2009-11-24 | 1 | -1/+2 |
| | | | | | --frame-depth, --remove-exit-handlers, parser) | ||||
| * | Backtrace detector improvements. | Karel Klic | 2009-11-23 | 1 | -22/+65 |
| | | |||||
| * | Backtrace parser improvements | Karel Klic | 2009-11-20 | 1 | -24/+114 |
| | | |||||
| * | Backtrace tool WORK-IN-PROGRESS | Karel Klic | 2009-11-11 | 1 | -0/+272 |
