summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* abrt-action-save-package-data: do not complain if "remote" element is missingDenys Vlasenko2011-03-041-1/+1
* gui-wizard-gtk: fix stealing againDenys Vlasenko2011-03-031-5/+5
* Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-4/+4
* remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used insteadDenys Vlasenko2011-03-032-14/+2
* renamed libreport.so to libreport2.soJiri Moskovcak2011-03-031-4/+4
* show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-281-2/+2
* move ccpp related events to events.d/Jiri Moskovcak2011-02-221-16/+3
* gui-wizard-gtk: add forward_page_func which skips analyze step when it is mis...Denys Vlasenko2011-02-222-2/+2
* abrt-action-install-debuginfo: disallow overriding paths to writable dirsDenys Vlasenko2011-02-221-17/+6
* run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-212-3/+11
* move hostname saving from abrt-action-save-package-data to dump_dirVladimir Vinogradov2011-02-181-26/+0
* get rid of unused CD_FLAG_SYSNikola Pajkovsky2011-02-161-4/+8
* fixes for s/release/os_release/g changeDenys Vlasenko2011-02-101-0/+6
* abrt-gtk: make Delete key actually delete the dump dirDenys Vlasenko2011-02-101-2/+4
* get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"Denys Vlasenko2011-02-104-37/+1
* fix problem with daemon shutdown when abrt.conf file is wrongJiri Moskovcak2011-02-071-1/+2
* abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-011-0/+1
* use run_state->children_count == 0 check for "event not conf'd" conditionDenys Vlasenko2011-02-012-3/+4
* preparatory changes for abrt-cli local processing changeDenys Vlasenko2011-01-272-7/+5
* remove CCommLayerServer[DBus] classesDenys Vlasenko2011-01-219-144/+39
* s/QuotaExceed/QuotaExceeded/gDenys Vlasenko2011-01-214-6/+6
* Remove CCrashWatcher and CObserver classes; merge libabrt_daemon into abrtdDenys Vlasenko2011-01-218-91/+150
* remove plugin.h, move its only macro into into only userDenys Vlasenko2011-01-203-4/+1
* add OPT_LIST mechanism to handle multiply occurring optionsDenys Vlasenko2011-01-204-4/+2
* make option handling more regular across all toolsDenys Vlasenko2011-01-204-68/+73
* introduce and use new helper function list_free_with_freeDenys Vlasenko2011-01-205-25/+15
* disable SetSettings dbus call codeDenys Vlasenko2011-01-203-33/+38
* convert abrt-action-save-package-data.cpp to CDenys Vlasenko2011-01-204-8/+15
* fixed build against rpm 4.9Jiri Moskovcak2011-01-191-3/+2
* abrtd: merge pid and lock files into oneDenys Vlasenko2011-01-191-40/+28
* remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-196-395/+1
* move (de)installation of abrt-hook-ccpp into abrt-ccpp service.Denys Vlasenko2011-01-191-10/+1
* remove [ Cron ] handlingDenys Vlasenko2011-01-175-315/+0
* replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in ...Denys Vlasenko2011-01-174-24/+75
* preliminary cleanup patchesDenys Vlasenko2011-01-141-1/+1
* 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