summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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