summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)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-211-2/+2
* remove a few #include <iostream>'sDenys Vlasenko2009-09-183-3/+0
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-6/+1
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-182-1/+40
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-0/+214
* Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-173-358/+8
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-173-0/+339
* merge correctiondnovotny2009-09-161-6/+3
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-161-0/+6
|\
| * 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
* | added timeout to Polkit, added authorization check for debuginfo-installdnovotny2009-09-161-44/+33
|/
* added another form of checking Polkit rights: from PIDdnovotny2009-09-152-1/+42
* trailing whitespace removedDenys Vlasenko2009-09-151-17/+17
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-1514-12/+1048
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-1/+1
* 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-092-0/+11
* 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-092-9/+9
* replace one const string& parameter with const char*. almost -1k of code (!)Denys Vlasenko2009-09-092-2/+2
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-012-16/+11
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-18/+8
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-0/+38
* MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-201-0/+1
* new function for gettings user's home directoryZdenek Prikryl2009-08-111-0/+6
* fix compile-time warnings.Denys Vlasenko2009-08-091-0/+6
* CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-052-4/+3
* Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-1/+29
* do not abort if chown fails, just warnDenys Vlasenko2009-08-051-16/+7
* forgot to add lib/Utils/copyfd.cppDenys Vlasenko2009-08-051-0/+107
* simplify C/C++ hookDenys Vlasenko2009-08-051-1/+2
* move huge inlines out-of-lineDenys Vlasenko2009-08-052-0/+186
* made some functions staticDenys Vlasenko2009-08-042-60/+53
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-11/+15
* small fixes to dumpoopsDenys Vlasenko2009-07-311-1/+1
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-311-1/+6
* add utility functionsDenys Vlasenko2009-07-304-1/+427
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-07-242-22/+3
|\
| * remove GetGIDFromUID (two copies): getpwuid does the sameDenys Vlasenko2009-07-242-22/+3
* | proper deinit of libmagicZdenek Prikryl2009-07-241-2/+2
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-221-15/+19
|\
| * fix several resource leaks on error pathsDenys Vlasenko2009-07-221-15/+19
* | Utils: small fixJiri Moskovcak2009-07-221-1/+1
|/