summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* trivial: stop leaking signal pipe to childrenDenys Vlasenko2010-05-251-0/+2
* trivial: close lock file on execDenys Vlasenko2010-05-251-0/+1
* trivial: close inotify_fd on execDenys Vlasenko2010-05-251-0/+1
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-212-5/+5
* remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludgeDenys Vlasenko2010-05-212-7/+0
* fix tuns of memory leaks in CRPMNikola Pajkovsky2010-05-191-1/+4
* kill yumdownloader if abrt-debuginfo-install is terminated mid-flightDenys Vlasenko2010-05-171-1/+10
* Move /var/cache/abrt to /var/spool/abrt. Fixes bug 568101.Denys Vlasenko2010-05-142-2/+10
* Revert "Daemon socket for reporting crashes"Nikola Pajkovsky2010-05-144-617/+1
* 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