summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
Commit message (Expand)AuthorAgeFilesLines
* unlimited MaxCrashReportsSizeNikola Pajkovsky2010-06-301-10/+13
* English and message format fixesDenys Vlasenko2010-06-301-2/+2
* Removed some memory leaksKarel Klic2010-06-281-10/+24
* small fixes to WatchCrashdumpArchiveDir codeDenys Vlasenko2010-06-221-1/+1
* added WatchCrashdumpArchiveDir directive to abrt.conf and related codeDenys Vlasenko2010-06-221-24/+66
* move misplaced sanity checks in cron parserDenys Vlasenko2010-06-161-2/+2
* Daemon socket for reporting crasheskarel2010-06-091-0/+5
* trivial: stop leaking signal pipe to childrenDenys Vlasenko2010-05-251-0/+2
* trivial: close lock file on execDenys Vlasenko2010-05-251-0/+1
* trivial: close inotify_fd on execDenys Vlasenko2010-05-251-0/+1
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-4/+4
* remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludgeDenys Vlasenko2010-05-211-6/+0
* Move /var/cache/abrt to /var/spool/abrt. Fixes bug 568101.Denys Vlasenko2010-05-141-2/+8
* Revert "Daemon socket for reporting crashes"Nikola Pajkovsky2010-05-141-5/+0
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-121-2/+2
|\
| * renamed daemon pid and lock file rhbz#588315Jiri Moskovcak2010-05-121-2/+2
* | Daemon socket for reporting crashesKarel Klic2010-05-121-0/+5
|/
* remove redundant g_setBlackList, rename g_settings_setBlackList to g_settings...Denys Vlasenko2010-05-061-5/+0
* Removed emacs settings from the file header in favor of global abrt emacs set...Karel Klic2010-04-291-1/+1
* Show error message when abrtd service is run as non-root.Karel Klic2010-04-211-0/+3
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-1/+1
* remove socket code, it is deadDenys Vlasenko2010-03-231-4/+0
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-111-3/+9
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-14/+15
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
* abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-051-19/+39
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-22/+25
* commentsKarel Klic2010-02-041-2/+3
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-9/+12
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-6/+6
* use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-6/+6
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-3/+3
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-6/+6
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-141-1/+2
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...Karel Klic2010-01-121-7/+7
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-3/+5
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-2/+2
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-101-7/+0
* abrtd: preparatory patch for per-plugin "Enable" codeDenys Vlasenko2010-01-081-1/+1
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-181-7/+12
|\
| * made s_signal_caught volatileDenys Vlasenko2009-12-171-1/+1
| * further robustification of signal handlerDenys Vlasenko2009-12-171-3/+7
| * remove unsafe log() from signal handlerDenys Vlasenko2009-12-171-1/+2
| * fix all instances of atoi() usageDenys Vlasenko2009-12-151-3/+3
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-141-6/+3
|\|
| * more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-141-6/+3
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-141-2/+8
|\|
| * abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-0/+6
| * style fixes, no code changesDenys Vlasenko2009-12-101-1/+1