summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* abrt-hook-ccpp: fix a case when open_user_core returns 0 instead of -1 on errorDenys Vlasenko2010-11-161-1/+1
* abrtd/gui: remove [AnalyzerActionsAndReporters], migrate to event-based proce...Denys Vlasenko2010-11-156-95/+76
* abrtd: do not panic on "nothing was done" result for [re]analyze eventsDenys Vlasenko2010-11-151-1/+1
* abrt-handle-crashdump: prepend our libexec path to $PATHDenys Vlasenko2010-11-153-6/+15
* Make "abrt-handle-crashdump -e BOGUS_EVENT" fail (also fail if asked over dbus)Denys Vlasenko2010-11-154-10/+18
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-1573-72/+8375
* 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-126-210/+5
* remove "old-style" FileTransfer and ReportUploader pluginsDenys Vlasenko2010-11-1110-1390/+8
* add "new style" abrt-action-upload pluginDenys Vlasenko2010-11-114-0/+525
* abrt_event.conf: bugzilla reporter needs to use corresponding conf fileDenys Vlasenko2010-11-111-2/+2
* Remove "old-style" KerneloopsReporterDenys Vlasenko2010-11-113-196/+0
* remove "old" Bugzilla and RHTSupport pluginsDenys Vlasenko2010-11-117-405/+6
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-1068-184/+5968
* Decouple settings handling from old-style pluginsDenys Vlasenko2010-11-107-69/+87
* Move some functions from CrashWatcher to MiddleWareDenys Vlasenko2010-11-097-218/+218
* remove CLogger class, abrt-event.conf + abrt-action-print superseded itDenys Vlasenko2010-11-081-5/+14
* remove RunApp plugin, abrt-event.conf superseded itDenys Vlasenko2010-11-081-1/+0
* abrtd: remove support for ActionsAndReporters, abrt_event.conf supersedes itDenys Vlasenko2010-11-087-95/+0
* make #includes simplerDenys Vlasenko2010-11-055-14/+6
* 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
* 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-044-1/+10
* extend list_possible_events() to be able to return list _for a specified dir_Denys Vlasenko2010-11-031-4/+7
* abrtd: convert reporting step to run_action, part 1 (main)Denys Vlasenko2010-11-037-129/+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-032-134/+17
* 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-021-1/+1
* rename abrt_action.conf -> abrt_event.confDenys Vlasenko2010-11-022-2/+2
* abrtd: make CreateCrashReport() more understandableDenys Vlasenko2010-11-021-28/+24
* remove AutoReportUIDs supportDenys Vlasenko2010-11-024-78/+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-021-7/+21
* abrt-handle-crashdump: new semi-debug utility to run abrt actions for a speci...Denys Vlasenko2010-11-014-148/+111
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-017-35/+273
* preparatory cleanup patchesDenys Vlasenko2010-11-011-2/+4
* abrtd: prepearatory patch: is_debug_dump_saved shouldn't need uidDenys Vlasenko2010-11-011-62/+22
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-254-2/+4
* Splitting web-related functions into libABRT_web_utils.soDenys Vlasenko2010-10-252-17/+10
* moving files around, no code changesDenys Vlasenko2010-10-252-0/+574
* new action tool: abrt-action-kerneloopsDenys Vlasenko2010-10-252-0/+216
* introduce and use xmalloc_fgets/fgetlineDenys Vlasenko2010-10-222-21/+23
* restore correct handling of argv[1] of scriptsDenys Vlasenko2010-10-221-24/+21