summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* speed optimalization of abrt-debuginfo-installJiri Moskovcak2010-01-051-2/+6
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-185-50/+133
|\
| * made s_signal_caught volatileDenys Vlasenko2009-12-171-1/+1
| * abrt-debuginfo-install: fixes for runs w/o cachedirDenys Vlasenko2009-12-171-0/+9
| * delete obsolete comment from abrt-debuginfo-installDenys Vlasenko2009-12-171-14/+4
| * further robustification of signal handlerDenys Vlasenko2009-12-171-3/+7
| * remove unsafe log() from signal handlerDenys Vlasenko2009-12-171-1/+2
| * change "python /path/to/script" code a bit: doesnt log false failures nowDenys Vlasenko2009-12-161-53/+67
| * fix all instances of atoi() usageDenys Vlasenko2009-12-154-8/+8
| * move misplaced commentDenys Vlasenko2009-12-151-9/+10
| * don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-151-1/+49
| * abrt-debuginfo-install: better loggingDenys Vlasenko2009-12-141-18/+34
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-145-37/+32
|\|
| * better logging of package and hash checksDenys Vlasenko2009-12-143-30/+27
| * more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-141-6/+3
| * disabled GPG check again1.0.2Jiri Moskovcak2009-12-141-1/+2
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-1415-68/+95
|\|
| * temporarily convert hyperlink-laden label to normal one (HL doesn't work)Denys Vlasenko2009-12-111-0/+2
| * abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-4/+4
| * remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-3/+3
| * abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-0/+6
| * abrtd: fix manpage: s/abrt/abrtd/; document -s and -vDenys Vlasenko2009-12-101-10/+15
| * make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-103-15/+25
| * style fixes, no code changesDenys Vlasenko2009-12-103-3/+3
| * better wording to dbus error message (bug 106)Denys Vlasenko2009-12-091-1/+2
| * re-enabled gpg sign checkingJiri Moskovcak2009-12-071-1/+1
| * *: remove most of remaining const string& paramsDenys Vlasenko2009-12-077-18/+19
| * remove std::string usage from class CABRTException.Denys Vlasenko2009-12-062-10/+10
| * do not send "MISSING:" over dbus; clarify a message in debuginfo installerDenys Vlasenko2009-12-041-1/+1
| * small fix on top of DeleteDebugDump changeDenys Vlasenko2009-12-042-2/+4
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-046-89/+24
|\|
| * simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-046-89/+24
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-041-5/+1
|\|
| * dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-041-5/+1
* | Proper error message on chown failureKarel Klic2009-12-041-2/+2
|/
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-1/+1
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-034-22/+19
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-035-38/+73
* fix rhbz#518422: refuse to start if some required plugins are missingDenys Vlasenko2009-12-023-21/+33
* abrt-debuginfo-install: better fix for incorrect passing double quotesDenys Vlasenko2009-12-011-5/+5
* fixed executing of yum in abrt-debuginfo-installJiri Moskovcak2009-12-011-1/+1
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-303-33/+36
* a few fixes in automatic reporterNikola Pajkovsky2009-11-302-6/+8
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-263-0/+74
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-264-67/+10
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-0/+1
* kerneloops use only one config. Kerneloops.confNikola Pajkovsky2009-11-231-1/+13
* fix small bug where we use value first and *then* check for its validityDenys Vlasenko2009-11-191-1/+6
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-3/+4
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-192-48/+109