summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-261-2/+1
* added xml file for kerneloops reporter, split koops events to a separate fileJiri Moskovcak2011-03-251-8/+0
* fixes for missing uid caseDenys Vlasenko2011-03-251-1/+1
* remove FILENAME_INFORMALL and tighten up some loose endsDenys Vlasenko2011-03-255-65/+41
* make $ABRT_PROG_PREFIX control whether log messages are prefixedDenys Vlasenko2011-03-254-15/+24
* oops: don't save bogus "executable", and save real "cmdline" instead of bogus...Denys Vlasenko2011-03-241-14/+21
* extend dump_dir to allow creating world-readable directoryJiri Moskovcak2011-03-244-10/+17
* wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-241-2/+2
* Replace FILENAME_MESSAGE with FILENAME_REPORTED_TO.Denys Vlasenko2011-03-181-1/+1
* s:/var/log/abrt.log:/tmp/abrt.log:gDenys Vlasenko2011-03-171-1/+1
* abrtd: suppress stray messages about non-directories in /var/spool/abrtDenys Vlasenko2011-03-161-1/+1
* abrtd: heed glib warning about hash table being NULLDenys Vlasenko2011-03-163-9/+10
* Remove deprecated ENABLE_SOCKET_OR_DBUS configuration optionKarel Klic2011-03-161-1/+0
* abrt-dump-oops: fix double-free; abrt_event.conf: better report event nameDenys Vlasenko2011-03-161-1/+1
* daemon: run dd_sanitize_mode_and_owner after post-create tooDenys Vlasenko2011-03-151-0/+5
* abrtd: do not accept requests to delete directories not in /var/spool/abrt/Denys Vlasenko2011-03-141-1/+11
* Merge branch 'prune-old-gui'Nikola Pajkovsky2011-03-111-4/+6
|\
| * override old gui by new oneNikola Pajkovsky2011-03-111-4/+6
* | make report_Logger configurableDenys Vlasenko2011-03-101-5/+10
|/
* add -Wwrite-strings everywhereDenys Vlasenko2011-03-091-4/+4
* make fork_execv_on_steroids capable of setting env vars tooDenys Vlasenko2011-03-081-1/+1
* gui-wizard-gtk: add code to export/unexport config variables. UntestedDenys Vlasenko2011-03-071-8/+2
* add saving of username; fix one liners loadingDenys Vlasenko2011-03-041-0/+1
* 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