summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-051-1/+1
* | Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-37/+56
* | open with O_CREAT must have 3 args, fixing thatDenys Vlasenko2009-08-051-1/+1
* | simplify C/C++ hookDenys Vlasenko2009-08-051-75/+48
|/
* made some functions staticDenys Vlasenko2009-08-042-7/+10
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-3/+3
* dumpoops: hopefully fix KerneloopsScanner plugin usageDenys Vlasenko2009-08-042-4/+34
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-14/+20
* 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
* 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
* 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-035-39/+60
* small fixes to dumpoopsDenys Vlasenko2009-07-311-1/+2
* dumpoops: a new tool, requested by AntonDenys Vlasenko2009-07-312-1/+60
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-312-2/+2
* using more x-functionsDenys Vlasenko2009-07-312-24/+16
* style fixes, no code changesDenys Vlasenko2009-07-311-40/+36
* add utility functionsDenys Vlasenko2009-07-301-10/+13
* 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
* Be more paranoid about /proc/.../core_patternDenys Vlasenko2009-07-251-0/+4
* fixing whitespace damage, no code changesDenys Vlasenko2009-07-251-2/+2
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-221-17/+16
|\
| * fix several resource leaks on error pathsDenys Vlasenko2009-07-221-17/+16
* | PyHook: removed forgotten debug outputJiri Moskovcak2009-07-221-1/+0
* | Applet: more fixes to work if configure was run with non-default prefixJiri Moskovcak2009-07-223-2/+7
* | Daemon: threading fixesJiri Moskovcak2009-07-222-16/+32
* | GUI: single instance pattern rhbz#512390, trac#60Jiri Moskovcak2009-07-224-12/+83
|/
* Fix build system for the case where configure was run with non-default prefixDenys Vlasenko2009-07-201-1/+6
* GUI: Fixed reporter dialog rhbz#497600Jiri Moskovcak2009-07-201-18/+28
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-204-62/+158
|\
| * On exit, take care to emit consistent exit status.Denys Vlasenko2009-07-171-5/+13
| * rework unsafe handling of SIGINT/SIGTERMDenys Vlasenko2009-07-173-12/+69
| * prevent leaking buf in some casesDenys Vlasenko2009-07-171-4/+12
| * simplify CCrashWatcher::CreatePidFileDenys Vlasenko2009-07-171-23/+19
| * Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-152-30/+57
| * test commitroot2009-07-151-1/+1
* | Applet: Added commlayer to Makefile.amJiri Moskovcak2009-07-201-0/+1
* | Code cleanupJiri Moskovcak2009-07-201-3/+1
* | Removed dependency on rhplJiri Moskovcak2009-07-202-4/+8
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-205-68/+175
* | Removed unneeded file.Jiri Moskovcak2009-07-142-86/+1
* | Fixed desktop file installation (ticket#56)Jiri Moskovcak2009-07-081-1/+0
|/
* Minor fix to because of change in abrt dbus API.Jiri Moskovcak2009-07-071-1/+1
* Removed unused fileJiri Moskovcak2009-07-072-191/+1
* CLI: Added support for dbusJiri Moskovcak2009-07-072-16/+41