Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 5 | -171/+176 | |
| | | | | 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 | |
| | ||||||
* | Fixed sigsegv (#rhbz 518609) | Zdenek Prikryl | 2009-08-21 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-21 | 5 | -8/+4 | |
|\ | ||||||
| * | 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 | 4 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | GUI: removed dependency on libsexy if gtk2 >= 2.17 | Jiri Moskovcak | 2009-08-21 | 3 | -9/+12 | |
|/ | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-20 | 2 | -2/+2 | |
|\ | ||||||
| * | added python-sexy to requirements | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" | Denys Vlasenko | 2009-08-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | fixed signature check | Zdenek Prikryl | 2009-08-20 | 2 | -13/+33 | |
|/ | ||||||
* | 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) | |||||
* | new version, small fixes to gui | Jiri Moskovcak | 2009-08-20 | 3 | -4/+10 | |
| | ||||||
* | removed debug prints | Zdenek Prikryl | 2009-08-20 | 1 | -9/+1 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 | |
|\ | ||||||
| * | added dialogs.GtkBuilder to makefile.am | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
| | | ||||||
* | | fixed +-1 bug | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 | |
| | | ||||||
* | | command mailx isn't run under root anymore. | Zdenek Prikryl | 2009-08-20 | 2 | -24/+106 | |
| | | ||||||
* | | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 4 | -45/+70 | |
|/ | | | | MiddleWare: fixed reporting according package name | |||||
* | GUI: added horizontal scrolling to report window | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
| | ||||||
* | added gnomevfs to requires | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 | |
| |\ | ||||||
| * | | Renamed to new option's name. | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | GUI: added clickable link to "after report" status window | Jiri Moskovcak | 2009-08-20 | 4 | -16/+155 | |
| |/ |/| | ||||||
* | | abrt-giu: tooltip is "View and report application crashes" now | Denys Vlasenko | 2009-08-20 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | added default falues for abrt daemon | Zdenek Prikryl | 2009-08-20 | 2 | -2/+7 | |
| | ||||||
* | RPM: added GetComponent method which finds the bz component to given filename | Jiri Moskovcak | 2009-08-20 | 2 | -1/+30 | |
| | ||||||
* | move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole user | Denys Vlasenko | 2009-08-19 | 8 | -3/+3 | |
| | | | | 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> | |||||
* | SPEC: minor fix after weird merge | Jiri Moskovcak | 2009-08-19 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-19 | 4 | -5/+8 | |
|\ | ||||||
| * | Plugins/CCpp: remove trailing \n from debuginfo-install's output | Denys Vlasenko | 2009-08-19 | 2 | -1/+5 | |
| | | | | | | | | 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> | |||||
| * | mailx: correct English | Denys Vlasenko | 2009-08-19 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Bugzilla.conf: correct English | Denys Vlasenko | 2009-08-19 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |