summaryrefslogtreecommitdiffstats
path: root/src/Hooks
Commit message (Expand)AuthorAgeFilesLines
* 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-132-12/+13
* src/Hooks/CCpp.cpp: clarify error messageDenys Vlasenko2009-11-121-7/+5
* src/Hooks/CCpp.cpp: detect write errors (close() return value); more loggingDenys Vlasenko2009-11-121-5/+5
* Size of uid depends on sizeof(int)Karel Klic2009-11-121-2/+2
* abrt user group; used by abrt-pyhook-helperKarel Klic2009-11-121-4/+0
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-111-2/+2
|\
| * make exception handling lighterDenys Vlasenko2009-11-061-1/+1
| * mass replace of const string& params by const char*Denys Vlasenko2009-11-061-1/+1
* | pyhook-helper: uid taken from system instead of command lineKarel Klic2009-11-112-9/+6
|/
* add big try-except block to python hook to hide the errors comming from the h...Jiri Moskovcak2009-11-031-43/+46
* small fix: forgot to terminate longopts[]Denys Vlasenko2009-10-311-0/+1
* fix segfault on "abrt-pyhook-helper -p X </dev/null" (use of uninitialized va...Denys Vlasenko2009-10-311-71/+61
* fix a bug where after realloc we may scribble over uninitialized memoryDenys Vlasenko2009-10-311-32/+15
* src/CLI/*: fix an unterminated argv + simplificationsDenys Vlasenko2009-10-311-6/+6
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-301-11/+20
|\
| * lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-11/+20
* | Python backtrace size limited to 1 MBKarel Klic2009-10-301-3/+9
* | fixes based on review by DenysKarel Klic2009-10-301-19/+23
|/
* dumpoops: add -s option to dump results to stdoutDenys Vlasenko2009-10-291-11/+43
* Initial implementation of abrt-pyhook-helperKarel Klic2009-10-224-43/+178
* lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ins...Denys Vlasenko2009-10-131-1/+2
* adding trivial pyhook.conf.5Denys Vlasenko2009-10-012-1/+19
* added docs/DESIGNDenys Vlasenko2009-09-241-0/+5
* Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-171-9/+14
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-13/+13
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-1/+0
* PYHOOK: ignore KeyboardInterrupt exceptionJiri Moskovcak2009-09-091-0/+3
* whitespace cleanup, no code changesDenys Vlasenko2009-08-182-3/+3
* 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
* dumpoops, fix the styleAnton Arapov2009-08-111-57/+65
* silly whitespace fixDenys Vlasenko2009-08-061-1/+1
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-061-1/+1
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-062-105/+97
| |\
| * | PYHOOK: re-raise the exception, so the hook doesn't change the default behavi...Jiri Moskovcak2009-08-061-1/+1
* | | fix vda's breakage: coredumps should be 644, not 600Denys Vlasenko2009-08-061-1/+5
| |/ |/|
* | trailing whitespace removal. no code changesDenys Vlasenko2009-08-061-1/+1
* | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-051-1/+1
* | Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-37/+56
* | open with O_CREAT must have 3 args, fixing thatDenys Vlasenko2009-08-051-1/+1
* | simplify C/C++ hookDenys Vlasenko2009-08-051-75/+48
|/
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-3/+3
* dumpoops: hopefully fix KerneloopsScanner plugin usageDenys Vlasenko2009-08-042-4/+34
* small fixes to dumpoopsDenys Vlasenko2009-07-311-1/+2
* dumpoops: a new tool, requested by AntonDenys Vlasenko2009-07-312-1/+60
* using more x-functionsDenys Vlasenko2009-07-311-2/+2
* add utility functionsDenys Vlasenko2009-07-301-10/+13
* Be more paranoid about /proc/.../core_patternDenys Vlasenko2009-07-251-0/+4
* fixing whitespace damage, no code changesDenys Vlasenko2009-07-251-2/+2