summaryrefslogtreecommitdiffstats
path: root/src/Backtrace
Commit message (Expand)AuthorAgeFilesLines
* Improved --close behavior in abrt-bz-dupcheckerKarel Klic2010-03-111-5/+14
* Added option to close bugs recognized as a duplicate: --closeKarel Klic2010-02-151-20/+59
* Results are sorted by component ownerKarel Klic2010-02-091-31/+48
* Add component owner to the outputKarel Klic2010-02-081-2/+13
* +wiki output, +caching, +faster picklingKarel Klic2010-02-071-10/+59
* Some Bugzilla script improvementsKarel Klic2010-02-062-3/+6
* Component-wise duplicatesKarel Klic2010-02-041-20/+26
* Removed 5 shift/reduce conflictsKarel Klic2010-02-041-1/+1
* Skip broken hashesKarel Klic2010-02-041-1/+6
* Fix displaying dupcount.Karel Klic2010-02-041-1/+1
* Removed 4 shift/reduce conflictsKarel Klic2010-02-041-2/+2
* Added some more noncrash frames.Karel Klic2010-02-041-11/+30
* Print the number of duplicates found.Karel Klic2010-02-041-0/+4
* Script which checkes duplicate ABRT hashes in BugzillaKarel Klic2010-02-041-0/+54
* Remove lines containing only spaces from backtrace.Karel Klic2010-02-041-3/+19
* TODO markKarel Klic2010-02-041-1/+3
* Show abrt-btrc stderr; show stats at the endKarel Klic2010-02-041-1/+2
* Skip bugs without backtrace; +some notes; run ./abrt-backtrace instead of sys...Karel Klic2010-02-041-1/+17
* Fixed parsing backtrace from rhbz#549293Karel Klic2010-02-031-6/+18
* Fix to successfully parse a backtrace from rhbz#550642Karel Klic2010-02-031-0/+1
* Add warning text about script usage to abrt-bz-* scripts. Document the purpos...Karel Klic2010-01-192-0/+15
* Better error messages for abrt-backtrace executionKarel Klic2010-01-131-2/+2
* Better noncrash frame detection and removal.Karel Klic2010-01-051-15/+39
* abrt-backtrace manpage installedKarel Klic2009-12-181-2/+2
* Bugzilla duplication checker scriptKarel Klic2009-12-181-0/+108
* added option --remove-noncrash-framesKarel Klic2009-12-183-7/+110
* Fixed fprintf format warningKarel Klic2009-12-071-1/+1
* Added forgotten mem check.Karel Klic2009-12-031-1/+7
* last change crash fixKarel Klic2009-12-021-1/+1
* Final list of broken backtracesKarel Klic2009-12-021-1/+13
* Get input from stdin if no filename is providedKarel Klic2009-12-021-32/+44
* Added -Wall CFLAG and fixed all warnings.Karel Klic2009-11-305-3/+15
* abrt-backtrace handle more corner cases, silently exit on python backtracesKarel Klic2009-11-303-51/+124
* Support more corner cases in the parser. Added more broken backtraces.Karel Klic2009-11-262-3/+12
* Template parserKarel Klic2009-11-261-9/+54
* Support more corner cases in the parser. Added more broken backtraces.Karel Klic2009-11-262-24/+103
* More backtrace cases handledKarel Klic2009-11-251-5/+7
* Newline at the end of script runKarel Klic2009-11-251-1/+2
* More broken backtracesKarel Klic2009-11-251-4/+6
* Parser simplified and even more corner cases added. Backtrace file is now loa...Karel Klic2009-11-255-98/+130
* Added some more ignored backtracesKarel Klic2009-11-251-1/+2
* Backtrace parsability checker scriptKarel Klic2009-11-241-0/+18
* Add more corner cases to parserKarel Klic2009-11-241-2/+23
* Fix a crash in fallback implementationKarel Klic2009-11-241-2/+5
* Skip broken backtraces when downloading.Karel Klic2009-11-241-0/+12
* Fixed parser priorities, added the possibility of a backtrace without crash f...Karel Klic2009-11-241-17/+25
* Finishing basic implementation of abrt-backtrace (--single-thread, --frame-de...Karel Klic2009-11-244-68/+252
* abrt-backtrace initial manual pageKarel Klic2009-11-241-0/+52
* Backtrace detector improvements.Karel Klic2009-11-233-36/+188
* Backtrace parser improvementsKarel Klic2009-11-205-52/+203