summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove bashism from ccpp-hookNikola Pajkovsky2011-06-201-4/+9
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* ccpp_events: use retrace-client's --status-delay to show progressMichal Toman2011-06-181-1/+1
|
* retrace-client: rhbz714268 fix typoYuri Chornoivan2011-06-181-1/+1
|
* clean up after libreport separation into a different source treeDenys Vlasenko2011-06-1728-375/+27
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt_event.conf: remove "include events.d/*.conf"; it's handled by libreport nowDenys Vlasenko2011-06-161-4/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrtd: remove DeleteDebugDump dbus callDenys Vlasenko2011-06-165-404/+223
| | | | | | | | text data bss dec hex filename 23084 872 44 24000 5dc0 abrtd 21501 840 44 22385 5771 abrtd.new Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gui: merge source into one file. No functional changesDenys Vlasenko2011-06-164-555/+512
| | | | | | | | text data bss dec hex filename 21617 1068 40 22725 58c5 abrt-gui 21260 1060 40 22360 5758 abrt-gui.new Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-applet: merge source into one file. No functional changesDenys Vlasenko2011-06-165-535/+458
| | | | | | | | text data bss dec hex filename 16940 852 28 17820 459c abrt-applet 15891 840 40 16771 4183 abrt-applet.new Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-applet: prefix log messages with "abrt-applet:". Closes bz#637118Denys Vlasenko2011-06-161-0/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* properly declare daemon_is_okDenys Vlasenko2011-06-151-1/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove abrt-cliDenys Vlasenko2011-06-159-1521/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move events and events config to libreport/events{.d} and libreport/pluginsJiri Moskovcak2011-06-153-9/+13
| | | | - requires libreport commit: 219c304236910086fae00e3a65fef626b46f1f1e
* [abrt] dump locatation needs to know where configure puts config file from abrtNikola Pajkovsky2011-06-151-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* [abrt] rename abrt-install-ccpp-hook to abrt-install-ccpp-hook.inNikola Pajkovsky2011-06-152-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* [abrt] rhbz671354 - [RFE] Configurable core dump locationNikola Pajkovsky2011-06-152-2/+14
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* cli: use deletion through socket. cli does not depend on dbus anymoreDenys Vlasenko2011-06-157-12/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@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-1313-8/+164
|\
| * move abrt_event.conf to {_sysconfigdir/abrt/events.d/Jiri Moskovcak2011-06-101-2/+2
| | | | | | | | | | - this should fix the problem with transition to separate libreport which uses report_event.conf and contains #include events.d/*.conf
| * add element seletors to .xml files; fix a few places where we expect package ↵Denys Vlasenko2011-06-106-3/+29
| | | | | | | | | | | | 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
| * add abrt-ccpp systemd service (trac#288)Miroslav Lichvar2011-06-092-0/+16
| |
| * move code from ccpp initscript to abrt-install-ccpp-hookMiroslav Lichvar2011-06-092-1/+101
| | | | | | | | It will be used by systemd service.
| * add abrt-oops systemd service (trac#287)Miroslav Lichvar2011-06-092-0/+14
| |
* | Embedded btparser removedKarel Klic2011-06-0925-4379/+10
|/
* removed forgotten files which have been moved to libreportJiri Moskovcak2011-06-0910-3612/+0
|
* remove Retrace server codeMichal Toman2011-06-0920-1895/+1
|
* [abrt] whole code is moved to libreportNikola Pajkovsky2011-06-0925-1326/+0
|
* split libreport to a separate packageJiri Moskovcak2011-06-0861-8625/+95
|
* 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-071-9/+19
| | | | | | 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-014-111/+176
| | | | - which means it should be usable to report bugs from Anaconda
* Merge branch 'oops/btparser'Nikola Pajkovsky2011-05-311-75/+53
|\ | | | | | | | | * 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-241-75/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-233-3/+19
|
* 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>
* 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
|