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
/
PluginManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move LoadPluginSettings to the shared utils library. Add parameter skipKeysWi...
Karel Klic
2010-02-12
1
-54
/
+0
*
*: remove all usages of C++ streams (-10k in code size)
Denys Vlasenko
2010-02-07
1
-14
/
+9
*
abrtd: fix rhbz#560642 - don't die on bad plugin names
Denys Vlasenko
2010-02-04
1
-7
/
+56
*
swapped lines, iterator is not defined after erase() is called
Jiri Moskovcak
2010-02-03
1
-1
/
+1
*
CCpp analyzer: change duphash calculation to group minor versions together
Denys Vlasenko
2010-02-03
1
-4
/
+3
*
GUI: make it so that even non-loaded plugins show up in "Plugins" dialog
Denys Vlasenko
2010-01-14
1
-47
/
+49
*
*: disable plugin loading/unloading through GUI. Document keyring a bit
Denys Vlasenko
2010-01-13
1
-1
/
+2
*
fixed the switched lines 2nd try
Jiri Moskovcak
2010-01-13
1
-1
/
+1
*
don't use deleted variable
Jiri Moskovcak
2010-01-13
1
-1
/
+1
*
*: assorted fixes prompted by security analysis; more to come
Denys Vlasenko
2010-01-11
1
-0
/
+2
*
*: cast pids and uigs to long, not int
Denys Vlasenko
2010-01-11
1
-2
/
+2
*
replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no
Denys Vlasenko
2010-01-10
1
-91
/
+88
*
PluginManager: preparatory cleanup
Denys Vlasenko
2010-01-07
1
-117
/
+114
*
fix all instances of atoi() usage
Denys Vlasenko
2009-12-15
1
-3
/
+3
*
remove std::string usage from class CABRTException.
Denys Vlasenko
2009-12-06
1
-9
/
+9
*
fix rhbz#518422: refuse to start if some required plugins are missing
Denys Vlasenko
2009-12-02
1
-14
/
+14
*
fixes on top of AutoReportUIDs change. run tested
Denys Vlasenko
2009-11-30
1
-5
/
+4
*
kerneloops use only one config. Kerneloops.conf
Nikola Pajkovsky
2009-11-23
1
-1
/
+13
*
fix small bug in plugin loading code
Denys Vlasenko
2009-11-19
1
-3
/
+4
*
make BZ insert small text attachments inline; move text file detection code
Denys Vlasenko
2009-11-19
1
-2
/
+2
*
add support for \" escaping in config file
Denys Vlasenko
2009-11-18
1
-3
/
+3
*
continuing s/std::string&/char*/g
Denys Vlasenko
2009-11-16
1
-87
/
+83
*
add experimental saving of /var/log/Xorg*.log for X crashes
Denys Vlasenko
2009-11-16
1
-18
/
+9
*
simplify logging a bit. warn_client() is gone, reuse error_msg() for it.
Denys Vlasenko
2009-11-06
1
-1
/
+1
*
make exception handling lighter
Denys Vlasenko
2009-11-06
1
-3
/
+2
*
abrtd: remove accesses to ~user/.abrt
Denys Vlasenko
2009-10-22
1
-56
/
+63
*
removed unsecure reading/writting from ~HOME directory
Jiri Moskovcak
2009-10-05
1
-1
/
+12
*
fix all instances of dent->d_type == DT_REG checks
Denys Vlasenko
2009-09-30
1
-2
/
+1
*
reduce verbosity a bit
Denys Vlasenko
2009-09-21
1
-8
/
+10
*
remove a few C++-isms where they did not buy any convenience anyway
Denys Vlasenko
2009-09-18
1
-8
/
+7
*
fixed polkit to remember the autorization
Jiri Moskovcak
2009-09-10
1
-2
/
+2
*
added dbus wrappers for register/unregister plugin
dnovotny
2009-09-09
1
-0
/
+30
*
PluginManager.cpp: small optimization: don't search twice in containers
Denys Vlasenko
2009-09-07
1
-30
/
+43
*
fix map_string_string_t typedef name to map_string_t; silly optimizations
Denys Vlasenko
2009-09-02
1
-3
/
+3
*
add job ids (== thread ids) to warning/update DBus messages
Denys Vlasenko
2009-08-26
1
-3
/
+3
*
replace comm_layer_inner_debug() with log() everywhere
Denys Vlasenko
2009-08-26
1
-4
/
+1
*
eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubs
Denys Vlasenko
2009-08-26
1
-2
/
+2
*
more sensible logging
Denys Vlasenko
2009-08-25
1
-15
/
+7
*
convert two PluginManager member functions to non-member ones
Denys Vlasenko
2009-08-24
1
-83
/
+89
*
hardcode CPluginManager constructor's parameters, they are constant
Denys Vlasenko
2009-08-24
1
-10
/
+5
*
eliminate class DynamicLybrary by folding it into class ABRTPlugin
Denys Vlasenko
2009-08-24
1
-1
/
+1
*
Comment cannot start in the middle of the line.
Zdenek Prikryl
2009-08-20
1
-9
/
+4
*
fixed getting plugin's settings
Zdenek Prikryl
2009-08-14
1
-5
/
+4
*
.abrt directory in $HOME is created if it doesn't exist
Zdenek Prikryl
2009-08-14
1
-2
/
+31
*
created conf file has uid,gid of an user
Zdenek Prikryl
2009-08-14
1
-1
/
+9
*
added comment char
Zdenek Prikryl
2009-08-11
1
-1
/
+1
*
removed debug prints
Zdenek Prikryl
2009-08-11
1
-2
/
+0
*
moved LoadSettings from plugins into PluginManager
Zdenek Prikryl
2009-08-11
1
-6
/
+116
*
dynamic_cast<> seems to be misbehaving. Disabling it for now.
Denys Vlasenko
2009-08-06
1
-4
/
+4
*
move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*
Denys Vlasenko
2009-08-06
1
-0
/
+287