Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mailx: correct English | Denys Vlasenko | 2009-08-19 | 1 | -3/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Bugzilla.conf: correct English | Denys Vlasenko | 2009-08-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵ | Jiri Moskovcak | 2009-08-19 | 3 | -4/+20 | |
| | | | | user friendly | |||||
* | CCpp plugin: do not abort if debuginfos aren't found | Denys Vlasenko | 2009-08-19 | 1 | -14/+23 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | simplify parsing of debuginfo-install output | Denys Vlasenko | 2009-08-18 | 1 | -49/+26 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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 | |
| | | | | this is important, since the codebase of the kerneloops.org was used. | |||||
* | kerneloops eliminate commented code, related to type distinguishing... | Anton Arapov | 2009-08-11 | 3 | -7/+7 | |
| | | | | it seems stable, proved by the stress tests. :) | |||||
* | 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 | |
| | | | | | | | also, we aren't interested in empty reports, so do not report anything when oops message was not provided. Signed-off-by: Anton Arapov <aarapov@redhat.com> | |||||
* | 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 | |
| | | | | | | | One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | style fixes, no code changes | Denys Vlasenko | 2009-08-09 | 3 | -10/+10 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | replace string memebers of plugin_info_t with const char* | Denys Vlasenko | 2009-08-07 | 1 | -6/+6 | |
| | | | | | | | | | | Since they are constant, and we never ever want to change them, there is no benefit in having them as strings. This change removes one global data object's constructor and destructor from every applet .so module. 6k less code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | simplify logging by removing CCommLayerInner class | Denys Vlasenko | 2009-08-07 | 3 | -121/+18 | |
| | | | | | | | | It had single use site. The class itself is trivial, it just passed messages down to an CObserver. Now we pass messages directly to an CObserver. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix a bug where kerneloops scanner forgets to delete .lock files | Denys Vlasenko | 2009-08-07 | 1 | -0/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | preparatory cleanups | Denys Vlasenko | 2009-08-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp. | Denys Vlasenko | 2009-08-07 | 7 | -93/+105 | |
| | | | | | | 30k smaller code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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 | |
|\| | | | | | | | | | Conflicts: lib/CommLayer/DBusServerProxy.h | |||||
| * | fix a case when we print a warning twice. | Denys Vlasenko | 2009-08-06 | 1 | -13/+14 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.* | Denys Vlasenko | 2009-08-06 | 3 | -444/+0 | |
| | | | | | | | | | | | | This reduces code size by 14k. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | style cleanups in preparation for PluginManager move | Denys Vlasenko | 2009-08-06 | 2 | -73/+77 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move huge inlines out of DBusClientProxy.h to DBusClientProxy.cpp | Denys Vlasenko | 2009-08-06 | 5 | -190/+269 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | deinline 2k+ big inlines in DBusServerProxy.h. No logic changes | Denys Vlasenko | 2009-08-06 | 3 | -179/+248 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/ | Denys Vlasenko | 2009-08-06 | 3 | -981/+18 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | prepare makefiles for code movement between dirs. no code changes | Denys Vlasenko | 2009-08-06 | 1 | -15/+32 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | trailing whitespace removal. no code changes | Denys Vlasenko | 2009-08-06 | 14 | -87/+86 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | 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 | |
| | | | | | | | | | | | | some cleanups and abrtlib work crept in too... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | do not abort if chown fails, just warn | Denys Vlasenko | 2009-08-05 | 1 | -16/+7 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | forgot to add lib/Utils/copyfd.cpp | Denys Vlasenko | 2009-08-05 | 1 | -0/+107 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | simplify C/C++ hook | Denys Vlasenko | 2009-08-05 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move huge inlines out-of-line | Denys Vlasenko | 2009-08-05 | 2 | -0/+186 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | DBUS: added method GetPluginsInfo() | Jiri Moskovcak | 2009-08-06 | 5 | -3/+31 | |
|/ |