summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable new debuginfo downloading codeDenys Vlasenko2009-10-291-52/+44
* updates to abrt-debuginfo-install (but it is still ifdef'ed out)Denys Vlasenko2009-10-231-8/+6
* removing forgotted debugging printoutDenys Vlasenko2009-10-231-1/+0
* backtrace rating saved with crash datadnovotny2009-10-131-0/+4
* parameters passed as const string &dnovotny2009-10-131-2/+2
* a little changednovotny2009-10-131-1/+0
* added backtrace ratingdnovotny2009-10-131-0/+84
* lib/Plugins/CCpp.cpp: add a workaround for gdb bugDenys Vlasenko2009-10-211-0/+5
* revert abrt-debuginfo-install usage for nowDenys Vlasenko2009-10-191-3/+195
* wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-133/+21
* lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-161-3/+3
* lib/Plugins/CCpp.cpp: log polkit_check_authorization failuresDenys Vlasenko2009-10-151-23/+17
* better logging of execv parametersDenys Vlasenko2009-10-151-5/+13
* lib/Plugins/CCpp.cpp: fixing a wrong applied patch...Denys Vlasenko2009-10-131-8/+11
* lib/Plugins/CCpp.cpp: add build-ids to backtraceDenys Vlasenko2009-10-131-5/+9
* lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ins...Denys Vlasenko2009-10-131-24/+27
* CCpp analyser: log executing of children; comment about pk-debuginfo-istallDenys Vlasenko2009-10-091-1/+34
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-1/+4
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-8/+9
* Jan Kratochvil's fix (#525721): use core _only_, not executable image for bac...Denys Vlasenko2009-10-061-4/+9
* try using pk-debuginfo-install before falling back to debuginfo-installDenys Vlasenko2009-09-301-1/+3
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-1/+1
* add support for abrtd autostartDenys Vlasenko2009-09-291-27/+52
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-7/+6
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-1/+1
* fixed closing of debug dump in case of existing backtraceZdenek Prikryl2009-09-171-1/+2