summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-2612-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() everywhereDenys Vlasenko2009-08-263-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 Pajkovsky2009-08-262-4/+5
| | | | crashes
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-19/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole userDenys Vlasenko2009-08-253-281/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-252-6/+30
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-252-32/+31
| |\
| * | fixed sql command for update from v1->v2Zdenek Prikryl2009-08-252-6/+30
| | |
* | | more sensible loggingDenys Vlasenko2009-08-254-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 reportingAnton Arapov2009-08-252-32/+31
|/ | | | back to old logic.
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtDaniel Novotny2009-08-252-7/+2
|\
| * eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * nuke unused variableDenys Vlasenko2009-08-251-5/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | add new parameter to FileTransfer pluginDaniel Novotny2009-08-252-3/+24
|/
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-253-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-241-1/+1
|\
| * LOGGER: return valid uri of the log file on succesJiri Moskovcak2009-08-241-1/+1
| |
* | added support for updating abrt's tableZdenek Prikryl2009-08-242-6/+90
| |
* | added check for cc-list and reporter.Zdenek Prikryl2009-08-242-2/+40
|/ | | | +1 is created iff reporter is somebody else and current user isn't in cc list.
* typo fixesJiri Moskovcak2009-08-241-2/+2
|
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-0/+38
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixed sigsegv (#rhbz 518609)Zdenek Prikryl2009-08-211-0/+1
|
* move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes.Denys Vlasenko2009-08-203-344/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-201-1/+1
|\
| * KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt"Denys Vlasenko2009-08-201-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | fixed signature checkZdenek Prikryl2009-08-201-10/+26
|/
* removed debug printsZdenek Prikryl2009-08-201-9/+1
|
* fixed +-1 bugZdenek Prikryl2009-08-201-1/+1
|
* command mailx isn't run under root anymore.Zdenek Prikryl2009-08-202-24/+106
|
* MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-203-8/+16
| | | | MiddleWare: fixed reporting according package name
* RPM: added GetComponent method which finds the bz component to given filenameJiri Moskovcak2009-08-202-1/+30
|
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-197-554/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Plugins/CCpp: remove trailing \n from debuginfo-install's outputDenys Vlasenko2009-08-191-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mailx: correct EnglishDenys Vlasenko2009-08-191-3/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla.conf: correct EnglishDenys Vlasenko2009-08-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵Jiri Moskovcak2009-08-193-4/+20
| | | | user friendly
* CCpp plugin: do not abort if debuginfos aren't foundDenys Vlasenko2009-08-191-14/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed a removed parameterZdenek Prikryl2009-08-181-3/+0
|
* removed dangerous parameter optionZdenek Prikryl2009-08-182-8/+0
|
* whitespace cleanup, no code changesDenys Vlasenko2009-08-182-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify parsing of debuginfo-install outputDenys Vlasenko2009-08-181-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 Moskovcak2009-08-179-12/+22
|
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-1413-25/+51
|
* make ccpp plugin more verboseZdenek Prikryl2009-08-141-0/+1
|
* fixed creation of the base64 textZdenek Prikryl2009-08-141-11/+11
|
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-125-0/+23
|
* Bugzilla: fixed crash with empty comment (zprikryl)Jiri Moskovcak2009-08-121-7/+18
|
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-1116-133/+1
|
* bugzilla plugin can do +1 in a bugzillaZdenek Prikryl2009-08-112-11/+62
|