summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* move huge inlines out-of-lineDenys Vlasenko2009-08-052-0/+186
* 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
* typo fixesDenys Vlasenko2009-07-232-29/+28
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-3/+3
* CCpp.cpp: fix handling of pipes when we fork childrenDenys Vlasenko2009-07-221-122/+137
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-221-15/+19
|\
| * fix several resource leaks on error pathsDenys Vlasenko2009-07-221-15/+19
* | Utils: small fixJiri Moskovcak2009-07-221-1/+1
* | CommLayer: added new signal "Warning"Jiri Moskovcak2009-07-222-0/+9
|/
* Fix build system for the case where configure was run with non-default prefixDenys Vlasenko2009-07-203-4/+9
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-201-1/+1
|\
| * Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-151-1/+1
* | CCpp: Made it more verboseJiri Moskovcak2009-07-201-2/+3
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-205-5/+79
|/
* Use CABRTException instead of throwing std::stringJiri Moskovcak2009-07-071-1/+2