summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-21/+37
* moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-291-6/+23
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-3/+2
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-1/+1
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-101-7/+0
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-1/+1
* whitespace cleanupsDenys Vlasenko2009-11-181-3/+3
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-17/+44
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-0/+1
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-1/+1
* continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-26/+26
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+1
* fixed polkit to remember the autorizationJiri Moskovcak2009-09-101-1/+1
* styple fixes to polkit code, no code changesDenys Vlasenko2009-09-091-9/+7
* added polkit security check in SetSettingsdnovotny2009-09-091-1/+15
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-11/+11
* Settings.cpp: small fix in .conf saving error reporting; whitespace fixesDenys Vlasenko2009-09-031-48/+50
* abrtd: simplify .conf file savingDenys Vlasenko2009-09-031-80/+69
* Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-031-54/+85
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-20/+31
* Added {Get, Set}Settings functionsZdenek Prikryl2009-08-271-1/+31
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-9/+10
* added support for saving settingsZdenek Prikryl2009-08-251-0/+104
* trivial simplification: make LoadSettings() take char*, not string& paramDenys Vlasenko2009-08-241-13/+14
* dismantle single-instance class CSettingsDenys Vlasenko2009-08-241-211/+177
* move CSettings::inner_types out of class CSettings. They are generic typesDenys Vlasenko2009-08-241-9/+9
* Comment cannot start in the middle of the line.Zdenek Prikryl2009-08-201-1/+1
* added default falues for abrt daemonZdenek Prikryl2009-08-201-1/+5
* simplify parameter/return value passing for boolsDenys Vlasenko2009-08-031-1/+1
* support for simpler settingsZdenek Prikryl2009-05-121-39/+52
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-28/+36
* simple report can be activated immediately after a crash occursZdenek Prikryl2009-04-161-2/+11
* fixed parsing settings of action pluginsZdenek Prikryl2009-04-021-7/+4
* added support for action plugin in settingsZdenek Prikryl2009-04-021-5/+5
* try to add action plugin, not complete commitZdenek Prikryl2009-04-021-4/+4
* added settingsZdenek Prikryl2009-04-021-0/+290