summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* add abrt-oops systemd service (trac#287)Miroslav Lichvar2011-06-091-0/+5
|
* split libreport to a separate packageJiri Moskovcak2011-06-081-31/+49
|
* remove old plugin man pagesMiroslav Lichvar2011-05-181-2/+0
|
* add abrt-action-upload man page (trac#245)Miroslav Lichvar2011-05-181-0/+1
|
* add abrt-action-kerneloops man page (trac#235)Miroslav Lichvar2011-05-181-0/+1
|
* Remove .py from abrt-action-install-debuginfo.pyDenys Vlasenko2011-05-161-7/+7
| | | | | | | | | Rename abrt-action-install-debuginfo to abrt-action-install-debuginfo-to-abrt-cache Yes, it's ugly long... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace client: add manpage (trac #246)Michal Toman2011-05-161-1/+2
|
* abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.cNikola Pajkovsky2011-05-121-1/+1
| | | | | | no code change Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-2/+2
| | | | | | | | | | | Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Add analyzer which collects ~/.xsession-errors. Closes bz#539532Denys Vlasenko2011-05-101-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-101-2/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* do not send all errors from xmlto to /dev/nullNikola Pajkovsky2011-05-101-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #236 document abrt-action-list-dsosNikola Pajkovsky2011-05-101-2/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* prune old logger manNikola Pajkovsky2011-05-101-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* prune old Mailx manNikola Pajkovsky2011-05-101-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* forgot remove old bugzilla man from spec and MakefileNikola Pajkovsky2011-05-101-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #232 document abrt-action-bugzillaNikola Pajkovsky2011-05-101-1/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Do away with reanalyze eventsDenys Vlasenko2011-05-101-4/+0
| | | | | | | | Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* silent xmlto generationNikola Pajkovsky2011-05-051-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* silent asciidoc generationNikola Pajkovsky2011-05-051-1/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add abrt-action-print manpage. Closes #238Denys Vlasenko2011-05-041-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-trim-files manpage. Closes #241Denys Vlasenko2011-05-031-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added abrt-action-generate-backtrace manpageDenys Vlasenko2011-05-031-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-analyze-backtrace manpage. Closes #227Denys Vlasenko2011-05-031-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Asciidoc manpage support; abrt-action-mailx manpageKarel Klic2011-05-021-0/+16
|
* renamed abrt-action-analyzecore.py -> analyze-core; made .conf file more ↵Denys Vlasenko2011-04-221-2/+2
| | | | | | readable Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* delete ugly parse_conf(), use load_abrt_conf() insteadDenys Vlasenko2011-04-201-1/+0
| | | | | | Therefore moved abrt_conf.* to libreport Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* split abrt-action-install-debuginfo into two apps rhbz#692064Jiri Moskovcak2011-04-141-1/+5
| | | | | | | - the first part analyzes the coredump and writes the required build-ids into a file - the second app reads the file and tries to find the debuginfo packages for build-ids
* make rhtsupport use /tmp for tmp filesJiri Moskovcak2011-04-071-1/+2
| | | | | - also added default event configuration for rhtsupport - and tweaked a spec file a little
* make event xml description translatableJiri Moskovcak2011-04-051-1/+13
|
* Ticket #178 abrt-cli should provide an option to select analyzerNikola Pajkovsky2011-03-301-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Revert "Ticket #178 abrt-cli should provide an option to select analyzer"Jiri Moskovcak2011-03-291-2/+2
| | | | This reverts commit e2b73a97a213d6b317e5410b0dc9d931686442d2.
* Ticket #178 abrt-cli should provide an option to select analyzerNikola Pajkovsky2011-03-291-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Analyze backtraces from retrace serverKarel Klic2011-03-261-0/+20
| | | | | | | | | | | | | | | Hi, the attached patch splits a part of abrt-action-generate-backtrace to a new tool abrt-action-analyze-backtrace, which is used by both LocalGDB and RetraceServer analyzers. Then new abrt-action-analyze-backtrace tool reads backtrace and generates duplication hash, detects crash function, and provides backtrace rating. These steps haven't been performed for remotely analyzed crashes so far. Karel
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-261-0/+20
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added xml file for kerneloops reporter, split koops events to a separate fileJiri Moskovcak2011-03-251-2/+4
|
* remove plugins/Logger.confDenys Vlasenko2011-03-241-3/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove plugins/Mailx.conf and plugins/RHTSupport.confDenys Vlasenko2011-03-241-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added event xml file for RHTSupport, removed unused glade filesJiri Moskovcak2011-03-231-8/+2
|
* -added event config files for Mailx trac#163Jiri Moskovcak2011-03-171-3/+4
|
* ccpp: save package's NVR for all loaded librariesJiri Moskovcak2011-03-161-2/+3
|
* reanalyze configuration symlinksKarel Klic2011-03-161-0/+2
|
* mergeKarel Klic2011-03-101-0/+2
|\
| * make report_Logger configurableDenys Vlasenko2011-03-101-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * added default configuration for report_Bugzilla eventJiri Moskovcak2011-03-101-1/+2
| |
* | added XML configuration for analyze stepsKarel Klic2011-03-101-1/+3
|/
* rename Bugzilla.xml to report_Bugzilla.xmlDenys Vlasenko2011-03-091-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add -Wwrite-strings everywhereDenys Vlasenko2011-03-091-13/+13
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add Bugzilla.xml event descriptionJiri Moskovcak2011-03-081-0/+5
|
* Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-12/+12
| | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.