summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* preparatory cleanupsDenys Vlasenko2009-08-072-10/+10
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-078-94/+106
* fix bug 54: make abrt (without -d) report initialization errorsDenys Vlasenko2009-08-061-6/+20
* silly whitespace fixDenys Vlasenko2009-08-061-1/+1
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-069-3/+50
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-066-2/+2
| |\
| * \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-0648-878/+1274
| |\ \
| * | | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-067-3/+48
| * | | PYHOOK: re-raise the exception, so the hook doesn't change the default behavi...Jiri Moskovcak2009-08-061-1/+1
* | | | fix vda's breakage: coredumps should be 644, not 600Denys Vlasenko2009-08-061-1/+5
| |_|/ |/| |
* | | move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/Denys Vlasenko2009-08-066-2/+2
| |/ |/|
* | fix a case when we print a warning twice.Denys Vlasenko2009-08-063-13/+16
* | dynamic_cast<> seems to be misbehaving. Disabling it for now.Denys Vlasenko2009-08-061-4/+4
* | move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*Denys Vlasenko2009-08-064-1/+1
* | style cleanups in preparation for PluginManager moveDenys Vlasenko2009-08-063-86/+91
* | move huge inlines out of DBusClientProxy.h to DBusClientProxy.cppDenys Vlasenko2009-08-066-198/+286
* | deinline 2k+ big inlines in DBusServerProxy.h. No logic changesDenys Vlasenko2009-08-063-179/+248
* | forgotten "git add"Denys Vlasenko2009-08-062-0/+964
* | moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/Denys Vlasenko2009-08-064-981/+19
* | prepare makefiles for code movement between dirs. no code changesDenys Vlasenko2009-08-062-15/+33
* | trailing whitespace removal. no code changesDenys Vlasenko2009-08-0627-152/+162
* | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-055-11/+10
* | Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-053-38/+88
* | open with O_CREAT must have 3 args, fixing thatDenys Vlasenko2009-08-051-1/+1
* | do not abort if chown fails, just warnDenys Vlasenko2009-08-051-16/+7
* | forgot to add lib/Utils/copyfd.cppDenys Vlasenko2009-08-051-0/+107
* | simplify C/C++ hookDenys Vlasenko2009-08-053-76/+55
* | move huge inlines out-of-lineDenys Vlasenko2009-08-053-119/+192
|/
* made some functions staticDenys Vlasenko2009-08-045-68/+64
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-0416-30/+3
* dumpoops: hopefully fix KerneloopsScanner plugin usageDenys Vlasenko2009-08-043-4/+49
* typo fix: s/Plugis/Plugins/gDenys Vlasenko2009-08-044-21/+23
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-042-25/+35
|\
| * add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-042-25/+35
* | SPEC: added *.GTKBuilder files to rpmJiri Moskovcak2009-08-041-0/+4
|/
* GUI: minor fix to center the error dialog on parent.Jiri Moskovcak2009-08-041-1/+2
* GUI: added error dialog if creating report fails.Jiri Moskovcak2009-08-041-1/+1
* Minor fixes - just to make sources compile.Jiri Moskovcak2009-08-043-13/+13
* use vasprintf in SetIconTooltip instead of open-coding itDenys Vlasenko2009-08-041-32/+30
* abrt-applet: reset SIGCHLD before launching abrt-guiDenys Vlasenko2009-08-041-0/+1
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-044-64/+70
* lib/Plugins/CCpp.cpp: move functions out of class where appropriate.Denys Vlasenko2009-08-032-33/+17
* simplify parameter/return value passing for boolsDenys Vlasenko2009-08-034-4/+4
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-0312-56/+124
* delete semicolon in "if (expr); stmt;" , autodetect dmesg/syslogDenys Vlasenko2009-07-313-12/+29
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-3123-71/+368
* moved to lib/MiddleWare/Plugin.hZdenek Prikryl2009-07-311-92/+0
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtAnton Arapov2009-07-312-2/+3
|\
| * small fixes to dumpoopsDenys Vlasenko2009-07-312-2/+3
* | dumpoops: spec: add to kerneloops-addonAnton Arapov2009-07-311-0/+1
|/