| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole user | Denys Vlasenko | 2009-08-25 | 3 | -0/+281 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-08-25 | 3 | -3/+109 | |
| |\ | ||||||
| | * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-25 | 1 | -1/+1 | |
| | |\ | ||||||
| | * | | added support for saving settings | Zdenek Prikryl | 2009-08-25 | 2 | -2/+108 | |
| | | | | ||||||
| | * | | fixed conf: comment in the middle of the line isn't supported anymore | Zdenek Prikryl | 2009-08-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | more sensible logging | Denys Vlasenko | 2009-08-25 | 8 | -58/+45 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | comm_layer_inner_debug was jumping through the hoops in order to simply send a message to stderr. this can be made much simpler. also, set logmode to LOGMODE_SYSLOG in abrt daemon, making its log visible if it is daemonized. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | BZ#518413 PATCH ... furious kerneloops reporting | Anton Arapov | 2009-08-25 | 1 | -1/+1 | |
| |/ | | | | back to old logic. | |||||
| * | eliminate one-use class CDBusServer_adaptor | Denys Vlasenko | 2009-08-25 | 8 | -388/+189 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move to_string() helper to abrtlib.h | Denys Vlasenko | 2009-08-25 | 1 | -11/+0 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove CreateReport() method from server machinery; add comments about DBus | Denys Vlasenko | 2009-08-25 | 8 | -113/+117 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | pass map_crash_report_t by const reference, not by value | Denys Vlasenko | 2009-08-25 | 9 | -26/+29 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | separate DBus::Glib::BusDispatcher creating from CommLayerServerDBus creation | Denys Vlasenko | 2009-08-24 | 3 | -9/+21 | |
| | | | | | | | | | it's technically wrong to do it that way. It was not biting us because we were creating just one object, but it was also ugly. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | trivial simplification: make LoadSettings() take char*, not string& param | Denys Vlasenko | 2009-08-24 | 4 | -25/+25 | |
| | | | | | | | and some cosmetics... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | eliminate data duplication in Settings and MiddleWare | Denys Vlasenko | 2009-08-24 | 3 | -47/+17 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | dismantle single-instance class CSettings | Denys Vlasenko | 2009-08-24 | 4 | -296/+224 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | convert two PluginManager member functions to non-member ones | Denys Vlasenko | 2009-08-24 | 6 | -140/+142 | |
| | | | | | | | some cleanups for previous commits included too Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | hardcode CPluginManager constructor's parameters, they are constant | Denys Vlasenko | 2009-08-24 | 3 | -21/+7 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | eliminate class DynamicLybrary by folding it into class ABRTPlugin | Denys Vlasenko | 2009-08-24 | 6 | -139/+21 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move CSettings::inner_types out of class CSettings. They are generic types | Denys Vlasenko | 2009-08-24 | 4 | -33/+32 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move CMiddleWare initialized/finalizer into its sole user | Denys Vlasenko | 2009-08-24 | 3 | -30/+18 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | simplifications by exposing g_pPluginManager | Denys Vlasenko | 2009-08-24 | 4 | -99/+37 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | class CMiddleWare no longer exists, it's a set of functions and lone data ↵ | Denys Vlasenko | 2009-08-24 | 5 | -337/+300 | |
| | | | | | | | member now Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | start dismantling singe-instance class MiddleWare | Denys Vlasenko | 2009-08-24 | 6 | -110/+113 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | make some variables local; rename a few typedefs | Denys Vlasenko | 2009-08-24 | 5 | -32/+26 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | cleanup (m_XXX -> g_XXX renames and the like) | Denys Vlasenko | 2009-08-21 | 5 | -109/+96 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move most of CCrashWatcher's init/deinit into daemon's main() | Denys Vlasenko | 2009-08-21 | 3 | -171/+135 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | at Jirka's request, restore setup where CCrashWatcher has its own source files | Denys Vlasenko | 2009-08-21 | 4 | -612/+667 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Daemon.cpp: eliminate a few auxiliary struct fields we no longer need | Denys Vlasenko | 2009-08-21 | 1 | -30/+24 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Daemon.cpp: convert CCrashWatcher members functions to statics | Denys Vlasenko | 2009-08-21 | 1 | -50/+44 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Daemon.cpp: convert CCrashWatcher inner structs and some functions into statics | Denys Vlasenko | 2009-08-21 | 1 | -69/+67 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Daemon.cpp: simplify waiting for the TERM/INT signal | Denys Vlasenko | 2009-08-21 | 1 | -82/+40 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Daemon.cpp: convert CCrashWatcher members to static variables | Denys Vlasenko | 2009-08-21 | 1 | -60/+52 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | expand CCrashwatcher::Run() so that we can report success later | Denys Vlasenko | 2009-08-21 | 1 | -10/+6 | |
| | | | | | | | more chances to detect a problem in abrt daemon init... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move class CCrashWatcher into daemon.cpp | Denys Vlasenko | 2009-08-21 | 4 | -1106/+1056 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Improved report results | Zdenek Prikryl | 2009-08-21 | 1 | -7/+13 | |
| | | ||||||
| * | src/Daemon/Daemon.cpp: the lone crash watcher object can live on stack | Denys Vlasenko | 2009-08-20 | 1 | -7/+3 | |
| | | | | | | | no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes. | Denys Vlasenko | 2009-08-20 | 3 | -0/+344 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fixed signature check | Zdenek Prikryl | 2009-08-20 | 1 | -3/+7 | |
| | | ||||||
| * | Comment cannot start in the middle of the line. | Zdenek Prikryl | 2009-08-20 | 2 | -10/+5 | |
| | | | | | Comment has to start by Char # (first char in the line) | |||||
| * | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 1 | -37/+54 | |
| | | | | | MiddleWare: fixed reporting according package name | |||||
| * | Renamed to new option's name. | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | added default falues for abrt daemon | Zdenek Prikryl | 2009-08-20 | 2 | -2/+7 | |
| | | ||||||
| * | move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole user | Denys Vlasenko | 2009-08-19 | 7 | -0/+554 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove unused src/Daemon/DBusCommon.h | Denys Vlasenko | 2009-08-19 | 2 | -33/+0 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | explain EnableGPGCheck option better | Denys Vlasenko | 2009-08-19 | 1 | -1/+2 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | minimum timeout is 1 second | Zdenek Prikryl | 2009-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | in case of plugin error, don't delete debug dumps | Zdenek Prikryl | 2009-08-18 | 3 | -2/+10 | |
| | | ||||||
| * | whitespace cleanup, no code changes | Denys Vlasenko | 2009-08-18 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI now show the status window after report to let user know how did it go. | Jiri Moskovcak | 2009-08-17 | 2 | -5/+6 | |
| | | ||||||
| * | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 3 | -7/+27 | |
| | | ||||||
