summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-121-2/+2
|\
| * renamed daemon pid and lock file rhbz#588315Jiri Moskovcak2010-05-121-2/+2
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-121-1/+1
|\|
| * removed avant-window-navigator from blacklistJiri Moskovcak2010-05-121-1/+1
* | Daemon socket for reporting crashesKarel Klic2010-05-124-1/+617
|/
* Abort debuginfo download if low on disk space (partially addresses #564451)Denys Vlasenko2010-05-121-8/+37
* Add BlackListedPaths option to abrt.conf. Fixes #582421Denys Vlasenko2010-05-065-1/+43
* Do not die when /var/cache/abrt/*/uid does not contain a number (rhbz#580899)Karel Klic2010-05-061-1/+13
* remove unused functionsNikola Pajkovsky2010-05-061-57/+0
* remove redundant g_setBlackList, rename g_settings_setBlackList to g_settings...Denys Vlasenko2010-05-065-18/+4
* minor fix to nikola's last commitJiri Moskovcak2010-05-051-1/+0
* rid of rewriting config in /etc/abrt/abrt.confNikola Pajkovsky2010-05-051-35/+0
* fix bug 571411: backtrace attachment of the form /var/cache/abrt/foo-12345-67...Denys Vlasenko2010-05-051-4/+9
* abrt-debuginfo-install: use --enablerepo=*-debug*Denys Vlasenko2010-05-051-7/+40
* abrt-debuginfo-install: use -C: yum -C repolist allDenys Vlasenko2010-05-041-1/+2
* Removed emacs settings from the file header in favor of global abrt emacs set...Karel Klic2010-04-291-1/+1
* get_home_dir returns const char* instead of std::stringKarel Klic2010-04-291-4/+2
* Show error message when abrtd service is run as non-root.Karel Klic2010-04-211-0/+3
* Rename EnableOpenGPG to OpenGPGCheck in the man pageKarel Klic2010-04-211-2/+2
* Document ProcessUnpackaged in abrt.conf.5. Document default values.Karel Klic2010-04-201-1/+10
* fixed problem with localized yum output rhbz#581804Jiri Moskovcak2010-04-131-1/+1
* do not catch perl/python crashes when the script is not of known package originKarel Klic2010-04-131-22/+38
* whitespace cleanup, no code changesDenys Vlasenko2010-04-014-8/+9
* abrt.conf: add trailing EOLDenys Vlasenko2010-03-311-1/+1
* remove socket code, it is deadDenys Vlasenko2010-03-235-331/+1
* Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-183-38/+29
* minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26Jiri Moskovcak2010-03-111-1/+1
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-114-8/+20
* Never flag backtrace as binary file (fixes problem observed in bz#571411)Denys Vlasenko2010-03-081-10/+16
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-7/+1
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-057-14/+44
* abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" reposDenys Vlasenko2010-03-041-7/+16
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-048-156/+156
* abrt-debuginfo-install: remove -R2 from yum! it's not "anti-yum-lock" option!Denys Vlasenko2010-03-031-10/+14
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-021-0/+12
* add reporters param to dbus call Report()Denys Vlasenko2010-03-011-3/+11
* trivial simplificationDenys Vlasenko2010-02-261-4/+2
* added a comment about dbus disconnect handlingDenys Vlasenko2010-02-171-0/+21
* GUI: improved url handling in report messagesJiri Moskovcak2010-02-171-1/+1
* Move LoadPluginSettings to the shared utils library. Add parameter skipKeysWi...Karel Klic2010-02-122-63/+0
* fixed problem with bugzilla+nssJiri Moskovcak2010-02-121-2/+10
* fix bz#563484 "abrt uses unnecessary disk space when getting debug info"Denys Vlasenko2010-02-111-39/+44
* Put back changes accidentally pushed from RHEL6 branch to master by meKarel Klic2010-02-082-16/+8
* remove autoreport hack, re-enable proper code for itDenys Vlasenko2010-02-081-5/+1
* remove binary files from report if client did not include themDenys Vlasenko2010-02-081-0/+19
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-0718-52/+198
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-073-33/+56
|\
| * abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-053-33/+56
* | added avant-window-navigator to blacklist per maintainer requestJiri Moskovcak2010-02-071-1/+1
|/
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-22/+25