summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-0/+1
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-1/+1
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-261-0/+1
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-0/+5
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-0/+2
* disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-1/+2
* SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but noDenys Vlasenko2009-11-121-2/+2
* Factored ParseArgNikola Pajkovsky2009-11-121-0/+3