summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-6/+1
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-0/+9
* 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-091-38/+35
* make GetNextFile close directory fd when the search is overDenys Vlasenko2009-09-091-20/+21
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-091-5/+5
* replace one const string& parameter with const char*. almost -1k of code (!)Denys Vlasenko2009-09-091-1/+1
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-18/+8
* CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-051-3/+2
* do not abort if chown fails, just warnDenys Vlasenko2009-08-051-16/+7
* made some functions staticDenys Vlasenko2009-08-041-47/+53
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-11/+15
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-07-241-21/+3
|\
| * remove GetGIDFromUID (two copies): getpwuid does the sameDenys Vlasenko2009-07-241-21/+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-301-4/+39
* addded removing useless back slashed from debug dump dir nameZdenek Prikryl2009-05-281-9/+19
* added checks for debugdump statusZdenek Prikryl2009-05-131-0/+20
* weak reference to commlayerinnerZdenek Prikryl2009-04-291-1/+14
* rework commlayerinner usageZdenek Prikryl2009-04-291-33/+50
* new commlayerinner interfaceZdenek Prikryl2009-04-281-5/+11
* added new abrt exceptionsZdenek Prikryl2009-04-231-19/+20
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-37/+93
* 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
* Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl)Jiri Moskovcak2009-02-281-2/+4
* added new reporting itemsZdenek Prikryl2009-02-251-0/+8
* rewrote locking stuffZdenek Prikryl2009-02-191-34/+41
* new delete functionZdenek Prikryl2009-02-191-7/+14
* new logic of getting package nameZdenek Prikryl2009-02-181-18/+7
* removed constantsZdenek Prikryl2009-02-181-1/+1
* fixed bug in lockingZdenek Prikryl2009-02-121-15/+28
* fixed lock functionalityZdenek Prikryl2009-02-121-18/+54
* added lock functionality to DebugDumpZdenek Prikryl2009-02-121-4/+24
* fixed getting package nameZdenek Prikryl2009-02-121-1/+1
* for getting proc info and package names there are separate plublic methodsZdenek Prikryl2009-02-121-13/+17
* added new constructionr and new method for getting timeZdenek Prikryl2009-02-111-1/+23
* DebugDump can get package name nowZdenek Prikryl2009-02-051-3/+10
* Create new Utils library (it uses old DebugDump and adds more functionality)Zdenek Prikryl2009-02-051-0/+247