summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* rpm.c: fix some memleaksNikola Pajkovsky2010-08-231-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: added accelerator key "Delete" to the delete button rrakus@redhat.comJiri Moskovcak2010-08-201-0/+1
|
* abrt-cli --info: Make coredump and rating fields optionalKarel Klic2010-08-191-5/+12
|
* fixed a typo: kenel -> kernelKarel Klic2010-08-191-1/+1
|
* VERB3 log the process of load_crash_data_from_debug_dump.Karel Klic2010-08-191-1/+3
|
* enrich an exception with the dump directory path; it's useful for debuggingKarel Klic2010-08-191-1/+9
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-1910-230/+212
|\
| * daemon: make text detection fail on any file >64kDenys Vlasenko2010-08-181-0/+13
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * get rid of exceptions in CDebugDump classMichal Toman2010-08-184-169/+175
| |
| * *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-176-61/+24
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | rpm.c needs logging.h -> include itKarel Klic2010-08-191-0/+1
|/
* GUI: increase dbus timeout in Report() callDenys Vlasenko2010-08-171-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: make the bt viewer not-editable rhbz#621871Jiri Moskovcak2010-08-111-0/+2
|
* forgot erase one funcion in rpm.cNikola Pajkovsky2010-08-101-25/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-1077-17/+17
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rename RPM.cpp -> rpm.cNikola Pajkovsky2010-08-106-13/+47
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rewrite rpm to pure CNikola Pajkovsky2010-08-104-169/+194
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* added native systemd file rhbz#617316Jiri Moskovcak2010-08-092-0/+16
|
* fixed typo in man page rhbz#610748Jiri Moskovcak2010-08-031-1/+1
|
* s/:/::/Nikola Pajkovsky2010-07-301-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* mark string for translateNikola Pajkovsky2010-07-291-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* trivial fix - added a log message to appletJiri Moskovcak2010-07-281-0/+1
| | | | | - log when applet doesn't show the notification because of the repeated crash
* moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happyJiri Moskovcak2010-07-273-15/+18
|
* Mention --info and --backtrace in the abrt-cli man page.Karel Klic2010-07-261-4/+13
|
* build fixes for gcc 4.5Jiri Moskovcak2010-07-262-3/+3
|
* abrt-hook-ccpp: small fixes prompted by testing on RHEL5Denys Vlasenko2010-07-221-1/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2010-07-225-10/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added --info action to abrt-cliMichal Toman2010-07-221-19/+130
|
* fixed tooltip localization rhbz#574693Jiri Moskovcak2010-07-193-17/+16
|
* dumpoops/KerneloopsScanner: add pid to crashdump nameDenys Vlasenko2010-07-151-1/+8
| | | | | | | Otherwise dumpoops -d cut_here.test; dumpoops -d cut_here.test; dumpoops -d cut_here.test aborts Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* A message change suggested by SilasKarel Klic2010-07-151-1/+1
|
* applet: do not annoy user with repeated crash *dialogs* (icon is ok)Denys Vlasenko2010-07-141-9/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cut off prelink suffixes from executable name if anyMichal Toman2010-07-141-0/+7
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-07-141-1/+1
|\
| * Be more polite with userDenys Vlasenko2010-07-141-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Die with an error message if the database plugin is not accessible when needed.Karel Klic2010-07-141-14/+15
|/
* abort initialization on abrt.conf parsing errorsDenys Vlasenko2010-07-133-27/+75
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: allow sending crashes without ratingKarel Klic2010-07-121-5/+8
| | | | | | | | - some crashes (koopses, python) doesn't require rating, because their backtrace is always good, so we don't rate them and GUI should treat them as the rating was good From: Jiri Moskovcak <jmoskovc@redhat.com>
* GUI: fixed package name in warning message when the packge is kernel rhbz#612191Karel Klic2010-07-121-1/+1
| | | | Author: Jiri Moskovcak <jmoskovc@redhat.com>
* String updatesKarel Klic2010-07-1216-80/+80
|
* lower-case devel headersNikola Pajkovsky2010-07-0917-33/+33
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457Jiri Moskovcak2010-07-081-9/+14
|
* Display hostname in abrt-cli if it's available.Karel Klic2010-07-071-0/+5
|
* abrt-handle-upload should have mode 0755, fixingDenys Vlasenko2010-07-021-0/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added support for package specific actionsJiri Moskovcak2010-06-303-25/+55
|
* GUI: don't die if crash info doesn't contain btJiri Moskovcak2010-06-301-10/+21
| | | | | - and of course don't let user to report a bug without bt if the reporter plugin requires it
* abrt-handle-upload: ensure that we do not accidentally move over existing dirDenys Vlasenko2010-06-301-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'remote2'Karel Klic2010-06-301-4/+12
|\
| * Allow remote crashes to not to belong to a package.Karel Klic2010-06-301-4/+12
| | | | | | | | Skip GPG check on remote crashes.
* | bad hostnames on remote crashesNikola Pajkovsky2010-06-301-7/+11
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>