| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | dnovotny | 2009-09-16 | 1 | -174/+227 | |
| |\ | | | | | | | | | | | Conflicts: lib/Plugins/CCpp.cpp lib/Utils/Polkit.cpp | |||||
| | * | small correction to previous commit (forgot .debug suffix) | Denys Vlasenko | 2009-09-15 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | initial code for better debuginfo installation. | Denys Vlasenko | 2009-09-15 | 1 | -178/+221 | |
| | | | | | | | | | | | | | | | For now, it skips debuginfo install step if all build-ids retrieved from coredump appear to already exist Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | added timeout to Polkit, added authorization check for debuginfo-install | dnovotny | 2009-09-16 | 1 | -1/+39 | |
| |/ | ||||||
| * | trailing whitespace removal | Denys Vlasenko | 2009-09-15 | 1 | -8/+8 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | unify CommLayer, MiddleWare and Utils into Utils | Denys Vlasenko | 2009-09-15 | 1 | -12/+12 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 5 | -18/+11 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | four more more string& -> char* conversions. -2k | Denys Vlasenko | 2009-09-09 | 1 | -1/+1 | |
| | | | | | | | | | text data bss dec hex filename 188660 2776 2320 193756 2f4dc abrt.t5/abrt-0.0.8.5/src/Daemon/.libs/abrtd 186751 2776 2320 191847 2ed67 abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | minor fix to TicketUploader | Jiri Moskovcak | 2009-09-09 | 1 | -1/+2 | |
| | | ||||||
| * | man page for ticket uploader | Zdenek Prikryl | 2009-09-08 | 1 | -0/+55 | |
| | | ||||||
| * | added ticket uploader plugin (gavin@redhat.com) | Zdenek Prikryl | 2009-09-08 | 5 | -3/+820 | |
| | | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-09-08 | 3 | -54/+57 | |
| |\ | ||||||
| | * | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 2 | -41/+39 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | preparatory work for proper (i.e. unicast) server->client dbus communication | Denys Vlasenko | 2009-09-07 | 1 | -13/+18 | |
| | | | | | | | | | | | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | 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 | 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 | |||||
