aboutsummaryrefslogtreecommitdiff
path: root/main/bsod.cpp
AgeCommit message (Collapse)Author
2011-01-28Merge branch 'obi/master' into experimentalAndreas Oberritter
2011-01-28switch to opkgAndreas Oberritter
2010-11-23bsod.cpp: readd lost skin entry.acid-burn
2010-11-23bsod.cpp: add /proc/bus/nim_sockets to crashlogs. fixes #608acid-burn
2010-11-16bsod: include csignalAndreas Oberritter
2010-11-16bsod: Don't assign sa_handlerAndreas Oberritter
From sigaction(2): "On some architectures a union is involved: do not assign to both sa_handler and sa_sigaction."
2010-11-16bsod: use simple XML generatorAndreas Oberritter
2010-11-16Add abstract class gMainDC as an interface for gFBDC and gSDLDCAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-10-08bsod.cpp,CrashlogAutoSubmit: add active skin name to xml crashlogs. fixes #597acid-burn
2009-10-03main/bsod.cpp: replace password configentry values with "X" before adding ↵acid-burn
them to the crashlog. So now no passwords from the enigma2 settings file are added to the crashlogs if crashlog anonymizations is disabled. Attention: Only config entries named "password" are considered as password fields. So use "password" as the name of your password configentry. for example: config.myplugin.password !
2009-09-30default send anonymized crashlogsghost
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18main/bsod.cpp:acid-burn
- introduce new xml crashlog style for better readability - add more informations to the crashlogs, like /etc/image-version, installed components... - handle new options set by the CrashlogAutoSubmit plugin for even more detailed crashlogs.
2009-04-28bsod.cpp: skip path prefix up to /usrghost
2009-04-02bsod.cpp: fix compiler warningghost
2009-04-02skip path prefix from .pyc compilationFelix Domke
2008-11-18don't try to look for python files when handling a C++ crashFelix Domke
2008-11-10on crash, read "maintainer.info" from directory which contained the file ↵Felix Domke
which crashed. Use first line as email address, second line as "component"-string in crashlogs. Please add a "maintainer.info"-file to your plugins so crashlogs will be redirected to the right address.
2008-09-22badvaddr went away, and to be honest, we don't care that muchFelix Domke
2008-04-16fix colorsFelix Domke
2008-04-15make our lifes a bit more colorful.Felix Domke
2008-03-26fix for SDL, doesn't display any text on the blue screen though...Andreas Oberritter
2007-12-10add support for manual blitAndreas Monzner
2006-11-28append md5sum information of enigma2 python files in order to help improve ↵Felix Domke
crash reports.
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-10-30fixes for powerpc, thanks to pieterFelix Domke
2006-06-19add register dumpFelix Domke
2006-06-19dump code in case of SIGSEGVFelix Domke
2006-04-08wait 10 seconds before restart after crashAndreas Monzner
2006-04-06add some CVS information into crashlogFelix Domke
2006-04-03add bsodFelix Domke