summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugDump: more consistent logic in setting mode and uid:gid on dump dirDenys Vlasenko2010-01-111-0/+2
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-3/+9
* *: misc fixesDenys Vlasenko2010-01-111-1/+1
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-1/+1
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-48/+22
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-64/+83
* abrtd: limit the number of frames in backtrace to 3000Denys Vlasenko2010-01-051-1/+2
* abrt-backtrace --remove-noncrash-frames also from CCpp pluginKarel Klic2009-12-181-3/+4
* src/Hooks/CCpp.cpp: use and honour %c (core limit size).Denys Vlasenko2009-12-161-1/+1
* lib/Plugins/CCpp.cpp: save gdb error messages tooDenys Vlasenko2009-12-161-9/+12
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-5/+5
* abrt-debuginfo-install stderr is also redirected to parentDenys Vlasenko2009-12-151-4/+2
* abrt-debuginfo-install: better loggingDenys Vlasenko2009-12-141-3/+16
* a bit less verbose and more consistent log messagesDenys Vlasenko2009-12-141-4/+2
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-22/+11
* more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-141-8/+2
* abrtd: log debuginfo install messages only with -vDenys Vlasenko2009-12-111-1/+1
* CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90)Denys Vlasenko2009-12-091-2/+4
* CCpp: removing useless and annoying "Starting report creation"Denys Vlasenko2009-12-091-2/+0
* do not send "MISSING:" over dbus; clarify a message in debuginfo installerDenys Vlasenko2009-12-041-0/+1
* whitespace cleanupDenys Vlasenko2009-12-031-11/+11
* abrt-backtrace called with bt file pathKarel Klic2009-12-031-24/+8
* Comment out a debug message.Karel Klic2009-12-021-0/+2
* ccpp hook runs abrt-backtrace to get independent backtracesKarel Klic2009-12-021-125/+91
* Removed unused code (it's stored in git), ExecVP returns status integer, brea...Karel Klic2009-12-021-212/+21
* CCpp: moved the "Debuginfo absent" messsage to the end of the backtraceJiri Moskovcak2009-11-271-1/+1
* fix a case where we don't process a crash if uid has no user recordDenys Vlasenko2009-11-201-4/+5
* ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPCDenys Vlasenko2009-11-181-30/+26
* lib/Plugins/CCpp.cpp: forgotten chunksDenys Vlasenko2009-11-181-5/+5
* ccpp hook: implemented ReadonlyLocalDebugInfoDirs directiveDenys Vlasenko2009-11-181-60/+87
* whitespace cleanupsDenys Vlasenko2009-11-181-1/+1
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-11/+12
* prevent gdb from i18izing its outputDenys Vlasenko2009-11-091-0/+12
* fix and update ratingdanny2009-11-091-7/+6
* fix my thinko in rate code. run testedDenys Vlasenko2009-11-091-1/+1
* lib/Plugins/CCpp: simpler rating code (do not painfully concatenate byte-by-b...Denys Vlasenko2009-11-091-22/+33
* reinstate code which returns rating 0 on empty backtracesDenys Vlasenko2009-11-091-1/+5
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-8/+6
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-4/+4
* lib/Plugins/FileTransfer: massive surgeryDenys Vlasenko2009-11-061-1/+1
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-13/+12
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-1/+3
* lib/Plugins/CCpp.cpp: fix "too few arguments for format"Denys Vlasenko2009-11-031-1/+1
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-11/+73
* CCpp.conf: add DebugInfoCacheMB option (ignored for now)Denys Vlasenko2009-11-011-7/+20
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-311-11/+10
* lib/Plugins/CCpp: use /var/run instead of /tmp for tempdirDenys Vlasenko2009-10-301-1/+2
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-301-1/+1
* CCpp: added missing Close()Jiri Moskovcak2009-10-291-0/+1