| Commit message (Expand) | Author | Age | Files | Lines |
* | RPM: added GetComponent method which finds the bz component to given filename | Jiri Moskovcak | 2009-08-20 | 2 | -1/+30 |
* | move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole user | Denys Vlasenko | 2009-08-19 | 7 | -554/+0 |
* | Plugins/CCpp: remove trailing \n from debuginfo-install's output | Denys Vlasenko | 2009-08-19 | 1 | -0/+4 |
* | mailx: correct English | Denys Vlasenko | 2009-08-19 | 1 | -3/+1 |
* | Bugzilla.conf: correct English | Denys Vlasenko | 2009-08-19 | 1 | -1/+1 |
* | BZ plugin: removed /xmlrpc.cgi from config, made the report message more user... | Jiri Moskovcak | 2009-08-19 | 3 | -4/+20 |
* | CCpp plugin: do not abort if debuginfos aren't found | Denys Vlasenko | 2009-08-19 | 1 | -14/+23 |
* | removed a removed parameter | Zdenek Prikryl | 2009-08-18 | 1 | -3/+0 |
* | removed dangerous parameter option | Zdenek Prikryl | 2009-08-18 | 2 | -8/+0 |
* | whitespace cleanup, no code changes | Denys Vlasenko | 2009-08-18 | 2 | -2/+2 |
* | simplify parsing of debuginfo-install output | Denys Vlasenko | 2009-08-18 | 1 | -49/+26 |
* | GUI now show the status window after report to let user know how did it go. | Jiri Moskovcak | 2009-08-17 | 9 | -12/+22 |
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 13 | -25/+51 |
* | make ccpp plugin more verbose | Zdenek Prikryl | 2009-08-14 | 1 | -0/+1 |
* | fixed creation of the base64 text | Zdenek Prikryl | 2009-08-14 | 1 | -11/+11 |
* | DBUS: exposed method SetPluginSettings | Jiri Moskovcak | 2009-08-12 | 5 | -0/+23 |
* | Bugzilla: fixed crash with empty comment (zprikryl) | Jiri Moskovcak | 2009-08-12 | 1 | -7/+18 |
* | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 16 | -133/+1 |
* | 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 | 1 | -0/+6 |
* | GUI: Added option to disable/enable plugins (config preview) | Jiri Moskovcak | 2009-08-11 | 4 | -31/+16 |
* | DBUS: exposed methods Un/RegisterPlugin | Jiri Moskovcak | 2009-08-11 | 5 | -0/+44 |
* | 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 | 6 | -7/+32 |
* | fix compile-time warnings. | Denys Vlasenko | 2009-08-09 | 4 | -13/+17 |
* | style fixes, no code changes | Denys Vlasenko | 2009-08-09 | 3 | -10/+10 |
* | replace string memebers of plugin_info_t with const char* | Denys Vlasenko | 2009-08-07 | 1 | -6/+6 |
* | simplify logging by removing CCommLayerInner class | Denys Vlasenko | 2009-08-07 | 3 | -121/+18 |
* | 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 | 1 | -1/+1 |
* | Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp. | Denys Vlasenko | 2009-08-07 | 7 | -93/+105 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-06 | 5 | -322/+0 |
|\ |
|
| * | move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/ | Denys Vlasenko | 2009-08-06 | 5 | -322/+0 |
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-06 | 30 | -1895/+971 |
|\| |
|
| * | fix a case when we print a warning twice. | Denys Vlasenko | 2009-08-06 | 1 | -13/+14 |
| * | move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.* | Denys Vlasenko | 2009-08-06 | 3 | -444/+0 |
| * | style cleanups in preparation for PluginManager move | Denys Vlasenko | 2009-08-06 | 2 | -73/+77 |
| * | move huge inlines out of DBusClientProxy.h to DBusClientProxy.cpp | Denys Vlasenko | 2009-08-06 | 5 | -190/+269 |
| * | deinline 2k+ big inlines in DBusServerProxy.h. No logic changes | Denys Vlasenko | 2009-08-06 | 3 | -179/+248 |
| * | moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/ | Denys Vlasenko | 2009-08-06 | 3 | -981/+18 |
| * | prepare makefiles for code movement between dirs. no code changes | Denys Vlasenko | 2009-08-06 | 1 | -15/+32 |
| * | trailing whitespace removal. no code changes | Denys Vlasenko | 2009-08-06 | 14 | -87/+86 |
| * | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not string | Denys Vlasenko | 2009-08-05 | 4 | -10/+9 |
| * | Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the name | Denys Vlasenko | 2009-08-05 | 1 | -1/+29 |
| * | do not abort if chown fails, just warn | Denys Vlasenko | 2009-08-05 | 1 | -16/+7 |
| * | forgot to add lib/Utils/copyfd.cpp | Denys Vlasenko | 2009-08-05 | 1 | -0/+107 |