summaryrefslogtreecommitdiffstats
path: root/src/Hooks/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-121-368/+0
* 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-111-1/+1
* *: misc fixesDenys Vlasenko2010-01-111-1/+1
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-13/+13
* abrt-hook-python: add input sanitization and directory size guardDenys Vlasenko2010-01-111-76/+9
* moved get_cmdline() and daemon_is_ok() to abrtlibKarel Klic2009-12-181-122/+0
* large file support for whole abrtKarel Klic2009-12-181-8/+0
* src/Hooks/CCpp.cpp: use and honour %c (core limit size).Denys Vlasenko2009-12-161-73/+98
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-13/+14
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-3/+8
* abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-1/+1
* ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)Denys Vlasenko2009-11-301-6/+36
* Hooks/CCpp.cpp: cosmetics after last big commitDenys Vlasenko2009-11-271-38/+38
* Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707Denys Vlasenko2009-11-271-35/+185
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-2/+53
* src/Hooks/CCpp.cpp: print signal name; document future work in commentsDenys Vlasenko2009-11-231-2/+14
* 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
* whitespace cleanupsDenys Vlasenko2009-11-181-1/+1
* 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
* make exception handling lighterDenys Vlasenko2009-11-061-1/+1
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-1/+1
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-11/+20
* lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ins...Denys Vlasenko2009-10-131-1/+2
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-1/+0
* silly whitespace fixDenys Vlasenko2009-08-061-1/+1
* fix vda's breakage: coredumps should be 644, not 600Denys Vlasenko2009-08-061-1/+5
* 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
* 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
* fix several resource leaks on error pathsDenys Vlasenko2009-07-221-17/+16
* fixed security issueZdenek Prikryl2009-06-301-3/+2
* hook writes new dump only if the daemin is runningZdenek Prikryl2009-06-171-0/+41
* added item which tells what happens in guiZdenek Prikryl2009-05-131-0/+1
* new commlayerinner interfaceZdenek Prikryl2009-04-281-6/+7
* renamed MW libraryZdenek Prikryl2009-04-081-10/+19
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-18/+77
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-1/+1
* replace old project name by new oneZdenek Prikryl2009-03-041-1/+1
* Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl)Jiri Moskovcak2009-02-281-26/+28
* added other signalsZdenek Prikryl2009-02-261-1/+5
* rewrote loggingZdenek Prikryl2009-02-191-1/+3
* new logic of getting package nameZdenek Prikryl2009-02-181-1/+0
* added syslogZdenek Prikryl2009-02-121-1/+8