summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixed savind comments and how to reproduce filesZdenek Prikryl2009-09-211-1/+1
|
* comments and how to reproduce are stored nowNikola Pajkovsky2009-09-211-1/+2
|
* reduce verbosity a bitDenys Vlasenko2009-09-212-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few #include <iostream>'sDenys Vlasenko2009-09-1812-40/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-6/+1
| | | | | | | | | | | | text data bss dec hex filename 182372 2624 2320 187316 2dbb4 abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd 180635 2584 1968 185187 2d363 abrt.t3/abrt-0.0.8.5/src/Daemon/.libs/abrtd 34110 1340 768 36218 8d7a abrt.t2/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 30202 1292 224 31718 7be6 abrt.t3/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 22116 1688 376 24180 5e74 abrt.t2/abrt-0.0.8.5/src/Applet/.libs/abrt-applet 21254 1648 88 22990 59ce abrt.t3/abrt-0.0.8.5/src/Applet/.libs/abrt-applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-182-1/+40
| | | | | | | | | | text data bss dec hex filename 70529 2144 1528 74201 121d9 abrt.t0/UNPACKED/usr/bin/abrt-applet 22116 1688 376 24180 5e74 abrt.t1/UNPACKED/usr/bin/abrt-applet Also, we do not use dbus-c++ anymore, which is 200k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-0/+214
| | | | | | this will allow me to reuse this code for applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-1/+1
|
* Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-173-358/+8
| | | | | | | | | | | | | | | | | | | | | As a result, we can drop these libs from libABRTUtils: libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ff8934ef000) libdb-4.7.so => /lib64/libdb-4.7.so (0x00007ff8921ae000) libdbus-c++-1.so.0 => /usr/lib64/libdbus-c++-1.so.0 (0x00007ff895276000) libelf.so.1 => /usr/lib64/libelf.so.1 (0x00007ff8930c5000) liblua-5.1.so => /usr/lib64/liblua-5.1.so (0x00007ff892c7a000) liblzma.so.0 => /usr/lib64/liblzma.so.0 (0x00007ff892ea5000) libnspr4.so => /lib64/libnspr4.so (0x00007ff890ec2000) libnss3.so => /lib64/libnss3.so (0x00007ff892948000) libnssutil3.so => /lib64/libnssutil3.so (0x00007ff891505000) libplc4.so => /lib64/libplc4.so (0x00007ff891300000) libplds4.so => /lib64/libplds4.so (0x00007ff8910fd000) libpopt.so.0 => /lib64/libpopt.so.0 (0x00007ff89273f000) librpmio.so.0 => /usr/lib64/librpmio.so.0 (0x00007ff8954a8000) librpm.so.0 => /usr/lib64/librpm.so.0 (0x00007ff8956d9000) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added cleaning of attachment variable, so there should not be mixed ↵Zdenek Prikryl2009-09-171-0/+1
| | | | attachmetn anymore.
* fixed closing of debug dump in case of existing backtraceZdenek Prikryl2009-09-171-1/+2
|
* 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