summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-17/+17
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-1/+1
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-9/+5
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...Karel Klic2010-01-121-20/+31
* DebugDump: more consistent logic in setting mode and uid:gid on dump dirDenys Vlasenko2010-01-111-18/+53
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-1/+1
* *: misc fixesDenys Vlasenko2010-01-111-1/+9
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-3/+3
* DebugDump: use more restrictive modesDenys Vlasenko2010-01-111-3/+14
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-0/+16
* abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-1/+1
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-13/+13
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-17/+30
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-83/+7
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-4/+4
* make IsTextFile more cleverDenys Vlasenko2009-11-091-7/+21
* continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-8/+8
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-109/+44
* const string& -> const char* conversionDenys Vlasenko2009-11-051-14/+11
* uint64_t changed to int64_tNikola Pajkovsky2009-11-031-1/+1
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-031-2/+2
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-11/+0
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-3/+23
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-301-0/+3
* DebugDump: change directory locking code to use symlinks.Denys Vlasenko2009-10-291-12/+52
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-10/+4
* reduce verbosity a bitDenys Vlasenko2009-09-211-2/+2
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+0
* 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