summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-0/+7
| | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed problem with bugzilla+nssJiri Moskovcak2010-02-121-2/+10
| | | | | | - it's more workaround which makes rpmlib to reinitialize nss hash functions and that make xmlrpc works properly after fork() we need to find a proper place to fix this!
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-21/+37
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-291-6/+23
| | | | | | - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-3/+2
| | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-101-7/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupsDenys Vlasenko2009-11-181-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-17/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-1/+1
| | | | | | | | | 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>
* continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-26/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed polkit to remember the autorizationJiri Moskovcak2009-09-101-1/+1
|
* styple fixes to polkit code, no code changesDenys Vlasenko2009-09-091-9/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added polkit security check in SetSettingsdnovotny2009-09-091-1/+15
|
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-11/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Settings.cpp: small fix in .conf saving error reporting; whitespace fixesDenys Vlasenko2009-09-031-48/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: simplify .conf file savingDenys Vlasenko2009-09-031-80/+69
| | | | | | | | | -2k: text data bss dec hex filename 197276 2624 2352 202252 3160c abrt.t4/abrt-0.0.8/src/Daemon/.libs/abrtd 195513 2656 2352 200521 30f49 abrt.t6/abrt-0.0.8/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-031-54/+85
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-20/+31
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added support for saving settingsZdenek Prikryl2009-08-251-0/+104
|
* trivial simplification: make LoadSettings() take char*, not string& paramDenys Vlasenko2009-08-241-13/+14
| | | | | | and some cosmetics... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dismantle single-instance class CSettingsDenys Vlasenko2009-08-241-211/+177
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move CSettings::inner_types out of class CSettings. They are generic typesDenys Vlasenko2009-08-241-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Comment cannot start in the middle of the line.Zdenek Prikryl2009-08-201-1/+1
| | | | Comment has to start by Char # (first char in the line)
* added default falues for abrt daemonZdenek Prikryl2009-08-201-1/+5
|
* simplify parameter/return value passing for boolsDenys Vlasenko2009-08-031-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* support for simpler settingsZdenek Prikryl2009-05-121-39/+52
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-28/+36
| | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* 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