summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* spec: reinstate abrt-cli to keep compatibilityJiri Moskovcak2011-06-171-0/+19
| | | | - it contains just a symlink to report-cli
* 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>
* updated po filesJiri Moskovcak2011-06-1644-27409/+35188
|
* properly declare daemon_is_okDenys Vlasenko2011-06-151-1/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove abrt-cliDenys Vlasenko2011-06-1512-1542/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweak .gitignoreDenys Vlasenko2011-06-151-4/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move events and events config to libreport/events{.d} and libreport/pluginsJiri Moskovcak2011-06-155-33/+36
| | | | - requires libreport commit: 219c304236910086fae00e3a65fef626b46f1f1e
* Merge branch 'daemon/dump-location'Nikola Pajkovsky2011-06-155-3/+17
|\ | | | | | | | | | | | | * daemon/dump-location: [abrt] dump locatation needs to know where configure puts config file from abrt [abrt] rename abrt-install-ccpp-hook to abrt-install-ccpp-hook.in [abrt] rhbz671354 - [RFE] Configurable core dump location
| * [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-154-1/+3
| | | | | | | | 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>
* 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>