summaryrefslogtreecommitdiffstats
path: root/src/Backtrace/abrt-bz-downloader
Commit message (Collapse)AuthorAgeFilesLines
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-82/+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.
* Add warning text about script usage to abrt-bz-* scripts. Document the ↵Karel Klic2010-01-191-0/+5
| | | | purpose of the scripts.
* Final list of broken backtracesKarel Klic2009-12-021-1/+13
|
* abrt-backtrace handle more corner cases, silently exit on python backtracesKarel Klic2009-11-301-19/+1
|
* Support more corner cases in the parser. Added more broken backtraces.Karel Klic2009-11-261-3/+10
|
* Support more corner cases in the parser. Added more broken backtraces.Karel Klic2009-11-261-1/+2
|
* More broken backtracesKarel Klic2009-11-251-4/+6
|
* Added some more ignored backtracesKarel Klic2009-11-251-1/+2
|
* Skip broken backtraces when downloading.Karel Klic2009-11-241-0/+12
|
* Backtrace tool WORK-IN-PROGRESSKarel Klic2009-11-111-0/+60