summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify parameter/return value passing for boolsDenys Vlasenko2009-08-032-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-032-24/+47
|
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-311-1/+1
| | | | | | Also some preparatory cleanups for future dumpoops patch are included Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* using more x-functionsDenys Vlasenko2009-07-311-22/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2009-07-311-40/+36
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon: threading fixesJiri Moskovcak2009-07-222-16/+32
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-204-62/+158
|\
| * On exit, take care to emit consistent exit status.Denys Vlasenko2009-07-171-5/+13
| | | | | | | | | | | | If we were Ctrl-C'ed, then we should exit by killing ourself, not exit(N). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * rework unsafe handling of SIGINT/SIGTERMDenys Vlasenko2009-07-173-12/+69
| | | | | | | | | | | | | | | | | | | | Signals are asynchronous. It is unsafe to perform such complex operations in a signal handler. I changed signal handler to just set a flag, and added an event source which returns an event when this variable is set. The action is to stop event loop. Execution then falls through to program exit. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * prevent leaking buf in some casesDenys Vlasenko2009-07-171-4/+12
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * simplify CCrashWatcher::CreatePidFileDenys Vlasenko2009-07-171-23/+19
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-152-30/+57
| | | | | | | | | | | | The bug was observed when dbus-abrt.conf is missing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * test commitroot2009-07-151-1/+1
| | | | | | | | Signed-off-by: root <root@dhcp-lab-117.englab.brq.redhat.com>
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-202-41/+86
|/
* Removed unused fileJiri Moskovcak2009-07-072-191/+1
|
* documentation after English language review from rlandman@redhat.comDaniel Novotny2009-07-032-31/+34
|
* added a creation of directory for local buildingZdenek Prikryl2009-06-301-0/+3
|
* fixed getting list of errors for rootZdenek Prikryl2009-06-291-10/+10
|
* updated manpage0.0.4Daniel Novotny2009-06-241-0/+6
|
* proper way how to daemonizeZdenek Prikryl2009-06-243-38/+21
|
* fixed exception chatchingZdenek Prikryl2009-06-241-2/+2
|
* Minor fix to save pid of child process after fork.Jiri Moskovcak2009-06-231-1/+2
|
* Added pidfile support in daemon (C hook should work now)Jiri Moskovcak2009-06-232-3/+37
|
* new default path for lock fileZdenek Prikryl2009-06-172-4/+6
|
* Lock file directory honor the --prefixJiri Moskovcak2009-06-172-1/+2
|
* Added lock file support to daemonJiri Moskovcak2009-06-171-3/+3
|
* new manual pagesDaniel Novotny2009-06-162-5/+12
|
* Fixed spec file, to work with new versionJiri Moskovcak2009-06-152-2/+2
|
* added new options to AT, which defines what communication platform will be usedZdenek Prikryl2009-06-113-8/+9
|
* abrt can take reporter's configuration file from reporting users's ↵Zdenek Prikryl2009-06-102-3/+22
| | | | $HOME/.abrt/ directory
* fixed updating guiZdenek Prikryl2009-06-031-2/+9
|
* added man pagesZdenek Prikryl2009-06-031-0/+2
|
* new man pagesZdenek Prikryl2009-06-032-0/+107
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-05-281-26/+117
|\
| * added return codes to some of MW's functionsZdenek Prikryl2009-05-281-26/+117
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-05-211-4/+4
|\|
| * minor fixesZdenek Prikryl2009-05-211-4/+4
| |
* | 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-132-14/+25
|\|
| * new abrt's cron config styleZdenek Prikryl2009-05-132-14/+25
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-05-126-138/+311
|\| | | | | | | | | Conflicts: src/Daemon/Daemon.cpp
| * added new kerneloopsscanner plugin, therefore kerneloops plugin is much more ↵Zdenek Prikryl2009-05-121-3/+3
| | | | | | | | simply now
| * added debug messagesZdenek Prikryl2009-05-121-62/+65
| |
| * Merge commit 'origin'Zdenek Prikryl2009-05-121-12/+40
| |\
| * | support for simpler settingsZdenek Prikryl2009-05-126-79/+249
| | |
* | | Code cleanupJiri Moskovcak2009-05-121-9/+5
| |/ |/|
* | New exception handlingJiri Moskovcak2009-05-071-12/+40
|/
* rework commlayerinner usageZdenek Prikryl2009-04-292-5/+4
| | | | new lock method in debugdump