summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-77/+123
* at Jirka's request, restore setup where CCrashWatcher has its own source filesDenys Vlasenko2009-08-211-612/+147
* Daemon.cpp: eliminate a few auxiliary struct fields we no longer needDenys Vlasenko2009-08-211-30/+24
* Daemon.cpp: convert CCrashWatcher members functions to staticsDenys Vlasenko2009-08-211-50/+44
* Daemon.cpp: convert CCrashWatcher inner structs and some functions into staticsDenys Vlasenko2009-08-211-69/+67
* Daemon.cpp: simplify waiting for the TERM/INT signalDenys Vlasenko2009-08-211-82/+40
* Daemon.cpp: convert CCrashWatcher members to static variablesDenys Vlasenko2009-08-211-60/+52
* expand CCrashwatcher::Run() so that we can report success laterDenys Vlasenko2009-08-211-10/+6
* move class CCrashWatcher into daemon.cppDenys Vlasenko2009-08-211-6/+1056
* src/Daemon/Daemon.cpp: the lone crash watcher object can live on stackDenys Vlasenko2009-08-201-7/+3
* fix compile-time warnings.Denys Vlasenko2009-08-091-2/+3
* style fixes, no code changesDenys Vlasenko2009-08-091-3/+3
* fix bug 54: make abrt (without -d) report initialization errorsDenys Vlasenko2009-08-061-6/+20
* On exit, take care to emit consistent exit status.Denys Vlasenko2009-07-171-5/+13
* rework unsafe handling of SIGINT/SIGTERMDenys Vlasenko2009-07-171-8/+8
* Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-151-2/+18
* proper way how to daemonizeZdenek Prikryl2009-06-241-7/+20
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-05-201-0/+5
|\
| * improved catching of exceptionsZdenek Prikryl2009-05-181-0/+5
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-05-121-1/+1
|\|
| * support for simpler settingsZdenek Prikryl2009-05-121-1/+1
* | Code cleanupJiri Moskovcak2009-05-121-9/+5
|/
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-36/+22
* added new interface frof settingsZdenek Prikryl2009-04-021-18/+18
* Added commlayer to make dbus optionalJiri Moskovcak2009-04-011-4/+4
* Added report functions to daemonJiri Moskovcak2009-02-251-7/+6
* Better signal handling in daemonJiri Moskovcak2009-02-231-4/+18
* Moved dbus backend from dbus lib to daemon - better OO model.Jiri Moskovcak2009-02-191-1/+9
* Initial git commitJiri Moskovcak2009-02-021-0/+66