summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | unlimited MaxCrashReportsSizeNikola Pajkovsky2010-06-302-11/+14
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-06-308-28/+33
|\ \
| * | GUI: trivial text wrapping fixJiri Moskovcak2010-06-301-0/+1
| | | | | | | | | | | | - fixes problem with long bug report messages displayed in the main window
| * | English and message format fixesDenys Vlasenko2010-06-307-28/+32
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | more readable abrt.confNikola Pajkovsky2010-06-301-2/+20
|/ / | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt.conf: revert last change (vda's mistake, it was not meant to go into git)Nikola Pajkovsky2010-06-301-1/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Disable OpenGPG checking until final releaseNikola Pajkovsky2010-06-301-1/+1
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt-handle-upload: fix in "remote" file creationDenys Vlasenko2010-06-301-1/+1
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'cli'Karel Klic2010-06-293-113/+176
|\
| * Allow using the same operation multiple timesKarel Klic2010-06-291-1/+1
| |
| * Bash completion updateKarel Klic2010-06-221-5/+21
| |
| * Remove dead socket code.Karel Klic2010-06-221-9/+0
| |
| * Rename --get-list to --listKarel Klic2010-06-222-10/+10
| |
| * Update man pageKarel Klic2010-06-221-8/+15
| |