summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* new function for gettings user's home directoryZdenek Prikryl2009-08-111-0/+6
* GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-114-31/+16
* DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-115-0/+44
* add the GPL notice to the kerneloops' scannerAnton Arapov2009-08-112-0/+52
* kerneloops eliminate commented code, related to type distinguishing...Anton Arapov2009-08-113-7/+7
* Kerneloops plugin: style fixesAnton Arapov2009-08-104-149/+153
* fix a bug where kerneloops segfaults on empty oops dataAnton Arapov2009-08-101-5/+15
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-106-7/+32
* fix compile-time warnings.Denys Vlasenko2009-08-094-13/+17
* style fixes, no code changesDenys Vlasenko2009-08-093-10/+10
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-071-6/+6
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-073-121/+18
* fix a bug where kerneloops scanner forgets to delete .lock filesDenys Vlasenko2009-08-071-0/+1
* preparatory cleanupsDenys Vlasenko2009-08-071-1/+1
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-077-93/+105
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-065-322/+0
|\
| * move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/Denys Vlasenko2009-08-065-322/+0
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-0630-1895/+971
|\|
| * fix a case when we print a warning twice.Denys Vlasenko2009-08-061-13/+14
| * move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*Denys Vlasenko2009-08-063-444/+0
| * style cleanups in preparation for PluginManager moveDenys Vlasenko2009-08-062-73/+77
| * move huge inlines out of DBusClientProxy.h to DBusClientProxy.cppDenys Vlasenko2009-08-065-190/+269
| * deinline 2k+ big inlines in DBusServerProxy.h. No logic changesDenys Vlasenko2009-08-063-179/+248
| * moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/Denys Vlasenko2009-08-063-981/+18
| * prepare makefiles for code movement between dirs. no code changesDenys Vlasenko2009-08-061-15/+32
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-0614-87/+86
| * CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-054-10/+9
| * Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-1/+29
| * do not abort if chown fails, just warnDenys Vlasenko2009-08-051-16/+7
| * forgot to add lib/Utils/copyfd.cppDenys Vlasenko2009-08-051-0/+107
| * simplify C/C++ hookDenys Vlasenko2009-08-051-1/+2
| * move huge inlines out-of-lineDenys Vlasenko2009-08-052-0/+186
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-065-3/+31
|/
* made some functions staticDenys Vlasenko2009-08-043-61/+54
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-0415-27/+0
* dumpoops: hopefully fix KerneloopsScanner plugin usageDenys Vlasenko2009-08-041-0/+15
* typo fix: s/Plugis/Plugins/gDenys Vlasenko2009-08-044-21/+23
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-11/+15
* Minor fixes - just to make sources compile.Jiri Moskovcak2009-08-042-12/+12
* lib/Plugins/CCpp.cpp: move functions out of class where appropriate.Denys Vlasenko2009-08-032-33/+17
* 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-037-17/+64
* delete semicolon in "if (expr); stmt;" , autodetect dmesg/syslogDenys Vlasenko2009-07-313-12/+29
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-3123-71/+368
* moved to lib/MiddleWare/Plugin.hZdenek Prikryl2009-07-311-92/+0
* small fixes to dumpoopsDenys Vlasenko2009-07-311-1/+1
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-3126-130/+123
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-317-31/+68
* New iface for getting plugins' infosZdenek Prikryl2009-07-316-23/+42
* updated urlZdenek Prikryl2009-07-311-1/+1