summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-127-0/+40
* Bugzilla: fixed crash with empty comment (zprikryl)Jiri Moskovcak2009-08-121-7/+18
* PYHOOK: fixed exception re-throwing and deprecation warning (use hashlib inst...Jiri Moskovcak2009-08-121-4/+4
* added comment charZdenek Prikryl2009-08-111-1/+1
* removed debug printsZdenek Prikryl2009-08-111-2/+0
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-111-2/+2
|\
| * PYHOOK: UID is handled as integerJiri Moskovcak2009-08-111-2/+2
* | moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-1122-184/+187
* | bugzilla plugin can do +1 in a bugzillaZdenek Prikryl2009-08-112-11/+62
* | for correct plugin's settings we need to know an userZdenek Prikryl2009-08-115-7/+9
* | new function for gettings user's home directoryZdenek Prikryl2009-08-112-0/+8
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-111-57/+65
|\
| * dumpoops, fix the styleAnton Arapov2009-08-111-57/+65
* | GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-1114-54/+579
* | DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-117-0/+79
|/
* 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-108-7/+49
* fix compile-time warnings.Denys Vlasenko2009-08-098-17/+29
* style fixes, no code changesDenys Vlasenko2009-08-095-16/+17
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-073-68/+72
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-075-125/+19
* fix a bug where kerneloops scanner forgets to delete .lock filesDenys Vlasenko2009-08-071-0/+1
* preparatory cleanupsDenys Vlasenko2009-08-072-10/+10
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-078-94/+106
* fix bug 54: make abrt (without -d) report initialization errorsDenys Vlasenko2009-08-061-6/+20
* silly whitespace fixDenys Vlasenko2009-08-061-1/+1
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-069-3/+50
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-066-2/+2
| |\
| * \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-0648-878/+1274
| |\ \
| * | | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-067-3/+48
| * | | PYHOOK: re-raise the exception, so the hook doesn't change the default behavi...Jiri Moskovcak2009-08-061-1/+1
* | | | fix vda's breakage: coredumps should be 644, not 600Denys Vlasenko2009-08-061-1/+5
| |_|/ |/| |
* | | move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/Denys Vlasenko2009-08-066-2/+2
| |/ |/|
* | fix a case when we print a warning twice.Denys Vlasenko2009-08-063-13/+16
* | 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-064-1/+1
* | style cleanups in preparation for PluginManager moveDenys Vlasenko2009-08-063-86/+91
* | move huge inlines out of DBusClientProxy.h to DBusClientProxy.cppDenys Vlasenko2009-08-066-198/+286
* | deinline 2k+ big inlines in DBusServerProxy.h. No logic changesDenys Vlasenko2009-08-063-179/+248
* | forgotten "git add"Denys Vlasenko2009-08-062-0/+964
* | moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/Denys Vlasenko2009-08-064-981/+19
* | prepare makefiles for code movement between dirs. no code changesDenys Vlasenko2009-08-062-15/+33
* | trailing whitespace removal. no code changesDenys Vlasenko2009-08-0627-152/+162
* | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-055-11/+10
* | Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-053-38/+88
* | open with O_CREAT must have 3 args, fixing thatDenys Vlasenko2009-08-051-1/+1
* | do not abort if chown fails, just warnDenys Vlasenko2009-08-051-16/+7