summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+1
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-121-0/+16
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-12/+3
* DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-111-0/+32
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-101-0/+16
* fix compile-time warnings.Denys Vlasenko2009-08-091-0/+6
* style fixes, no code changesDenys Vlasenko2009-08-091-3/+4
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-071-3/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-061-0/+1
|\
| * fix a case when we print a warning twice.Denys Vlasenko2009-08-061-0/+1
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-061-0/+16
|/
* made some functions staticDenys Vlasenko2009-08-041-6/+10
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-14/+20
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-041-0/+1
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-031-18/+33
* using more x-functionsDenys Vlasenko2009-07-311-22/+14
* style fixes, no code changesDenys Vlasenko2009-07-311-40/+36
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-1/+1
* Daemon: threading fixesJiri Moskovcak2009-07-221-15/+30
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-201-46/+117
|\
| * rework unsafe handling of SIGINT/SIGTERMDenys Vlasenko2009-07-171-2/+58
| * prevent leaking buf in some casesDenys Vlasenko2009-07-171-4/+12
| * simplify CCrashWatcher::CreatePidFileDenys Vlasenko2009-07-171-23/+19
| * Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-151-28/+39
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-201-39/+70
|/
* fixed getting list of errors for rootZdenek Prikryl2009-06-291-10/+10
* proper way how to daemonizeZdenek Prikryl2009-06-241-28/+1
* 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-231-3/+35
* new default path for lock fileZdenek Prikryl2009-06-171-1/+3
* Lock file directory honor the --prefixJiri Moskovcak2009-06-171-1/+1
* Added lock file support to daemonJiri Moskovcak2009-06-171-3/+3
* Fixed spec file, to work with new versionJiri Moskovcak2009-06-151-1/+0
* added new options to AT, which defines what communication platform will be usedZdenek Prikryl2009-06-111-4/+4
* abrt can take reporter's configuration file from reporting users's $HOME/.abr...Zdenek Prikryl2009-06-101-2/+20
* fixed updating guiZdenek Prikryl2009-06-031-2/+9
* added return codes to some of MW's functionsZdenek Prikryl2009-05-281-26/+117
* new abrt's cron config styleZdenek Prikryl2009-05-131-12/+22
* added debug messagesZdenek Prikryl2009-05-121-62/+65
* Merge commit 'origin'Zdenek Prikryl2009-05-121-12/+40
|\
| * New exception handlingJiri Moskovcak2009-05-071-12/+40
* | support for simpler settingsZdenek Prikryl2009-05-121-18/+144
|/
* rework commlayerinner usageZdenek Prikryl2009-04-291-3/+3
* new commlayerinner interfaceZdenek Prikryl2009-04-281-5/+5
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-17/+12
* added new abrt exceptionsZdenek Prikryl2009-04-231-2/+2
* Added intercomm layer so plugins can send various information to the daemon.Jiri Moskovcak2009-04-231-7/+101
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-6/+6
* simple report can be activated immediately after a crash occursZdenek Prikryl2009-04-161-4/+12