summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove "old" Bugzilla and RHTSupport pluginsDenys Vlasenko2010-11-119-409/+6
* po/POTFILES.in: remove names of deleted filesDenys Vlasenko2010-11-111-2/+0
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-1072-334/+348
* Decouple settings handling from old-style pluginsDenys Vlasenko2010-11-1021-90/+134
* Move some functions from CrashWatcher to MiddleWareDenys Vlasenko2010-11-098-219/+218
* remove CLogger class, abrt-event.conf + abrt-action-print superseded itDenys Vlasenko2010-11-086-195/+15
* comment out Report() virtual member in reporters, it is no longer usedDenys Vlasenko2010-11-081-3/+4
* remove RunApp plugin, abrt-event.conf superseded itDenys Vlasenko2010-11-089-182/+2
* abrtd: remove support for ActionsAndReporters, abrt_event.conf supersedes itDenys Vlasenko2010-11-087-95/+0
* make #includes simplerDenys Vlasenko2010-11-057-18/+11
* make DebugDumpToCrashReport() fill CD_EVENTSDenys Vlasenko2010-11-051-8/+14
* abrt_event.conf: correct the name of oops analyzerDenys Vlasenko2010-11-051-10/+10
* use proper "Python" instead of "python" in abrt_event.confDenys Vlasenko2010-11-042-7/+7
* suppress open error message in one case when it isn't unexpectedDenys Vlasenko2010-11-043-9/+23
* fix a simple bug in run_event() - was truncating command at first wordDenys Vlasenko2010-11-041-2/+5
* abrt-hook-ccpp.cpp -> abrt-hook-ccpp.cDenys Vlasenko2010-11-042-2/+4
* remove C++ isms from abrt-hook-ccppDenys Vlasenko2010-11-041-180/+169
* abrt-hook-ccpp: do not SEGV if /proc/PID/exe can not be readlink'edDenys Vlasenko2010-11-041-29/+35
* supply CD_EVENTS element in crash dump structures passed to GUIDenys Vlasenko2010-11-047-10/+26
* fix a simple bug in run_event() - was truncating command at first wordDenys Vlasenko2010-11-041-2/+5
* list_possible_events(): do not forget to unlock the dir!Denys Vlasenko2010-11-031-6/+5
* extend list_possible_events() to be able to return list _for a specified dir_Denys Vlasenko2010-11-033-38/+73
* abrtd: convert reporting step to run_action, part 1 (main)Denys Vlasenko2010-11-0315-421/+151
* reinstate lost feature of "refresh backtrace" in GUIDenys Vlasenko2010-11-032-4/+9
* switch "analyze" step processing to abrt_event.conf-driven wayDenys Vlasenko2010-11-038-441/+18
* save/restore errno in signal handlerDenys Vlasenko2010-11-031-0/+4
* Added DIR paramented to "Crash" dbus signalDenys Vlasenko2010-11-025-15/+34
* rename abrt_action.conf -> abrt_event.conf (forgot two places)Denys Vlasenko2010-11-022-2/+2
* rename abrt_action.conf -> abrt_event.confDenys Vlasenko2010-11-023-7/+7
* abrtd: make CreateCrashReport() more understandableDenys Vlasenko2010-11-021-28/+24
* remove AutoReportUIDs supportDenys Vlasenko2010-11-025-84/+10
* abrtd: remove resolv.conf refresh codeDenys Vlasenko2010-11-021-30/+0
* abrt-handle-crashdump: add -l[pfx] option to list possible eventsDenys Vlasenko2010-11-025-14/+106
* abrt-handle-crashdump: new semi-debug utility to run abrt actions for a speci...Denys Vlasenko2010-11-018-149/+294
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-0115-100/+274
* preparatory cleanup patchesDenys Vlasenko2010-11-012-3/+8
* abrtd: prepearatory patch: is_debug_dump_saved shouldn't need uidDenys Vlasenko2010-11-014-62/+45
* l10n: Updates to French (fr) translationrenault2010-10-301-15/+19
* l10n: Updates to Norwegian Bokmål (nb) translationkmaraas2010-10-281-24/+21
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-256-5/+5
* Splitting web-related functions into libABRT_web_utils.soDenys Vlasenko2010-10-254-27/+37
* moving files around, no code changesDenys Vlasenko2010-10-253-0/+0
* new action tool: abrt-action-kerneloopsDenys Vlasenko2010-10-257-104/+312
* firgot to "git add stdio_helpers.c"Denys Vlasenko2010-10-253-0/+75
* l10n: Updates to Swedish (sv) translationgoeran2010-10-241-106/+97
* introduce and use xmalloc_fgets/fgetlineDenys Vlasenko2010-10-2210-81/+82
* restore correct handling of argv[1] of scriptsDenys Vlasenko2010-10-221-24/+21
* slightly more efficient strbuf codeDenys Vlasenko2010-10-221-27/+31
* dump_dir: make open fail if there is no "analyzer" file.Denys Vlasenko2010-10-212-21/+32
* Kerneloops should use abrt-action-analyze-oops, not -python!Denys Vlasenko2010-10-211-2/+2