summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*Denys Vlasenko2009-08-063-444/+0
| * style cleanups in preparation for PluginManager moveDenys Vlasenko2009-08-062-73/+77
| * move huge inlines out of DBusClientProxy.h to DBusClientProxy.cppDenys Vlasenko2009-08-065-190/+269
| * deinline 2k+ big inlines in DBusServerProxy.h. No logic changesDenys Vlasenko2009-08-063-179/+248
| * moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/Denys Vlasenko2009-08-063-981/+18
| * prepare makefiles for code movement between dirs. no code changesDenys Vlasenko2009-08-061-15/+32
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-0614-87/+86
| * CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-054-10/+9
| * Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-1/+29
| * 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-051-1/+2
| * move huge inlines out-of-lineDenys Vlasenko2009-08-052-0/+186
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-065-3/+31
|/
* made some functions staticDenys Vlasenko2009-08-043-61/+54
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-0415-27/+0
* dumpoops: hopefully fix KerneloopsScanner plugin usageDenys Vlasenko2009-08-041-0/+15
* typo fix: s/Plugis/Plugins/gDenys Vlasenko2009-08-044-21/+23
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-11/+15
* Minor fixes - just to make sources compile.Jiri Moskovcak2009-08-042-12/+12
* 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-032-2/+2
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-037-17/+64
* 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
* small fixes to dumpoopsDenys Vlasenko2009-07-311-1/+1
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-3126-130/+123
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-317-31/+68
* New iface for getting plugins' infosZdenek Prikryl2009-07-316-23/+42
* updated urlZdenek Prikryl2009-07-311-1/+1
* added new option do bugzilla plugin.Zdenek Prikryl2009-07-314-18/+71
* rename auto variables to not have m_ prefixes - they are not members!Denys Vlasenko2009-07-311-19/+16
* bug fixes in kerneloops scannerDenys Vlasenko2009-07-314-70/+60
* using more x-functionsDenys Vlasenko2009-07-311-5/+5
* add utility functionsDenys Vlasenko2009-07-305-14/+441
* two trivial fixlets in lib/Plugins/CCpp.cppDenys Vlasenko2009-07-291-4/+3
* CommLayer: Added DaemonWatcher to watch if daemon is runningJiri Moskovcak2009-07-281-0/+88
* Be more paranoid about /proc/.../core_patternDenys Vlasenko2009-07-251-0/+17
* fixed exception throwingZdenek Prikryl2009-07-241-2/+1
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-07-244-55/+26
|\
| * remove superfluous copying in ExecVP paramsDenys Vlasenko2009-07-241-3/+2
| * remove GetGIDFromUID (two copies): getpwuid does the sameDenys Vlasenko2009-07-244-47/+12
| * simplify CAnalyzerCCpp::CreateHashDenys Vlasenko2009-07-241-5/+12
* | plugin can report to different bugzillas in different reportsZdenek Prikryl2009-07-241-9/+18
* | proper deinit of libmagicZdenek Prikryl2009-07-241-2/+2
* | simple fixZdenek Prikryl2009-07-241-1/+1
* | Added first part of gui support in reportingZdenek Prikryl2009-07-2422-23/+90
* | Added gui desriptions for reportersZdenek Prikryl2009-07-244-0/+574
|/
* style fix by popular (Zdenek's) demandDenys Vlasenko2009-07-231-6/+3