Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python analyzer: make hashing bug-for-bug compatible :] | Denys Vlasenko | 2010-02-09 | 1 | -2/+21 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | python hook: move UUID generation to abrtd; generate REASON, add it to bz title | Denys Vlasenko | 2010-02-08 | 1 | -9/+33 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 1 | -0/+18 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | split load_crash_data_from_debug_dump from DebugDumpToCrashReport | Denys Vlasenko | 2010-01-20 | 1 | -1/+1 |
| | | | | | | We will need it elsewhere later Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -3/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 1 | -1/+0 |
| | | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | PyHook: better logic for checking if abrtd is running rhbz#539987 | Jiri Moskovcak | 2009-12-07 | 1 | -16/+0 |
| | |||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
| | | | | 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> | ||||
* | const string& -> const char* conversion | Denys Vlasenko | 2009-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -2/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 1 | -10/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -0/+9 |
| | | | | | | | | 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> | ||||
* | New hook for python apps | Jiri Moskovcak | 2009-06-02 | 1 | -47/+25 |
| | | | | - minor fixes in python analyzer | ||||
* | fixed Python plugin stub | Jiri Moskovcak | 2009-04-23 | 1 | -1/+2 |
| | |||||
* | Initial Python plugin | Zdenek Prikryl | 2009-04-21 | 1 | -0/+71 |