summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-172-5/+6
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-143-7/+27
* fixed getting plugin's settingsZdenek Prikryl2009-08-141-5/+4
* .abrt directory in $HOME is created if it doesn't existZdenek Prikryl2009-08-141-2/+31
* created conf file has uid,gid of an userZdenek Prikryl2009-08-141-1/+9
* Make Python and Bugzilla plugins to be enabled by default.Jiri Moskovcak2009-08-121-2/+3
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-122-0/+17
* added comment charZdenek Prikryl2009-08-111-1/+1
* removed debug printsZdenek Prikryl2009-08-111-2/+0
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-116-51/+186
* DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-112-0/+35
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-102-0/+17
* fix compile-time warnings.Denys Vlasenko2009-08-093-4/+11
* style fixes, no code changesDenys Vlasenko2009-08-092-6/+7
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-072-62/+66
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-072-4/+1
* preparatory cleanupsDenys Vlasenko2009-08-071-9/+9
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-071-1/+1
* fix bug 54: make abrt (without -d) report initialization errorsDenys Vlasenko2009-08-061-6/+20
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-065-0/+322
|\
| * move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/Denys Vlasenko2009-08-065-0/+322
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-0610-19/+1443
|\|
| * fix a case when we print a warning twice.Denys Vlasenko2009-08-062-0/+2
| * dynamic_cast<> seems to be misbehaving. Disabling it for now.Denys Vlasenko2009-08-061-4/+4
| * move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*Denys Vlasenko2009-08-063-0/+444
| * style cleanups in preparation for PluginManager moveDenys Vlasenko2009-08-061-13/+14
| * forgotten "git add"Denys Vlasenko2009-08-062-0/+964
| * moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/Denys Vlasenko2009-08-061-0/+1
| * prepare makefiles for code movement between dirs. no code changesDenys Vlasenko2009-08-061-0/+1
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-065-19/+30
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-062-0/+17
|/
* made some functions staticDenys Vlasenko2009-08-042-7/+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
* simplify parameter/return value passing for boolsDenys Vlasenko2009-08-032-2/+2
* 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
* 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-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
| * rework unsafe handling of SIGINT/SIGTERMDenys Vlasenko2009-07-173-12/+69
| * 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-152-30/+57
| * test commitroot2009-07-151-1/+1
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-202-41/+86
|/
* Removed unused fileJiri Moskovcak2009-07-072-191/+1