summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-173-0/+339
| | | | | | | Several kb of code removed. The nly remaining use of C++ glue is desktop applet. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* backtrace declared twicednovotny2009-09-161-1/+0
|
* merge correctiondnovotny2009-09-162-12/+6
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-162-174/+233
|\ | | | | | | | | | | Conflicts: lib/Plugins/CCpp.cpp lib/Utils/Polkit.cpp
| * moved g_type_init() to right placeJiri Moskovcak2009-09-161-1/+2
| |
| * add forgotten }Denys Vlasenko2009-09-151-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * reuse code, do not cut-n-pasteDenys Vlasenko2009-09-151-43/+13
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * small correction to previous commit (forgot .debug suffix)Denys Vlasenko2009-09-151-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * initial code for better debuginfo installation.Denys Vlasenko2009-09-151-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-installdnovotny2009-09-162-45/+72
|/
* added another form of checking Polkit rights: from PIDdnovotny2009-09-152-1/+42
|
* trailing whitespace removalDenys Vlasenko2009-09-151-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trailing whitespace removedDenys Vlasenko2009-09-151-17/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-1518-91/+48
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-143-32/+0
|\
| * move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLIDenys Vlasenko2009-09-143-32/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Polkit moved to Utils (can be used both in daemon and plugins)dnovotny2009-09-143-3/+112
|/
* fix the bug where lock file was not removedDenys Vlasenko2009-09-097-18/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GetAndSetLock: simplify. old code was racyDenys Vlasenko2009-09-091-29/+39
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unnecessary variable from last commitDenys Vlasenko2009-09-091-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used insteadDenys Vlasenko2009-09-093-41/+42
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make GetNextFile close directory fd when the search is overDenys Vlasenko2009-09-092-22/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-093-10/+10
| | | | | | | | 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>
* replace one const string& parameter with const char*. almost -1k of code (!)Denys Vlasenko2009-09-092-2/+2
| | | | | | | | text data bss dec hex filename 189533 2776 2320 194629 2f845 abrt.t4/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188660 2776 2320 193756 2f4dc abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor fix to TicketUploaderJiri Moskovcak2009-09-091-1/+2
|
* man page for ticket uploaderZdenek Prikryl2009-09-081-0/+55
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-09-081-2/+8
|\
| * remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+8
| | | | | | | | | | | | I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added ticket uploader plugin (gavin@redhat.com)Zdenek Prikryl2009-09-085-3/+820
| |
* | Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-09-087-87/+107
|\|
| * make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-083-31/+48
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * style fixes, trivial code changes onlyDenys Vlasenko2009-09-083-43/+41
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-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 Prikryl2009-09-072-5/+60
|/
* Add checker if bugzilla login and password are filled in.Nikola Pajkovsky2009-09-071-19/+24
|
* Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-073-3/+23
|
* typedef cleanup. no code changesDenys Vlasenko2009-09-042-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Change report logic.Nikola Pajkovsky2009-09-031-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 loginZdenek Prikryl2009-09-032-3/+30
|
* add gettext support for all pluginsNikola Pajkovsky2009-09-0211-31/+47
|
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-012-16/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Build fixesJiri Moskovcak2009-08-311-1/+1
|
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-275-27/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissionsNikola Pajkovsky2009-08-271-0/+1
|
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-272-3/+1
| | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate global variable g_cwDenys Vlasenko2009-08-271-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 argumentJiri Moskovcak2009-08-272-6/+4
|