summaryrefslogtreecommitdiffstats
path: root/src/Hooks/abrt_exception_handler.py.in
Commit message (Expand)AuthorAgeFilesLines
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-167/+0
* moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happyJiri Moskovcak2010-07-271-13/+16
* Daemon socket for reporting crasheskarel2010-06-091-9/+16
* 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 "Daemon socket for reporting crashes"Nikola Pajkovsky2010-05-141-17/+9
* Daemon socket for reporting crashesKarel Klic2010-05-121-9/+17
* PYHOOK: don't use sitecustomize.py rhbz#539497Jiri Moskovcak2010-03-251-1/+12
* 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-081-8/+3
* python hook: clean up exception handler (removed dead code)Denys Vlasenko2010-01-261-192/+25
* use repr() to print variable values in python hookJiri Moskovcak2010-01-151-1/+1
* cmdline and daemon checking is done by abrt-python-hookKarel Klic2009-12-181-1/+0
* renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexecDenys Vlasenko2009-12-111-1/+1
* PyHook: better logic for checking if abrtd is running rhbz#539987Jiri Moskovcak2009-12-071-4/+0
* PyHook: use repr() for displaying variables rhbz#545070Jiri Moskovcak2009-12-071-1/+1
* removed the rest of python abrtutils wrapperJiri Moskovcak2009-11-151-3/+0
* disable lib/Python, we don't use it anymore (run tested)Denys Vlasenko2009-11-131-10/+11
* pyhook-helper: uid taken from system instead of command lineKarel Klic2009-11-111-1/+0
* add big try-except block to python hook to hide the errors comming from the h...Jiri Moskovcak2009-11-031-43/+46
* Initial implementation of abrt-pyhook-helperKarel Klic2009-10-221-39/+14
* PYHOOK: ignore KeyboardInterrupt exceptionJiri Moskovcak2009-09-091-0/+3
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-1/+1
* PYHOOK: fixed exception re-throwing and deprecation warning (use hashlib inst...Jiri Moskovcak2009-08-121-4/+4
* PYHOOK: UID is handled as integerJiri Moskovcak2009-08-111-2/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-061-1/+1
|\
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-061-1/+1
* | PYHOOK: re-raise the exception, so the hook doesn't change the default behavi...Jiri Moskovcak2009-08-061-1/+1
|/
* PyHook: removed forgotten debug outputJiri Moskovcak2009-07-221-1/+0
* Removed dependency on rhplJiri Moskovcak2009-07-201-2/+0
* Fixed python hook to work with new DebugDump APIJiri Moskovcak2009-06-301-5/+3
* Fixed spec file, to work with new versionJiri Moskovcak2009-06-151-1/+0
* New hook for python appsJiri Moskovcak2009-06-021-0/+333