summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* DebugDump: add a method returning the directory nameKarel Klic2010-08-191-0/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-193-16/+16
|\
| * get rid of exceptions in CDebugDump classMichal Toman2010-08-181-3/+3
| * *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-172-13/+13
* | removed unneeded includesKarel Klic2010-08-191-7/+1
|/
* get rid of std::string from mailxNikola Pajkovsky2010-08-171-0/+1
* get rid of std::string from bugzillaNikola Pajkovsky2010-08-171-3/+3
* rename RPM.cpp -> rpm.cNikola Pajkovsky2010-08-101-5/+1
* pure C for logging, read_wirte and xfuncsNikola Pajkovsky2010-08-102-54/+33
* changing NoSSLVerify to SSLVerify in bugzilla pluginMichal Toman2010-07-131-2/+2
* lower-case devel headersNikola Pajkovsky2010-07-0912-20/+20
* mv devel header files to inc/ and install themJiri Moskovcak2010-07-0912-1/+742
* added support for package specific actionsJiri Moskovcak2010-06-301-0/+4
* small fixes to WatchCrashdumpArchiveDir codeDenys Vlasenko2010-06-221-0/+3
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-071-0/+1
* add extern "C" around [suffix,preffix]cmp functionNikola Pajkovsky2010-06-041-0/+8
* new fuctions and realloc replaced by xreallocNikola Pajkovsky2010-06-041-0/+3
* add new file *hostname* into debugdump directoryNikola Pajkovsky2010-06-011-0/+1
* remove std::string from parse_release()Nikola Pajkovsky2010-05-171-1/+1
* fix bug 588945 - sparse core files performance hitDenys Vlasenko2010-05-121-2/+5
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-1/+1
* Use backtrace parser from abrtutils, new backtrace rating algorithm, store cr...Karel Klic2010-03-261-0/+5
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-49/+1
* remove socket code, it is deadDenys Vlasenko2010-03-232-88/+0
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-1/+0
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-11/+14
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-2/+8
* abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-121-0/+1
* get_home_dir uses uid_t for the uidKarel Klic2010-02-121-1/+1
* Added comment to perror_msg declaration.Karel Klic2010-02-121-0/+1
* remove FILENAME_UUIDDenys Vlasenko2010-02-081-3/+0
* make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-0/+3
* fix my goof in to_string()Denys Vlasenko2010-02-081-4/+4
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-074-11/+26
* remove unused getuidbynameDenys Vlasenko2010-01-221-1/+0
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-10/+9
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-18/+17
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-16/+40
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-192-28/+36
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-7/+4
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-1/+1
* SOSreport/TicketUploader: use more restrictive file modesDenys Vlasenko2010-01-111-1/+1
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-1/+25
* moved get_cmdline() and daemon_is_ok() to abrtlibKarel Klic2009-12-181-0/+10
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-0/+9
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-0/+4
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-0/+3
* remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-2/+0
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-14/+12
* simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-041-1/+0