Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make abrt work with the latest kernels (>= 2.6.33) | Jiri Moskovcak | 2010-02-18 | 1 | -0/+1 |
| | |||||
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 1 | -3/+2 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 1 | -0/+1 |
| | | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive | Denys Vlasenko | 2009-11-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -1/+2 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -2/+1 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp.conf: add DebugInfoCacheMB option (ignored for now) | Denys Vlasenko | 2009-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: add "force" param to CreateReport dbus call. If !0, regenerates backtrace | Denys Vlasenko | 2009-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Add new config option InstallDebuginfo into CCpp.conf | Nikola Pajkovsky | 2009-09-07 | 1 | -0/+1 |
| | |||||
* | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 1 | -1/+0 |
| | |||||
* | remove redundant virtual destructors definitions | Denys Vlasenko | 2009-08-04 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: move functions out of class where appropriate. | Denys Vlasenko | 2009-08-03 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | I was struggling to read the code where classes have member functions with no apparent reasons to be such: they do not use any members of the class. Having them members of the class have only disadvantages: they need to be declared in the class (thus you need to touch TWO files), they cannot be shared among different classes, they look confusing at callsites - the code falsely suggests that function uses or alters object's state, they also are a bit less efficient. I was hesitating to do so before, but now I was told that there is a plan to gradually move to C implementation... then this change makes it a bit closer to that. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -0/+3 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -10/+0 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-07-24 | 1 | -2/+1 |
|\ | |||||
| * | remove GetGIDFromUID (two copies): getpwuid does the same | Denys Vlasenko | 2009-07-24 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Added first part of gui support in reporting | Zdenek Prikryl | 2009-07-24 | 1 | -1/+2 |
|/ | |||||
* | typo fixes | Denys Vlasenko | 2009-07-23 | 1 | -25/+25 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed security issue | Zdenek Prikryl | 2009-06-30 | 1 | -0/+1 |
| | | | | User can read only his debugdump directories | ||||
* | - reporter plugins can tak an argiment | Zdenek Prikryl | 2009-04-16 | 1 | -6/+6 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | renamed MW library | Zdenek Prikryl | 2009-04-08 | 1 | -2/+3 |
| | | | | | | renamed Utils library added check for plugins init method renamed crash types | ||||
* | added killing of debuginfo-install if CCpp is unloaded | Zdenek Prikryl | 2009-04-01 | 1 | -1/+2 |
| | |||||
* | new approach for getting debuginfos and backtraces | Zdenek Prikryl | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -10/+9 |
| | | | | | added action plugin simplify plugin iface | ||||
* | added getting backtrace | Zdenek Prikryl | 2009-02-25 | 1 | -0/+3 |
| | |||||
* | added installation on debuginfos | Zdenek Prikryl | 2009-02-19 | 1 | -0/+2 |
| | |||||
* | reflect new interface | Zdenek Prikryl | 2009-02-11 | 1 | -2/+3 |
| | |||||
* | reflect new plugin interface | Zdenek Prikryl | 2009-02-04 | 1 | -3/+4 |
| | | | | added new setting in the conf file | ||||
* | Initial git commit | Jiri Moskovcak | 2009-02-02 | 1 | -0/+54 |