summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Logger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-4/+1
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Logger: create log file with mode 0600Denys Vlasenko2010-01-291-19/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-2/+2
| | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-2/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-12/+20
| | | | | | | | | 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 memberDenys Vlasenko2009-11-061-6/+4
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-301-69/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | | | | | 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>
* rework commlayerinner usageZdenek Prikryl2009-04-291-2/+2
| | | | new lock method in debugdump
* 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 "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* 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
| | | | | added action plugin simplify plugin iface
* 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