summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"Denys Vlasenko2011-02-103-5/+3
| * abrt-action-generate-backtrace: exit with 0 even if the parser failsKarel Klic2011-02-041-1/+6
| * abrt_rh_support: remove code which looks into Strata-Message: headerDenys Vlasenko2011-02-031-73/+4
| * abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-011-0/+1
| * rhtsupport reads from uninitialized variableNikola Pajkovsky2011-02-011-2/+6
| * 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
* | retrace client: implemented batch operation, improved the restKarel Klic2011-02-171-129/+210
* | retrace-client: code formatting onlyKarel Klic2011-02-171-13/+32
* | retrace-client: do not crash on missing headerKarel Klic2011-02-071-1/+1
* | retrace client: create prints only task id and password; some code cleanupKarel Klic2011-01-241-66/+101
* | Retrace client work in progressKarel Klic2011-01-211-18/+108
* | Retrace client work in progress.Karel Klic2011-01-201-52/+292
* | Retrace client more work in progressKarel Klic2011-01-192-137/+219
* | Revert parts of accidental retrace client commitKarel Klic2011-01-121-21/+21
* | retrace client work-in-progressKarel Klic2011-01-112-3/+265
|/
* 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