index
:
abrt.git
master
Unnamed repository; edit this file 'description' to name the repository.
Michal Nowak
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Plugins
/
CCpp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TicketUploader and FileTransfer plugins: fixes after a round of testing
Denys Vlasenko
2010-01-21
1
-3
/
+1
*
move all FILENAME_xxx defines to inc/CrashTypes.h
Denys Vlasenko
2010-01-19
1
-5
/
+1
*
CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735
Denys Vlasenko
2010-01-18
1
-3
/
+6
*
Better error messages for abrt-backtrace execution
Karel Klic
2010-01-13
1
-3
/
+19
*
*: remove nss dependencies
Denys Vlasenko
2010-01-11
1
-7
/
+6
*
CCpp: use our own sha1 implementation (less pain with nss libs)
Denys Vlasenko
2010-01-11
1
-3
/
+29
*
DebugDump: more consistent logic in setting mode and uid:gid on dump dir
Denys Vlasenko
2010-01-11
1
-0
/
+2
*
*: assorted fixes prompted by security analysis; more to come
Denys Vlasenko
2010-01-11
1
-3
/
+9
*
*: misc fixes
Denys Vlasenko
2010-01-11
1
-1
/
+1
*
*: cast pids and uigs to long, not int
Denys Vlasenko
2010-01-11
1
-1
/
+1
*
RunApp: safer chdir. Overhauled "sparn a child and get its output" in general
Denys Vlasenko
2010-01-11
1
-48
/
+22
*
ccpp: add a possibility to disable backtrace generation
Denys Vlasenko
2010-01-07
1
-64
/
+83
*
abrtd: limit the number of frames in backtrace to 3000
Denys Vlasenko
2010-01-05
1
-1
/
+2
*
abrt-backtrace --remove-noncrash-frames also from CCpp plugin
Karel Klic
2009-12-18
1
-3
/
+4
*
src/Hooks/CCpp.cpp: use and honour %c (core limit size).
Denys Vlasenko
2009-12-16
1
-1
/
+1
*
lib/Plugins/CCpp.cpp: save gdb error messages too
Denys Vlasenko
2009-12-16
1
-9
/
+12
*
fix all instances of atoi() usage
Denys Vlasenko
2009-12-15
1
-5
/
+5
*
abrt-debuginfo-install stderr is also redirected to parent
Denys Vlasenko
2009-12-15
1
-4
/
+2
*
abrt-debuginfo-install: better logging
Denys Vlasenko
2009-12-14
1
-3
/
+16
*
a bit less verbose and more consistent log messages
Denys Vlasenko
2009-12-14
1
-4
/
+2
*
add paranoia checks on setuid/setgid
Denys Vlasenko
2009-12-14
1
-22
/
+11
*
more "obviously correct" code for secure opening of /dev/null
Denys Vlasenko
2009-12-14
1
-8
/
+2
*
abrtd: log debuginfo install messages only with -v
Denys Vlasenko
2009-12-11
1
-1
/
+1
*
CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90)
Denys Vlasenko
2009-12-09
1
-2
/
+4
*
CCpp: removing useless and annoying "Starting report creation"
Denys Vlasenko
2009-12-09
1
-2
/
+0
*
do not send "MISSING:" over dbus; clarify a message in debuginfo installer
Denys Vlasenko
2009-12-04
1
-0
/
+1
*
whitespace cleanup
Denys Vlasenko
2009-12-03
1
-11
/
+11
*
abrt-backtrace called with bt file path
Karel Klic
2009-12-03
1
-24
/
+8
*
Comment out a debug message.
Karel Klic
2009-12-02
1
-0
/
+2
*
ccpp hook runs abrt-backtrace to get independent backtraces
Karel Klic
2009-12-02
1
-125
/
+91
*
Removed unused code (it's stored in git), ExecVP returns status integer, brea...
Karel Klic
2009-12-02
1
-212
/
+21
*
CCpp: moved the "Debuginfo absent" messsage to the end of the backtrace
Jiri Moskovcak
2009-11-27
1
-1
/
+1
*
fix a case where we don't process a crash if uid has no user record
Denys Vlasenko
2009-11-20
1
-4
/
+5
*
ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPC
Denys Vlasenko
2009-11-18
1
-30
/
+26
*
lib/Plugins/CCpp.cpp: forgotten chunks
Denys Vlasenko
2009-11-18
1
-5
/
+5
*
ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive
Denys Vlasenko
2009-11-18
1
-60
/
+87
*
whitespace cleanups
Denys Vlasenko
2009-11-18
1
-1
/
+1
*
make plugin descriptions more consistent in style
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
remove getSettings from most plugins (inherited one is ok)
Denys Vlasenko
2009-11-10
1
-11
/
+12
*
prevent gdb from i18izing its output
Denys Vlasenko
2009-11-09
1
-0
/
+12
*
fix and update rating
danny
2009-11-09
1
-7
/
+6
*
fix my thinko in rate code. run tested
Denys Vlasenko
2009-11-09
1
-1
/
+1
*
lib/Plugins/CCpp: simpler rating code (do not painfully concatenate byte-by-b...
Denys Vlasenko
2009-11-09
1
-22
/
+33
*
reinstate code which returns rating 0 on empty backtraces
Denys Vlasenko
2009-11-09
1
-1
/
+5
*
give Plugin class a map_plugin_settings_t member
Denys Vlasenko
2009-11-06
1
-8
/
+6
*
simplify logging a bit. warn_client() is gone, reuse error_msg() for it.
Denys Vlasenko
2009-11-06
1
-4
/
+4
*
lib/Plugins/FileTransfer: massive surgery
Denys Vlasenko
2009-11-06
1
-1
/
+1
*
mass replace of const string& params by const char*
Denys Vlasenko
2009-11-06
1
-13
/
+12
*
InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.
Denys Vlasenko
2009-11-05
1
-1
/
+3
*
lib/Plugins/CCpp.cpp: fix "too few arguments for format"
Denys Vlasenko
2009-11-03
1
-1
/
+1
[next]