summaryrefslogtreecommitdiffstats
path: root/src/lib/problem_data.c
Commit message (Collapse)AuthorAgeFilesLines
* split libreport to a separate packageJiri Moskovcak2011-06-081-424/+0
|
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-011-10/+69
| | | | | | | | | | | | | | | | | | | | | Checkboxes are controlled by the following elements in .xml: <requires-items> ITEM1,ITEM2 </requires-items> <exclude-items-by-default> ITEM1,ITEM2 </exclude-items-by-default> <exclude-items-always> ITEM1,ITEM2 </exclude-items-always> <exclude-binary-items> yes / no </exclude-binary-items> <include-items-by-default> ITEM1,ITEM2 </include-items-by-default> exclude-items-by-default and exclude-items-always can be "*" meaning "all". include-items-by-default specifies which items are included (checked) is exclude-items-by-default is "*". Else, all are checked by default. the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT variable. bugzilla, kerneloops, mailx, print and rhtsupport are made aware of this variable. 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-221-18/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* more fixes to report C API (based on Denys's review)Jiri Moskovcak2011-05-201-3/+54
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-191-8/+0
|\
| * move vector of pd's cod to cli, its only userDenys Vlasenko2011-05-191-8/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | report C API improvementsJiri Moskovcak2011-05-181-0/+32
|/
* Logger: output "END:" line to delimit appended reports. closes bz#698458Denys Vlasenko2011-04-281-14/+3
| | | | | | Also changes Bugzilla and abrt-cli output format. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-231-0/+309
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>