summaryrefslogtreecommitdiffstats
path: root/src/Hooks
Commit message (Expand)AuthorAgeFilesLines
...
| * src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully...Denys Vlasenko2009-11-231-7/+27
| * CCpp.cpp: quote parameters if needed. closes 540164Denys Vlasenko2009-11-231-31/+69
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-201-1/+6
|\|
| * include more info into oops (we were losing the stack dump)Denys Vlasenko2009-11-191-1/+6
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-193-20/+16
|\|
| * whitespace cleanupsDenys Vlasenko2009-11-181-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-132-12/+13
| * src/Hooks/CCpp.cpp: clarify error messageDenys Vlasenko2009-11-121-7/+5
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-124-18/+11
|\|
| * 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
| |\
| * | pyhook-helper: uid taken from system instead of command lineKarel Klic2009-11-112-9/+6
* | | mergeKarel Klic2009-11-094-162/+190
|\ \ \ | | |/ | |/|
| * | make exception handling lighterDenys Vlasenko2009-11-061-1/+1
| * | mass replace of const string& params by const char*Denys Vlasenko2009-11-061-1/+1
| |/
| * 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
* | Fix file header.Karel Klic2009-11-091-1/+1
|/
* 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