summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fixed security issueZdenek Prikryl2009-06-303-7/+43
* addded removing useless back slashed from debug dump dir nameZdenek Prikryl2009-05-282-9/+21
* added checks for debugdump statusZdenek Prikryl2009-05-131-0/+20
* support for simpler settingsZdenek Prikryl2009-05-121-0/+2
* weak reference to commlayerinnerZdenek Prikryl2009-04-292-2/+15
* rework commlayerinner usageZdenek Prikryl2009-04-292-33/+51
* new commlayerinner interfaceZdenek Prikryl2009-04-282-5/+12
* moved files to new inc directoryZdenek Prikryl2009-04-281-35/+0
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-1/+2
* added new abrt exceptionsZdenek Prikryl2009-04-232-20/+20
* new abrt exception classZdenek Prikryl2009-04-231-0/+34
* renamed MW libraryZdenek Prikryl2009-04-082-9/+4
* added new interface frof settingsZdenek Prikryl2009-04-021-1/+1
* moved fileZdenek Prikryl2009-04-021-120/+0
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-013-47/+109
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-193-9/+94
* moved to UtilsZdenek Prikryl2009-03-191-0/+34
* Rename to abrtJiri Moskovcak2009-03-031-0/+1
* throw std::string instead of char * (zprikryl)Jiri Moskovcak2009-03-031-2/+2
* avoid deadlocks (zprikryl)Jiri Moskovcak2009-03-021-0/+8