summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixDenys Vlasenko2010-06-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-071-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: add 60 sec cap on gdb run time.Denys Vlasenko2010-06-031-3/+28
| | | | | | | I tested gdb on LARGE coredump (openoffice) and it takes about 5 seconds to process it. 60 seconds should be more than plenty. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: upload real tarball, not a bogus fileDenys Vlasenko2010-05-283-32/+125
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: actually do create ticket, using Gavin's lib codeDenys Vlasenko2010-05-281-37/+47
| | | | | | Still uploads bogus file, but at lease it's closer to what we need Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* take file upload POST code from gavin's lib. Adapt rhfastcheck to use ↵Denys Vlasenko2010-05-281-7/+7
| | | | | | changed API Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename a few remaining /var/cache/abrt -> /var/spool/abrtDenys Vlasenko2010-05-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: mailx uses settings from guiNikola Pajkovsky2010-05-261-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* sosreport: do not assume .bz2 suffix, it can be .gz, .xz etcDenys Vlasenko2010-05-251-33/+39
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* KerneloopsSysLog.cpp: do not stop on "--- [ cut here ] ---" lineDenys Vlasenko2010-05-251-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenys Vlasenko2010-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* putenv("TERM=dumb") was causing a SEGV for Nikola, removing itDenys Vlasenko2010-05-191-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fix 582378: Report "INFO: possible recursive locking detectedDenys Vlasenko2010-05-171-4/+3
| | | | | | | | | | While at it, remove special-cased "appears to be on the same physical disk": it won't be selected anymore since now we search for "WARNING: at", not "Warning", and: WARNING: %s appears to be on the same physical disk as %s will not be erroneously caught. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove std::string from parse_release()Nikola Pajkovsky2010-05-172-12/+19
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* improve kerneloops hashDenys Vlasenko2010-05-141-2/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bugzilla: better summary and decription messagesNikola Pajkovsky2010-05-121-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fork_execv_on_steroids: close other end of the pipe in the childDenys Vlasenko2010-05-041-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Code formatting changes only - no change in functionalityKarel Klic2010-04-212-140/+144
|
* Bugzilla login/password emptiness check uses 'or' instead of 'and'Karel Klic2010-04-211-2/+2
|
* Crash function is now detected even for threads without an abort frame.Karel Klic2010-04-151-5/+4
| | | | Added new option --crash-frame to abrt-backtrace and updated its manual page.
* comment can be privateNikola Pajkovsky2010-04-141-7/+12
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Emacs project-wide code-style settingsKarel Klic2010-04-121-1/+1
|
* kerneloop is more informative when failedNikola Pajkovsky2010-04-121-6/+9
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add function name into summary(if it's found)Nikola Pajkovsky2010-04-071-0/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Change kerneloops message when it failedNikola Pajkovsky2010-04-071-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* whitespace cleanup, no code changesDenys Vlasenko2010-04-012-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-313-16/+5
|\
| * minor fix to sosreport to make it work with latest sos rhbz#576861Jiri Moskovcak2010-03-311-1/+1
| | | | | | | | - requires sos-1.9-1
| * minor gui fixesJiri Moskovcak2010-03-311-3/+4
| |
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* Removed trailing whitespaces.Karel Klic2010-03-311-8/+8
|
* Use backtrace parser from abrtutils, new backtrace rating algorithm, store ↵Karel Klic2010-03-261-286/+151
| | | | crash function if it's known, compute Global UUID in CreateReport
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-254-1/+183
| | | | | | Plugin quickly checks RH support DB for known solutions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-255-139/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: xml-escape stringsDenys Vlasenko2010-03-231-178/+240
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove Firefox plugin, it had no development and was disabled for some timeDenys Vlasenko2010-03-233-1076/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: new reporter pluginDenys Vlasenko2010-03-193-0/+321
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bz reporter: s/uuid/duphash; more understandable message; simplify result ↵Denys Vlasenko2010-03-183-102/+94
| | | | | | | str generation; fix indentation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com>
* Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196.Denys Vlasenko2010-03-171-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: fix a case when we file an oops w/o backtraceDenys Vlasenko2010-03-171-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* don't read syslog if it didn't changeJiri Moskovcak2010-03-152-3/+14
|
* Define PLUGINS_CONF_DIR in Bugzilla pluginKarel Klic2010-03-151-1/+3
|
* added full path to Bugzilla.conf in error messageJiri Moskovcak2010-03-131-1/+1
|
* improve syslog file detection. closes bz#565983Denys Vlasenko2010-03-051-22/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add arch, package and release in commentNikola Pajkovsky2010-03-051-1/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-053-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>