Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Some simple changes to SOSreport plugin. (gavin@redhat.com) | Zdenek Prikryl | 2009-09-07 | 2 | -5/+60 | |
|/ | ||||||
* | Add checker if bugzilla login and password are filled in. | Nikola Pajkovsky | 2009-09-07 | 1 | -19/+24 | |
| | ||||||
* | Add new config option InstallDebuginfo into CCpp.conf | Nikola Pajkovsky | 2009-09-07 | 3 | -3/+23 | |
| | ||||||
* | 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 | 11 | -31/+47 | |
| | ||||||
* | fix map_string_string_t typedef name to map_string_t; silly optimizations | Denys Vlasenko | 2009-09-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | move die_out_of_memory() to abrtlib | Denys Vlasenko | 2009-09-01 | 2 | -16/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Build fixes | Jiri Moskovcak | 2009-08-31 | 1 | -1/+1 | |
| | ||||||
* | remove unused CObserver::Debug method | Denys Vlasenko | 2009-08-28 | 1 | -1/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | consolidate container typedefs in one file (we had a few dupes) | Denys Vlasenko | 2009-08-27 | 5 | -27/+7 | |
| | | | | 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> | |||||
* | don't encode the job id into message string, send it as an separate argument | Jiri Moskovcak | 2009-08-27 | 2 | -6/+4 | |
| | ||||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 12 | -48/+74 | |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | replace comm_layer_inner_debug() with log() everywhere | Denys Vlasenko | 2009-08-26 | 3 | -26/+16 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned ↵ | Nikola Pajkovsky | 2009-08-26 | 2 | -4/+5 | |
| | | | | crashes | |||||
* | make some CrashWatcher member functions static; simplify CObserver class | Denys Vlasenko | 2009-08-26 | 1 | -19/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole user | Denys Vlasenko | 2009-08-25 | 3 | -281/+0 | |
| | | | | 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 | 2 | -6/+30 | |
|\ | ||||||
| * | 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 | 2 | -6/+30 | |
| | | | ||||||
* | | | 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 | 2 | -7/+2 | |
|\ | ||||||
| * | eliminate one-use class CDBusServer_adaptor | Denys Vlasenko | 2009-08-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | 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 | |
|/ | ||||||
* | remove CreateReport() method from server machinery; add comments about DBus | Denys Vlasenko | 2009-08-25 | 1 | -1/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | pass map_crash_report_t by const reference, not by value | Denys Vlasenko | 2009-08-25 | 3 | -3/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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 | |
| | ||||||
* | move most of CCrashWatcher's init/deinit into daemon's main() | Denys Vlasenko | 2009-08-21 | 1 | -0/+38 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Fixed sigsegv (#rhbz 518609) | Zdenek Prikryl | 2009-08-21 | 1 | -0/+1 | |
| | ||||||
* | move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes. | Denys Vlasenko | 2009-08-20 | 3 | -344/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-20 | 1 | -1/+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> | |||||
* | | fixed signature check | Zdenek Prikryl | 2009-08-20 | 1 | -10/+26 | |
|/ | ||||||
* | 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 | 3 | -8/+16 | |
| | | | | MiddleWare: fixed reporting according package name | |||||
* | 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 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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> |