summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Logger.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-4/+1
* Logger: create log file with mode 0600Denys Vlasenko2010-01-291-19/+13
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-2/+2
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-1/+1
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-2/+2
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-2/+3
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-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-12/+20
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-6/+4
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-1/+1
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-1/+2
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-0/+1
* move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-301-69/+10
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-1/+1
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-1/+1
* LOGGER: return valid uri of the log file on succesJiri Moskovcak2009-08-241-1/+1
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+7
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-6/+20
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* rework commlayerinner usageZdenek Prikryl2009-04-291-2/+2
* new commlayerinner interfaceZdenek Prikryl2009-04-281-0/+3
* added new abrt exceptionsZdenek Prikryl2009-04-231-2/+2
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-1/+1
* added new CD_ATT typeZdenek Prikryl2009-04-081-1/+10
* added "editable" itemZdenek Prikryl2009-04-071-2/+2
* new crash typesZdenek Prikryl2009-04-021-8/+8
* added new interface frof settingsZdenek Prikryl2009-04-021-2/+2
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-53/+52
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-5/+9
* Fixed saving of user commentJiri Moskovcak2009-03-041-1/+7
* added new reporting itemsZdenek Prikryl2009-02-251-45/+50
* changed configurationZdenek Prikryl2009-02-181-4/+25
* new logger pluginZdenek Prikryl2009-02-181-0/+80