summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-054-34/+57
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-044-26/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: handle "perl -w /usr/bin/script" tooDenys Vlasenko2010-02-041-2/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-049-596/+395
|\
| * Added how to test guidlinesJiri Moskovcak2010-02-041-0/+32
| |
| * abrtd: fix rhbz#560642 - don't die on bad plugin namesDenys Vlasenko2010-02-045-216/+58
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Sending translation for Hebrewelad2010-02-041-23/+40
| |
| * Sending translation for Spanishelsupergomez2010-02-041-65/+15
| |
| * Sending translation for Marathisandeeps2010-02-041-292/+250
| |
* | 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
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-041-295/+265
|\
| * Sending translation for Germankenda2010-02-041-295/+265
| |
* | Remove lines containing only spaces from backtrace.Karel Klic2010-02-041-3/+19
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-0452-6219/+8299
|\|
| * Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-0411-294/+285
| |\
| | * Sending translation for Polishraven2010-02-031-241/+233
| | |
| | * swapped lines, iterator is not defined after erase() is calledJiri Moskovcak2010-02-031-1/+1
| | | | | | | | | | | | - and this makes valgrind unhappy
| | * GUI: fixed scrolling in reporter dialog rhbz#559687Jiri Moskovcak2010-02-031-18/+6
| | |
| | * fixed button order in plugins windows rhbz#560961Jiri Moskovcak2010-02-036-30/+30
| | |
| | * GUI: fixed windows icons and titles rhbz#537240, rhbz#560964Jiri Moskovcak2010-02-038-10/+21
| | |
| * | TODO markKarel Klic2010-02-041-1/+3
| | |
| * | commentsKarel Klic2010-02-041-2/+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 ↵Karel Klic2010-02-041-1/+17
| | | | | | | | | | | | system one
| * | Fixed parsing backtrace from rhbz#549293Karel Klic2010-02-031-6/+18
| | |
| * | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-034-18/+33
| |\|
| | * cli: fix the problem of not showing oops text in editorDenys Vlasenko2010-02-032-7/+10
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * GUI: fix rhbz#560971 "Don't show empty 'Not loaded plugins' section"Denys Vlasenko2010-02-032-11/+23
| | | | | | | | | | | | | | | | | | also fix bad plugin descr for TicketUploader Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Fix to successfully parse a backtrace from rhbz#550642Karel Klic2010-02-031-0/+1
| |/
| * CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-032-5/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * don't try to write to limits in FedoraJiri Moskovcak2010-02-032-2/+3
| |
| * Sending translation for Spanish1.0.6logan2010-02-031-291/+260
| |
| * CCpp analyzer: print __glib_assert_msg (rhbz#549735); limit backtrace sizeDenys Vlasenko2010-02-031-8/+35
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * updated .po filesJiri Moskovcak2010-02-0228-132/+132
| |
| * added sosreport.confJiri Moskovcak2010-02-021-0/+1
| |
| * fixed premature exit from set_limit()Jiri Moskovcak2010-02-021-10/+6
| | | | | | | | | | - don't exit if we find corelimit > 0 and don't exit if we can't write new limits
| * new versionJiri Moskovcak2010-02-022-3/+18
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-021-26/+7
| |\
| | * CCpp plugin: add forgotten closedir()Denys Vlasenko2010-02-021-26/+7
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | CCpp: give up settings limits on the first failureJiri Moskovcak2010-02-021-0/+8
| |/
| * SPEC: added some requires to abrt-cli to make it work out-of-the-boxJiri Moskovcak2010-02-021-0/+3
| |
| * fixed some .po filesJiri Moskovcak2010-02-022-175/+176
| |
| * merge conflictJiri Moskovcak2010-02-0232-6327/+8327
| |