summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert obsoleted -Werror removalKarel Klic2011-03-011-1/+2
* finished merge with master branchKarel Klic2011-03-012-50/+46
* Revert "Remove unused OPTION_GROUP", because OPT_GROUP is used byKarel Klic2011-03-011-0/+2
* merge changes from masterKarel Klic2011-03-0125-1719/+1304
|\
| * show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-282-2/+2
| * gui-wizard-gtk: use fixed font for backtrace and log textviewsDenys Vlasenko2011-02-241-5/+4
| * abrt-action-generate-backtrace/install-debuginfo: a bit better loggingDenys Vlasenko2011-02-232-85/+94
| * move ccpp related events to events.d/Jiri Moskovcak2011-02-222-0/+22
| * gui-wizard-gtk: add forward_page_func which skips analyze step when it is mis...Denys Vlasenko2011-02-221-1/+1
| * abrt-action-install-debuginfo.py: use /tmp for nowDenys Vlasenko2011-02-221-1/+3
| * correct rights on /var/run/abrt; improve new GUI a bitDenys Vlasenko2011-02-222-4/+4
| * abrt-action-install-debuginfo.py: do not truncate package names on outputDenys Vlasenko2011-02-221-6/+6
| * abrt-action-install-debuginfo: disallow overriding paths to writable dirsDenys Vlasenko2011-02-222-8/+32
| * run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-213-5/+34
| * 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