summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove rating for python crashesKarel Klic2010-07-121-8/+0
* lower-case devel headersNikola Pajkovsky2010-07-091-2/+2
* add rating to python crashesJiri Moskovcak2010-06-301-0/+8
* Python analyzer: make hashing bug-for-bug compatible :]Denys Vlasenko2010-02-091-2/+21
* python hook: move UUID generation to abrtd; generate REASON, add it to bz titleDenys Vlasenko2010-02-081-9/+33
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-1/+1
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-3/+2
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-1/+0
* PyHook: better logic for checking if abrtd is running rhbz#539987Jiri Moskovcak2009-12-071-16/+0
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-3/+3
* const string& -> const char* conversionDenys Vlasenko2009-11-051-1/+1
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-2/+1
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-10/+9
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* New hook for python appsJiri Moskovcak2009-06-021-47/+25
* fixed Python plugin stubJiri Moskovcak2009-04-231-1/+2
* Initial Python pluginZdenek Prikryl2009-04-211-0/+71