Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | typedef cleanup. no code changes | Denys Vlasenko | 2009-09-04 | 2 | -4/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Change report logic. | Nikola Pajkovsky | 2009-09-03 | 1 | -22/+25 | |
| | | | | | | | * Check duplicity. If duplicity exist, return bug id * Login * Report bug * Logout | |||||
* | if login fails, then bugzilla tries to find a bug without login | Zdenek Prikryl | 2009-09-03 | 2 | -3/+30 | |
| | ||||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 10 | -31/+36 | |
| | ||||||
* | Build fixes | Jiri Moskovcak | 2009-08-31 | 1 | -1/+1 | |
| | ||||||
* | consolidate container typedefs in one file (we had a few dupes) | Denys Vlasenko | 2009-08-27 | 1 | -1/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissions | Nikola Pajkovsky | 2009-08-27 | 1 | -0/+1 | |
| | ||||||
* | simplify error handling. CrashWatcher.cpp lost a few wrapper functions | Denys Vlasenko | 2009-08-27 | 2 | -3/+1 | |
| | | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | eliminate global variable g_cw | Denys Vlasenko | 2009-08-27 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 10 | -32/+33 | |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-08-25 | 1 | -4/+28 | |
|\ | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-25 | 2 | -32/+31 | |
| |\ | ||||||
| * | | fixed sql command for update from v1->v2 | Zdenek Prikryl | 2009-08-25 | 1 | -4/+28 | |
| | | | ||||||
* | | | more sensible logging | Denys Vlasenko | 2009-08-25 | 4 | -24/+18 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | comm_layer_inner_debug was jumping through the hoops in order to simply send a message to stderr. this can be made much simpler. also, set logmode to LOGMODE_SYSLOG in abrt daemon, making its log visible if it is daemonized. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | BZ#518413 PATCH ... furious kerneloops reporting | Anton Arapov | 2009-08-25 | 2 | -32/+31 | |
|/ | | | | back to old logic. | |||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Daniel Novotny | 2009-08-25 | 1 | -5/+0 | |
|\ | ||||||
| * | nuke unused variable | Denys Vlasenko | 2009-08-25 | 1 | -5/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | add new parameter to FileTransfer plugin | Daniel Novotny | 2009-08-25 | 2 | -3/+24 | |
|/ | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-24 | 1 | -1/+1 | |
|\ | ||||||
| * | LOGGER: return valid uri of the log file on succes | Jiri Moskovcak | 2009-08-24 | 1 | -1/+1 | |
| | | ||||||
* | | added support for updating abrt's table | Zdenek Prikryl | 2009-08-24 | 2 | -6/+90 | |
| | | ||||||
* | | added check for cc-list and reporter. | Zdenek Prikryl | 2009-08-24 | 2 | -2/+40 | |
|/ | | | | +1 is created iff reporter is somebody else and current user isn't in cc list. | |||||
* | typo fixes | Jiri Moskovcak | 2009-08-24 | 1 | -2/+2 | |
| | ||||||
* | Fixed sigsegv (#rhbz 518609) | Zdenek Prikryl | 2009-08-21 | 1 | -0/+1 | |
| | ||||||
* | KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" | Denys Vlasenko | 2009-08-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | removed debug prints | Zdenek Prikryl | 2009-08-20 | 1 | -9/+1 | |
| | ||||||
* | fixed +-1 bug | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 | |
| | ||||||
* | command mailx isn't run under root anymore. | Zdenek Prikryl | 2009-08-20 | 2 | -24/+106 | |
| | ||||||
* | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 2 | -8/+15 | |
| | | | | MiddleWare: fixed reporting according package name | |||||
* | Plugins/CCpp: remove trailing \n from debuginfo-install's output | Denys Vlasenko | 2009-08-19 | 1 | -0/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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 | 1 | -1/+1 | |
| | | | | 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> | |||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 10 | -21/+41 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 14 | -63/+0 | |
| | ||||||
* | bugzilla plugin can do +1 in a bugzilla | Zdenek Prikryl | 2009-08-11 | 2 | -11/+62 | |
| | ||||||
* | GUI: Added option to disable/enable plugins (config preview) | Jiri Moskovcak | 2009-08-11 | 4 | -31/+16 | |
| | ||||||
* | 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> | |||||
* | fix compile-time warnings. | Denys Vlasenko | 2009-08-09 | 3 | -13/+11 | |
| | | | | | | | One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |