summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Increase limit for gdb run, as it was reported that 60 secs is too limiting o...Karel Klic2011-01-311-1/+2
* Rating 0 (worst) for backtrace on which the parser fails.Karel Klic2011-01-311-4/+10
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-01-252-14/+16
|\
| * split parse_release() into Bz and RHTS versionsDenys Vlasenko2011-01-251-3/+3
| * plug memory leak on error pathsDenys Vlasenko2011-01-251-1/+1
| * comment out unused function post_signatureDenys Vlasenko2011-01-251-0/+2
| * move block of code to eliminate a gotoDenys Vlasenko2011-01-251-10/+10
* | don't try to remove the tmp dir if it's not createdJiri Moskovcak2011-01-251-3/+3
|/
* add OPT_LIST mechanism to handle multiply occurring optionsDenys Vlasenko2011-01-206-114/+96
* make option handling more regular across all toolsDenys Vlasenko2011-01-2011-81/+75
* introduce and use new helper function list_free_with_freeDenys Vlasenko2011-01-201-3/+1
* remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-193-369/+0
* remove dumpoops and KerneloopsScanner pluginDenys Vlasenko2011-01-178-776/+1
* replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in ...Denys Vlasenko2011-01-172-0/+732
* trivial: more uniform -v option helpDenys Vlasenko2011-01-133-3/+3
* move abrt-action-FOO from /usr/libexec to /usr/binDenys Vlasenko2011-01-111-13/+13
* adding missing extern "C" {}Denys Vlasenko2011-01-061-0/+8
* pass old pattern to ccpp hook and use itDenys Vlasenko2011-01-061-11/+44
* koops: catch "kernel BUG at" with both small and capital K.Denys Vlasenko2011-01-041-12/+20
* extend run_event() to run_event_on_dir_name() and run_event_on_crash_data()Denys Vlasenko2010-12-225-5/+5
* *: rename *crash_dump.* -> *crash_data.*Denys Vlasenko2010-12-226-6/+6
* Rename foo_crash_dump_dir -> foo_dump_dirDenys Vlasenko2010-12-155-5/+5
* rename a few more files from .cpp to .cDenys Vlasenko2010-12-097-18/+23
* rename libabrt.so to libreport.soDenys Vlasenko2010-12-091-10/+10
* create report-libs-devel package; separate out report headersDenys Vlasenko2010-12-091-23/+33
* add abrt_ prefixes to abrt-internal functions in libabrt.soDenys Vlasenko2010-12-085-5/+5
* removal of C++isms from libabrt, part 2Denys Vlasenko2010-12-082-14/+7
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-088-139/+61
* remove unused function parse_args; make a few functions extern "C"Denys Vlasenko2010-12-071-3/+0
* This patch changes crash data to use C structures.Denys Vlasenko2010-12-066-69/+83
* new debuginfo install script rewritten in pythonJiri Moskovcak2010-11-293-422/+476
* fix locking kerneloops conf file when -d not specifiedNikola Pajkovsky2010-11-291-1/+0
* preparatory patch for future factoring out of headers for reportlibDenys Vlasenko2010-11-266-11/+11
* abrt-action-rhtsupport: fix -c CONFFILE erroneously setting DUMPDIR tooDenys Vlasenko2010-11-261-1/+0
* reorganize librariesDenys Vlasenko2010-11-267-34/+14
* taint flag is decimal representation of a bitmaskNikola Pajkovsky2010-11-252-14/+76
* abrt-action-install-debuginfo: removed generation of MISSING: stringDenys Vlasenko2010-11-241-5/+4
* remove sqlite DBDenys Vlasenko2010-11-2314-870/+20
* rhbz 623142Nikola Pajkovsky2010-11-222-0/+27
* Merge branch 'remove-polkit'Nikola Pajkovsky2010-11-221-1/+0
|\
| * remove polkitNikola Pajkovsky2010-11-191-1/+0
* | Improve some comments. No code changesDenys Vlasenko2010-11-221-7/+9
* | fix locking bugzilla conf file when -d not specifiedNikola Pajkovsky2010-11-191-1/+0
|/
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-42/+43
* Removed "old" Kerneloops and Python analyzers. They were emptyDenys Vlasenko2010-11-125-144/+2
* replace "old" Mailx plugin with new one. This is the last "old" reporter pluginDenys Vlasenko2010-11-124-207/+203
* Remove SOSreport plugin - abrt_event.conf supersedes itDenys Vlasenko2010-11-125-210/+3
* remove "old-style" FileTransfer and ReportUploader pluginsDenys Vlasenko2010-11-1110-1390/+8
* add "new style" abrt-action-upload pluginDenys Vlasenko2010-11-114-0/+525
* Remove "old-style" KerneloopsReporterDenys Vlasenko2010-11-113-196/+0