summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-3127-143/+136
* dumpoops: a new tool, requested by AntonDenys Vlasenko2009-07-312-1/+60
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-3110-33/+75
* 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-313-29/+21
* style fixes, no code changesDenys Vlasenko2009-07-311-40/+36
* add utility functionsDenys Vlasenko2009-07-307-24/+556
* two trivial fixlets in lib/Plugins/CCpp.cppDenys Vlasenko2009-07-291-4/+3
* GUI: Added detection whether daemon is running (gui disables itself)Jiri Moskovcak2009-07-282-29/+48
* Applet: Added detection whether daemon is runningJiri Moskovcak2009-07-283-10/+70
* CommLayer: Added DaemonWatcher to watch if daemon is runningJiri Moskovcak2009-07-281-0/+88
* Be more paranoid about /proc/.../core_patternDenys Vlasenko2009-07-252-0/+21
* fixing whitespace damage, no code changesDenys Vlasenko2009-07-252-3/+3
* 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