summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emacs project-wide code-style settingsKarel Klic2010-04-091-1/+1
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-2/+2
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-311-12/+0
|\
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* Removed trailing whitespaces.Karel Klic2010-03-311-8/+8
* Use backtrace parser from abrtutils, new backtrace rating algorithm, store cr...Karel Klic2010-03-261-286/+151
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-4/+4
* ccpp analyser: add registers and disasm to gdb commands (bz#568686)Denys Vlasenko2010-02-261-3/+7
* make abrt work with the latest kernels (>= 2.6.33)Jiri Moskovcak2010-02-181-0/+43
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-25/+21
* CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars)Denys Vlasenko2010-02-051-9/+25
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-2/+0
* CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-031-1/+31
* CCpp analyzer: print __glib_assert_msg (rhbz#549735); limit backtrace sizeDenys Vlasenko2010-02-031-8/+35
* fixed premature exit from set_limit()Jiri Moskovcak2010-02-021-10/+6
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-021-26/+7
|\
| * CCpp plugin: add forgotten closedir()Denys Vlasenko2010-02-021-26/+7
* | CCpp: give up settings limits on the first failureJiri Moskovcak2010-02-021-0/+8
|/
* merge conflictJiri Moskovcak2010-02-021-0/+90
* CCpp: explain why we give "file BINRY_NAME" to gdb.Denys Vlasenko2010-02-011-1/+14
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-3/+1
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-5/+1
* CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735Denys Vlasenko2010-01-181-3/+6
* Better error messages for abrt-backtrace executionKarel Klic2010-01-131-3/+19
* *: remove nss dependenciesDenys Vlasenko2010-01-111-7/+6
* CCpp: use our own sha1 implementation (less pain with nss libs)Denys Vlasenko2010-01-111-3/+29
* 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