summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-0/+214
* 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
* Added cleaning of attachment variable, so there should not be mixed attachmet...Zdenek Prikryl2009-09-171-0/+1
* 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
* 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
|\
| * moved g_type_init() to right placeJiri Moskovcak2009-09-161-1/+2
| * add forgotten }Denys Vlasenko2009-09-151-0/+1
| * reuse code, do not cut-n-pasteDenys Vlasenko2009-09-151-43/+13
| * small correction to previous commit (forgot .debug suffix)Denys Vlasenko2009-09-151-1/+1
| * initial code for better debuginfo installation.Denys Vlasenko2009-09-151-178/+221
* | 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
* trailing whitespace removedDenys Vlasenko2009-09-151-17/+17
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-1518-91/+48
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-1/+1
* 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
* | 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
* GetAndSetLock: simplify. old code was racyDenys Vlasenko2009-09-091-29/+39
* remove unnecessary variable from last commitDenys Vlasenko2009-09-091-2/+1
* eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used insteadDenys Vlasenko2009-09-093-41/+42
* make GetNextFile close directory fd when the search is overDenys Vlasenko2009-09-092-22/+23
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-093-10/+10
* replace one const string& parameter with const char*. almost -1k of code (!)Denys Vlasenko2009-09-092-2/+2
* 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
* | 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
| * style fixes, trivial code changes onlyDenys Vlasenko2009-09-083-43/+41
| * preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-13/+18
* | 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
* Change report logic.Nikola Pajkovsky2009-09-031-22/+25
* 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
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-012-16/+11
* Build fixesJiri Moskovcak2009-08-311-1/+1
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-1/+0