summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* fix a SEGV caused by returning NULL instead of empty hash tableDenys Vlasenko2011-01-131-0/+2
* abrt_event.conf parser is updated to handleDenys Vlasenko2011-01-131-8/+36
* remove C++-ism ssprintf from abrtlib.hDenys Vlasenko2011-01-111-5/+8
* move abrt-action-FOO from /usr/libexec to /usr/binDenys Vlasenko2011-01-114-17/+6
* 665405 - ABRT's usage of sos does not grab /var/log/messagesNikola Pajkovsky2011-01-051-1/+1
* extend run_event() to run_event_on_dir_name() and run_event_on_crash_data()Denys Vlasenko2010-12-222-7/+7
* *: rename *crash_dump.* -> *crash_data.*Denys Vlasenko2010-12-224-6/+6
* Rename foo_crash_dump_dir -> foo_dump_dirDenys Vlasenko2010-12-152-7/+7
* small fixes to map_string_t conversion suggested by KarelDenys Vlasenko2010-12-131-0/+1
* rename libabrt.so to libreport.soDenys Vlasenko2010-12-091-4/+4
* create report-libs-devel package; separate out report headersDenys Vlasenko2010-12-091-4/+4
* add abrt_ prefixes to abrt-internal functions in libabrt.soDenys Vlasenko2010-12-081-1/+1
* removal of C++isms from libabrt, part 2Denys Vlasenko2010-12-081-12/+16
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-086-221/+152
* This patch changes crash data to use C structures.Denys Vlasenko2010-12-065-102/+121
* preparatory patch: add -v to abrt-cli; remove unused func; make func staticDenys Vlasenko2010-12-032-15/+11
* factor out headers so that "report lib" API is separated out of abrt APIDenys Vlasenko2010-12-011-0/+9
* new debuginfo install script rewritten in pythonJiri Moskovcak2010-11-291-2/+2
* preparatory patch for future factoring out of headers for reportlibDenys Vlasenko2010-11-265-10/+10
* reorganize librariesDenys Vlasenko2010-11-263-6/+32
* abrtd: suppress spurious warning about missing coredump and inform_allDenys Vlasenko2010-11-252-8/+13
* remove sqlite DBDenys Vlasenko2010-11-2311-441/+268
* Merge branch 'remove-polkit'Nikola Pajkovsky2010-11-226-146/+0
|\
| * remove PLUGIN_DYNAMIC_LOAD_UNLOADNikola Pajkovsky2010-11-193-91/+0
| * remove polkitNikola Pajkovsky2010-11-194-55/+0
* | preraratory patch for database removalDenys Vlasenko2010-11-222-16/+16
* | Improve some comments. No code changesDenys Vlasenko2010-11-221-0/+4
|/
* Cleanup. Remove last vestiges of AnalyzerActionsAndReporters.Denys Vlasenko2010-11-185-154/+1
* removing unused Reporter class and unused members of PluginManager classDenys Vlasenko2010-11-172-45/+0
* remove unused SetPluginSettings(...)Nikola Pajkovsky2010-11-164-140/+0
* abrtd/gui: remove [AnalyzerActionsAndReporters], migrate to event-based proce...Denys Vlasenko2010-11-154-28/+19
* 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-152-3/+9
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-14/+14
* Remove SOSreport plugin - abrt_event.conf supersedes itDenys Vlasenko2010-11-121-0/+2
* abrt_event.conf: bugzilla reporter needs to use corresponding conf fileDenys Vlasenko2010-11-111-2/+2
* remove "old" Bugzilla and RHTSupport pluginsDenys Vlasenko2010-11-111-4/+2
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-1013-3642/+16
* Decouple settings handling from old-style pluginsDenys Vlasenko2010-11-107-69/+87
* Move some functions from CrashWatcher to MiddleWareDenys Vlasenko2010-11-096-217/+217
* 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-054-11/+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
* supply CD_EVENTS element in crash dump structures passed to GUIDenys Vlasenko2010-11-043-1/+9
* extend list_possible_events() to be able to return list _for a specified dir_Denys Vlasenko2010-11-031-4/+7