summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac required file from btparser which was deletedNikola Pajkovsky2011-06-141-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-server: convert to using simple HTTP; add deletion opDenys Vlasenko2011-06-132-45/+293
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-06-13169-70586/+234
|\
| * spec: use %bcond macro for systemdMiroslav Lichvar2011-06-131-14/+14
| |
| * spec: use %global in python definesMiroslav Lichvar2011-06-131-2/+2
| |
| * move libreport into its own gitNikola Pajkovsky2011-06-13152-70691/+0
| | | | | | | | ssh://git.fedorahosted.org/git/libreport.git
| * move abrt_event.conf to {_sysconfigdir/abrt/events.d/Jiri Moskovcak2011-06-102-3/+3
| | | | | | | | | | - this should fix the problem with transition to separate libreport which uses report_event.conf and contains #include events.d/*.conf
| * spec: avoid installing SysV init scripts instead of excluding themMiroslav Lichvar2011-06-101-3/+2
| |
| * add element seletors to .xml files; fix a few places where we expect package ↵Denys Vlasenko2011-06-109-7/+33
| | | | | | | | | | | | data Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * pyhook: moved import syslog from module scope into the callsites that use it ↵Jiri Moskovcak2011-06-101-2/+2
| | | | | | | | | | | | rhbz#672043 - fixes build of python when ABRT is installed
| * don't package SysV init scripts with systemdMiroslav Lichvar2011-06-091-38/+31
| |
| * add abrt-ccpp systemd service (trac#288)Miroslav Lichvar2011-06-093-3/+31
| |
| * move code from ccpp initscript to abrt-install-ccpp-hookMiroslav Lichvar2011-06-094-83/+111
| | | | | | | | It will be used by systemd service.
| * add abrt-oops systemd service (trac#287)Miroslav Lichvar2011-06-093-3/+29
| |
| * spec: fix service scriptletsMiroslav Lichvar2011-06-091-13/+10
| | | | | | | | | | Don't enable abrtd on update. Don't call systemctl disable with SysV only services. Follow Fedora guidelines.
| * libreport: fixed licence headers in source codesJiri Moskovcak2011-06-0923-26/+268
| |
* | Embedded btparser removedKarel Klic2011-06-0936-8679/+14
|/
* removed forgotten files which have been moved to libreportJiri Moskovcak2011-06-0910-3612/+0
|
* libreport: polished spec file to make rpmlint happyJiri Moskovcak2011-06-091-18/+20
|
* minor build fixesJiri Moskovcak2011-06-093-2/+15
|
* remove Retrace server codeMichal Toman2011-06-0925-2745/+2
|
* [abrt] whole code is moved to libreportNikola Pajkovsky2011-06-0925-1326/+0
|
* [libreport] new .gitignoreNikola Pajkovsky2011-06-091-0/+60
|
* split libreport to a separate packageJiri Moskovcak2011-06-08166-923/+62707
|
* abrt-hook-ccpp: need to include sys/utsname.hDenys Vlasenko2011-06-071-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-hook-ccpp: never pass %h corename spec and avoid passing %e if possibleDenys Vlasenko2011-06-072-10/+33
| | | | | | This closes bz#679720 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-0120-84/+366
| | | | | | | | | | | | | | | | | | | | | 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>
* 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
|\|