summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* disabled kerneloops in config fileJiri Moskovcak2009-10-311-1/+2
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-314-88/+105
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-1/+3
* *: wire up /var/run/abrt in a few more placesDenys Vlasenko2009-10-302-1/+2
* abrt-debuginfo-install: tweaked commentDenys Vlasenko2009-10-301-3/+4
* fix incorrect logic for checking/correcting directory ownerDenys Vlasenko2009-10-301-1/+1
* reenable sanitization of /var/cache/abrt; create abrt-di (debuginfo cache) tooDenys Vlasenko2009-10-301-16/+22
* blacklisted nspluginwrapper, because it causes too many useless reportsJiri Moskovcak2009-10-291-1/+1
* forgot return back 120 = KernelscannerNikola Pajkovsky2009-10-291-1/+1
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-293-4/+28
* updates to abrt-debuginfo-install (but it is still ifdef'ed out)Denys Vlasenko2009-10-231-48/+61
* abrtd: remove accesses to ~user/.abrtDenys Vlasenko2009-10-222-73/+82
* optimizationsDenys Vlasenko2009-10-222-19/+17
* Use defines instead of strings where possible.Karel Klic2009-10-211-1/+1
* abrt-debuginfo-install: expand docDenys Vlasenko2009-10-191-8/+15
* abrt-debuginfo-install: add mini-docDenys Vlasenko2009-10-191-8/+50
* wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-11/+51