summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-046-89/+24
* dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-041-5/+1
* 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
* ccpp hook: implemented ReadonlyLocalDebugInfoDirs directiveDenys Vlasenko2009-11-181-25/+45
* whitespace cleanupsDenys Vlasenko2009-11-182-5/+5
* add support for \" escaping in config fileDenys Vlasenko2009-11-183-22/+49
* continuing s/std::string&/char*/gDenys Vlasenko2009-11-166-123/+117
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-164-28/+30
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-121-3/+3
|\
| * abrt-debuginfo-install: fix misinterpreted 2>&1, add forgotten "rm"Denys Vlasenko2009-11-121-3/+3
* | Daemon properly checks /var/cache/abrt attributesKarel Klic2009-11-121-17/+19
|/
* abrt-debuginfo-install: use yum -C, use yum w/o -C only if necessaryDenys Vlasenko2009-11-101-107/+142
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-102-6/+7
* remove unused version of SaveDebugDump()Denys Vlasenko2009-11-092-15/+0
* make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-093-37/+37
* continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-26/+26
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-065-34/+30
* make exception handling lighterDenys Vlasenko2009-11-064-20/+17
* mass replace of const string& params by const char*Denys Vlasenko2009-11-067-142/+147
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-055-45/+48
* abrtd: call res_init() if /etc/resolv.conf or friends were changedDenys Vlasenko2009-11-041-0/+30
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-032-3/+14
* fix more warnings (these were harmless, but still...)Denys Vlasenko2009-11-031-1/+1
* just changed commentsJiri Moskovcak2009-11-031-1/+0
* make the CheckReport() to ignore kerneloopsesJiri Moskovcak2009-11-031-0/+5
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-031-4/+2
* re-enabled kerneloops as we don't have a replacement in F12Jiri Moskovcak2009-11-031-1/+1
* abrt-debuginfo-install: download packages one-by-one - better loggingDenys Vlasenko2009-11-021-6/+20
* com.redhat.abrt.service: removed -t33Denys Vlasenko2009-11-021-4/+4
* abrtd: fix bad interaction with -T SEC code and !-dDenys Vlasenko2009-11-021-4/+11
* s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-021-3/+3
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-022-15/+4
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-014-11/+25