index
:
abrt.git
master
Unnamed repository; edit this file 'description' to name the repository.
Michal Nowak
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Daemon
/
Settings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add BlackListedPaths option to abrt.conf. Fixes #582421
Denys Vlasenko
2010-05-06
1
-0
/
+6
*
remove unused functions
Nikola Pajkovsky
2010-05-06
1
-57
/
+0
*
remove redundant g_setBlackList, rename g_settings_setBlackList to g_settings...
Denys Vlasenko
2010-05-06
1
-2
/
+2
*
minor fix to nikola's last commit
Jiri Moskovcak
2010-05-05
1
-1
/
+0
*
rid of rewriting config in /etc/abrt/abrt.conf
Nikola Pajkovsky
2010-05-05
1
-35
/
+0
*
whitespace cleanup, no code changes
Denys Vlasenko
2010-04-01
1
-3
/
+3
*
add ProcessUnpackaged option to abrt.conf
Denys Vlasenko
2010-03-05
1
-0
/
+7
*
fixed problem with bugzilla+nss
Jiri Moskovcak
2010-02-12
1
-2
/
+10
*
*: remove all usages of C++ streams (-10k in code size)
Denys Vlasenko
2010-02-07
1
-21
/
+37
*
moved the gpg key list from abrt.conf to gpg_keys file
Jiri Moskovcak
2010-01-29
1
-6
/
+23
*
TicketUploader and FileTransfer plugins: fixes after a round of testing
Denys Vlasenko
2010-01-21
1
-3
/
+2
*
use get_crash_data_item_content() more widely. -4k.
Denys Vlasenko
2010-01-19
1
-1
/
+1
*
replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no
Denys Vlasenko
2010-01-10
1
-7
/
+0
*
fix all instances of atoi() usage
Denys Vlasenko
2009-12-15
1
-1
/
+1
*
whitespace cleanups
Denys Vlasenko
2009-11-18
1
-3
/
+3
*
add support for \" escaping in config file
Denys Vlasenko
2009-11-18
1
-17
/
+44
*
add experimental saving of /var/log/Xorg*.log for X crashes
Denys Vlasenko
2009-11-16
1
-0
/
+1
*
remove getSettings from most plugins (inherited one is ok)
Denys Vlasenko
2009-11-10
1
-1
/
+1
*
continuing s/string&/char*/ bit-by-bit
Denys Vlasenko
2009-11-09
1
-26
/
+26
*
remove a few #include <iostream>'s
Denys Vlasenko
2009-09-18
1
-1
/
+1
*
fixed polkit to remember the autorization
Jiri Moskovcak
2009-09-10
1
-1
/
+1
*
styple fixes to polkit code, no code changes
Denys Vlasenko
2009-09-09
1
-9
/
+7
*
added polkit security check in SetSettings
dnovotny
2009-09-09
1
-1
/
+15
*
typedef cleanup. no code changes
Denys Vlasenko
2009-09-04
1
-11
/
+11
*
Settings.cpp: small fix in .conf saving error reporting; whitespace fixes
Denys Vlasenko
2009-09-03
1
-48
/
+50
*
abrtd: simplify .conf file saving
Denys Vlasenko
2009-09-03
1
-80
/
+69
*
Settings: add comments, do some trivial simplifications
Denys Vlasenko
2009-09-03
1
-54
/
+85
*
fix map_string_string_t typedef name to map_string_t; silly optimizations
Denys Vlasenko
2009-09-02
1
-20
/
+31
*
Added {Get, Set}Settings functions
Zdenek Prikryl
2009-08-27
1
-1
/
+31
*
consolidate container typedefs in one file (we had a few dupes)
Denys Vlasenko
2009-08-27
1
-9
/
+10
*
added support for saving settings
Zdenek Prikryl
2009-08-25
1
-0
/
+104
*
trivial simplification: make LoadSettings() take char*, not string& param
Denys Vlasenko
2009-08-24
1
-13
/
+14
*
dismantle single-instance class CSettings
Denys Vlasenko
2009-08-24
1
-211
/
+177
*
move CSettings::inner_types out of class CSettings. They are generic types
Denys Vlasenko
2009-08-24
1
-9
/
+9
*
Comment cannot start in the middle of the line.
Zdenek Prikryl
2009-08-20
1
-1
/
+1
*
added default falues for abrt daemon
Zdenek Prikryl
2009-08-20
1
-1
/
+5
*
simplify parameter/return value passing for bools
Denys Vlasenko
2009-08-03
1
-1
/
+1
*
support for simpler settings
Zdenek Prikryl
2009-05-12
1
-39
/
+52
*
- reporter plugins can tak an argiment
Zdenek Prikryl
2009-04-16
1
-28
/
+36
*
simple report can be activated immediately after a crash occurs
Zdenek Prikryl
2009-04-16
1
-2
/
+11
*
fixed parsing settings of action plugins
Zdenek Prikryl
2009-04-02
1
-7
/
+4
*
added support for action plugin in settings
Zdenek Prikryl
2009-04-02
1
-5
/
+5
*
try to add action plugin, not complete commit
Zdenek Prikryl
2009-04-02
1
-4
/
+4
*
added settings
Zdenek Prikryl
2009-04-02
1
-0
/
+290