summaryrefslogtreecommitdiffstats
path: root/src/Hooks
Commit message (Expand)AuthorAgeFilesLines
* moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happyJiri Moskovcak2010-07-271-13/+16
* abrt-hook-ccpp: small fixes prompted by testing on RHEL5Denys Vlasenko2010-07-221-1/+13
* dumpoops/KerneloopsScanner: add pid to crashdump nameDenys Vlasenko2010-07-151-1/+8
* cut off prelink suffixes from executable name if anyMichal Toman2010-07-141-0/+7
* lower-case devel headersNikola Pajkovsky2010-07-091-3/+3
* English and message format fixesDenys Vlasenko2010-06-301-1/+1
* Remove abrt-hook-python deprecated by abrtd socketkarel2010-06-092-173/+1
* Daemon socket for reporting crasheskarel2010-06-092-11/+19
* Move hooklib from src/Hooks to lib/Utilskarel2010-06-093-162/+3
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-074-7/+40
* remove "(deleted)" from executable path rhbz#593037Jiri Moskovcak2010-06-031-1/+9
* abrt-hook-ccpp: eliminate race between process exit and compat coredump creationDenys Vlasenko2010-05-281-125/+239
* trivial: fix reversed logic in if (rename(path, newpath) != 0)...Denys Vlasenko2010-05-262-2/+2
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-212-2/+2
* s/throw/raise/Denys Vlasenko2010-05-171-2/+2
* do not create Python dumps if argv[0] is not absoluteDenys Vlasenko2010-05-171-6/+10
* Revert "Move hooklib from src/Hooks to lib/Utils"Nikola Pajkovsky2010-05-143-3/+151
* Revert "Daemon socket for reporting crashes"Nikola Pajkovsky2010-05-142-20/+11
* Revert "Remove abrt-hook-python, deprecated by abrtd socket"Nikola Pajkovsky2010-05-142-1/+173
* Remove abrt-hook-python, deprecated by abrtd socketKarel Klic2010-05-122-173/+1
* Daemon socket for reporting crashesKarel Klic2010-05-122-11/+20
* Move hooklib from src/Hooks to lib/UtilsKarel Klic2010-05-123-151/+3
* fix bug 588945 - sparse core files performance hitDenys Vlasenko2010-05-121-3/+3
* hooklib: fix excessive rounding down in free space calculation (bz#575644)Denys Vlasenko2010-04-021-5/+13
* PYHOOK: don't use sitecustomize.py rhbz#539497Jiri Moskovcak2010-03-254-19/+14
* don't read syslog if it didn't changeJiri Moskovcak2010-03-151-2/+2
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-1/+1
* partial fix for bz#565983Denys Vlasenko2010-02-231-1/+2
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-231-6/+7
* license fixNikola Pajkovsky2010-02-161-24/+21
* abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-122-42/+33
* fix bz#541088 "abrt should not catch python excp EPIPE"Denys Vlasenko2010-02-111-0/+14
* python hook: move UUID generation to abrtd; generate REASON, add it to bz titleDenys Vlasenko2010-02-083-26/+19
* make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-10/+15
* stupid whitespace fixDenys Vlasenko2010-02-071-1/+0
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-042-2/+18
* abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus"Denys Vlasenko2010-02-011-1/+6
* python hook: clean up exception handler (removed dead code)Denys Vlasenko2010-01-262-194/+31
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-3/+1
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-192-7/+6
* use repr() to print variable values in python hookJiri Moskovcak2010-01-151-1/+1
* abrt-hook-python: sanitize input more; log to syslogDenys Vlasenko2010-01-122-12/+44
* grr... src/Hooks/abrt_hook_ccpp.cpp -> abrt-hook-ccpp.cppDenys Vlasenko2010-01-122-2/+2
* src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-122-2/+2
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...Karel Klic2010-01-121-1/+1
* Catch and display ABRTException thrown by CDebugDump::CreateKarel Klic2010-01-111-1/+7
* DebugDump: more consistent logic in setting mode and uid:gid on dump dirDenys Vlasenko2010-01-111-0/+4
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-112-1/+2
* *: misc fixesDenys Vlasenko2010-01-112-1/+3
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-112-15/+15