summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* py-libreport: added compatibility with python-mehJiri Moskovcak2011-06-015-111/+178
| | | | - which means it should be usable to report bugs from Anaconda
* Merge branch 'oops/btparser'Nikola Pajkovsky2011-05-313-75/+93
|\ | | | | | | | | * oops/btparser: rhzb#707074 abrt dupe detection needs to ignore some parts of kernel traces
| * rhzb#707074 abrt dupe detection needs to ignore some parts of kernel tracesNikola Pajkovsky2011-05-243-75/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel bt looks like [<ffffffff81047d33>] __might_sleep+0xeb/0xf0 [<ffffffff81111413>] __kmalloc+0x79/0x10d [<ffffffff811113ff>] __kmalloc+0x79/0x10d [<ffffffff81023683>] ? alloc_ioapic_entries+0x27/0x87 [<ffffffff81023683>] alloc_ioapic_entries+0x27/0x87 [<ffffffff81021cc0>] lapic_resume+0x3a/0x24d [<ffffffff81396db2>] ? cpufreq_resume+0x2d/0xac ^ memory skipped ^^^ ^ taken ^^^^^^^^^^ | skipped | skipped parser strip out only functions in the middle of bt and generates hash from top 6 functions Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | src/report-python/report.c: Py wrappers around include/report/report.h APIDenys Vlasenko2011-05-246-22/+132
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | include/report/report.h: change API from having more functions to having ↵Denys Vlasenko2011-05-244-100/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more flags Now we have three functions instead of four: int report_problem_in_dir(const char *dirname, int flags); int report_problem_in_memory(problem_data_t *pd, int flags); int report_problem(problem_data_t *pd); (third one is a trivial wrapper around report_problem_in_memory), and two new flags LIBREPORT_ANALYZE and LIBREPORT_RELOAD_DATA. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | wizard: make checkbox column editable. Has no effect for nowDenys Vlasenko2011-05-241-27/+63
| | | | | | | | | | | | It's work towards fixing bz#694850. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | wizard: add checkbox cloumn to details viewDenys Vlasenko2011-05-241-40/+62
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | forgot one instance of s/"global_uuid"/"duphash"/Denys Vlasenko2011-05-241-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-action-bugzilla: fold make_description_comment into its only callsiteDenys Vlasenko2011-05-243-42/+13
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run abrt-action-save-package-data before running bugzilla, if neededDenys Vlasenko2011-05-232-2/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename "global_uuid" element to "duphash"Denys Vlasenko2011-05-235-1/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove old commentDenys Vlasenko2011-05-231-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* obsolete report with libreport-pythonJiri Moskovcak2011-05-234-3/+27
|
* run_event: support VAR~=REGEX matchDenys Vlasenko2011-05-234-9/+44
| | | | | | | This makes in possible to configure analyze_xsession_errors to appear only for X-related stuff Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: add comment. No code changesDenys Vlasenko2011-05-231-0/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-hook-ccpp: added a TODO comment. No code changesDenys Vlasenko2011-05-231-0/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove outdated abrt 1.x documentationDenys Vlasenko2011-05-238-407/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* assorted cleanups, memory leak fix (g_list_free in add_basics_to_problem_data)Denys Vlasenko2011-05-2210-120/+70
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace client: make strings translatable, send locale headers in HTTP requestsMichal Toman2011-05-201-104/+212
|
* more fixes to report C API (based on Denys's review)Jiri Moskovcak2011-05-203-73/+95
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-202-10/+76
|\
| * retrace client: add --status-delay option (and be more verbose - trac #269)Michal Toman2011-05-202-10/+76
| |
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-203-52/+71
|\|
| * gui: fil colors in list; wizard: a bit better navigationDenys Vlasenko2011-05-193-52/+71
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-192-16/+39
|\|
| * dump_dir: fix loading of Unicode texts. Closes bz#622223Denys Vlasenko2011-05-192-8/+28
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * wizard: Use better added_pages definitionDenys Vlasenko2011-05-191-8/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-191-2/+2
|\|
| * wizart: fix my last broken changeDenys Vlasenko2011-05-191-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-1916-237/+398
|\|
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-05-191-0/+3
| |\
| | * build: gtk_assistant_commit in not in rhel6 gtk2Nikola Pajkovsky2011-05-191-0/+3
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | wizard: add empty line after each event log, add header at the start of the ↵Denys Vlasenko2011-05-191-10/+18
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log. closes bz#694369 Now two backtrace generations ran back-to-back look less messed up: --- Running analyze_LocalGDB --- Analyzing coredump 'coredump' Coredump references 14 debuginfo files, 1 of them are not installed Looking for needed packages in repositories ... Backtrace is generated and saved, 8575 bytes --- Running analyze_LocalGDB --- Analyzing coredump 'coredump' Coredump references 14 debuginfo files, 1 of them are not installed ... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * move vector of pd's cod to cli, its only userDenys Vlasenko2011-05-194-26/+25
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * typo fixDenys Vlasenko2011-05-193-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-bugzilla: better help/manpage. Closes bz#557943Denys Vlasenko2011-05-192-54/+44
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * wizard: allow user to return to reporting at the endDenys Vlasenko2011-05-192-55/+113
| | | | | | | | | | | | | | Also replaces "cancel" button with "close". The name was bad: we do not cancel anything. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo: fix for download errorDenys Vlasenko2011-05-191-15/+20
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * reenable kernel taintNikola Pajkovsky2011-05-198-76/+174
| | | | | | | | | | | | | | | | abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-181-34/+27
|\|
| * retrace doc: Security section updateKarel Klic2011-05-181-34/+27
| |
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-181-84/+87
|\|
| * retrace docs: updated Task cleanup section, minor wording changes all over ↵Karel Klic2011-05-181-24/+18
| | | | | | | | the text
| * retrace docs: improved overview, updated Package repository and Task cleanup ↵Karel Klic2011-05-181-57/+66
| | | | | | | | sections
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-183-41/+38
|\|
| * retrace manual: added names of the options; minor wording changesKarel Klic2011-05-181-38/+35
| |
| * hook: truncate coredump in PWD to ulimit -cHATAYAMA Daisuke2011-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | If MakeCompatCore = yes, coredumps are generated in user's current working directory for compatibility with the original kernel coredumper. This patch fixes the difference between ABRT and the original that: original kernel coredumper truncates coredump to ulimit -c, not to (ulimit-c - 1). Signed-off-by: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | report C API improvementsJiri Moskovcak2011-05-186-34/+227
|/
* remove unused plugin option from default Kerneloops.confMiroslav Lichvar2011-05-181-4/+0
|
* remove old plugin man pagesMiroslav Lichvar2011-05-184-99/+0
|