| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | DBUS: exposed method SetPluginSettings | Jiri Moskovcak | 2009-08-12 | 7 | -0/+40 |
| * | Bugzilla: fixed crash with empty comment (zprikryl) | Jiri Moskovcak | 2009-08-12 | 1 | -7/+18 |
| * | PYHOOK: fixed exception re-throwing and deprecation warning (use hashlib inst... | Jiri Moskovcak | 2009-08-12 | 1 | -4/+4 |
| * | added comment char | Zdenek Prikryl | 2009-08-11 | 1 | -1/+1 |
| * | removed debug prints | Zdenek Prikryl | 2009-08-11 | 1 | -2/+0 |
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-11 | 1 | -2/+2 |
| |\ |
|
| | * | PYHOOK: UID is handled as integer | Jiri Moskovcak | 2009-08-11 | 1 | -2/+2 |
| * | | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 22 | -184/+187 |
| * | | bugzilla plugin can do +1 in a bugzilla | Zdenek Prikryl | 2009-08-11 | 2 | -11/+62 |
| * | | for correct plugin's settings we need to know an user | Zdenek Prikryl | 2009-08-11 | 5 | -7/+9 |
| * | | new function for gettings user's home directory | Zdenek Prikryl | 2009-08-11 | 2 | -0/+8 |
| |/ |
|
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-11 | 1 | -57/+65 |
| |\ |
|
| | * | dumpoops, fix the style | Anton Arapov | 2009-08-11 | 1 | -57/+65 |
| * | | GUI: Added option to disable/enable plugins (config preview) | Jiri Moskovcak | 2009-08-11 | 14 | -54/+579 |
| * | | DBUS: exposed methods Un/RegisterPlugin | Jiri Moskovcak | 2009-08-11 | 7 | -0/+79 |
| |/ |
|
| * | add the GPL notice to the kerneloops' scanner | Anton Arapov | 2009-08-11 | 2 | -0/+52 |
| * | kerneloops eliminate commented code, related to type distinguishing... | Anton Arapov | 2009-08-11 | 3 | -7/+7 |
| * | Kerneloops plugin: style fixes | Anton Arapov | 2009-08-10 | 4 | -149/+153 |
| * | fix a bug where kerneloops segfaults on empty oops data | Anton Arapov | 2009-08-10 | 1 | -5/+15 |
| * | DBUS: added new method to get plugin settings | Jiri Moskovcak | 2009-08-10 | 8 | -7/+49 |
| * | fix compile-time warnings. | Denys Vlasenko | 2009-08-09 | 8 | -17/+29 |
| * | style fixes, no code changes | Denys Vlasenko | 2009-08-09 | 5 | -16/+17 |
| * | replace string memebers of plugin_info_t with const char* | Denys Vlasenko | 2009-08-07 | 3 | -68/+72 |
| * | simplify logging by removing CCommLayerInner class | Denys Vlasenko | 2009-08-07 | 5 | -125/+19 |
| * | fix a bug where kerneloops scanner forgets to delete .lock files | Denys Vlasenko | 2009-08-07 | 1 | -0/+1 |
| * | preparatory cleanups | Denys Vlasenko | 2009-08-07 | 2 | -10/+10 |
| * | Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp. | Denys Vlasenko | 2009-08-07 | 8 | -94/+106 |
| * | fix bug 54: make abrt (without -d) report initialization errors | Denys Vlasenko | 2009-08-06 | 1 | -6/+20 |
| * | silly whitespace fix | Denys Vlasenko | 2009-08-06 | 1 | -1/+1 |
| * | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-08-06 | 9 | -3/+50 |
| |\ |
|
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-06 | 6 | -2/+2 |
| | |\ |
|
| | * \ | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-06 | 48 | -878/+1274 |
| | |\ \ |
|
| | * | | | DBUS: added method GetPluginsInfo() | Jiri Moskovcak | 2009-08-06 | 7 | -3/+48 |
| | * | | | PYHOOK: re-raise the exception, so the hook doesn't change the default behavi... | Jiri Moskovcak | 2009-08-06 | 1 | -1/+1 |
| * | | | | fix vda's breakage: coredumps should be 644, not 600 | Denys Vlasenko | 2009-08-06 | 1 | -1/+5 |
| | |_|/
|/| | |
|
| * | | | move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/ | Denys Vlasenko | 2009-08-06 | 6 | -2/+2 |
| | |/
|/| |
|
| * | | fix a case when we print a warning twice. | Denys Vlasenko | 2009-08-06 | 3 | -13/+16 |
| * | | dynamic_cast<> seems to be misbehaving. Disabling it for now. | Denys Vlasenko | 2009-08-06 | 1 | -4/+4 |
| * | | move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.* | Denys Vlasenko | 2009-08-06 | 4 | -1/+1 |
| * | | style cleanups in preparation for PluginManager move | Denys Vlasenko | 2009-08-06 | 3 | -86/+91 |
| * | | move huge inlines out of DBusClientProxy.h to DBusClientProxy.cpp | Denys Vlasenko | 2009-08-06 | 6 | -198/+286 |
| * | | deinline 2k+ big inlines in DBusServerProxy.h. No logic changes | Denys Vlasenko | 2009-08-06 | 3 | -179/+248 |
| * | | forgotten "git add" | Denys Vlasenko | 2009-08-06 | 2 | -0/+964 |
| * | | moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/ | Denys Vlasenko | 2009-08-06 | 4 | -981/+19 |
| * | | prepare makefiles for code movement between dirs. no code changes | Denys Vlasenko | 2009-08-06 | 2 | -15/+33 |
| * | | trailing whitespace removal. no code changes | Denys Vlasenko | 2009-08-06 | 27 | -152/+162 |
| * | | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not string | Denys Vlasenko | 2009-08-05 | 5 | -11/+10 |
| * | | Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the name | Denys Vlasenko | 2009-08-05 | 3 | -38/+88 |
| * | | open with O_CREAT must have 3 args, fixing that | Denys Vlasenko | 2009-08-05 | 1 | -1/+1 |
| * | | do not abort if chown fails, just warn | Denys Vlasenko | 2009-08-05 | 1 | -16/+7 |