summaryrefslogtreecommitdiffstats
path: root/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
* btparser initial integrationKarel Klic2010-10-142-2/+0
* various small fixes to dd usageDenys Vlasenko2010-10-141-1/+1
* move uuid generation for CCpp to a separate program (abrt-action-analyze-c)Denys Vlasenko2010-10-141-165/+31
* trivial cleanupsDenys Vlasenko2010-10-131-1/+0
* move bugzilla reporting to a separate program (abrt-action-bugzilla)Denys Vlasenko2010-10-113-938/+91
* preparatory patch with trivial changes onlyDenys Vlasenko2010-10-112-2/+2
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-113-5/+5
* Kerneloops*.cpp and dumpoops.cpp uses GListNikola Pajkovsky2010-10-064-19/+26
* rename abrt-debuginfo-install to abrt-action-install-debuginfoDenys Vlasenko2010-09-231-5/+5
* add two flags to dd_opendir()Nikola Pajkovsky2010-09-225-43/+9
* This patch splits off CCpp's backtrace generation into a separate tool:Denys Vlasenko2010-09-201-221/+37
* unhide dump_dir structure from typedefNikola Pajkovsky2010-09-206-10/+10
* CCpp: better handling of uid and exit condition on bt generationDenys Vlasenko2010-09-161-5/+6
* CCpp: plug a memory leakDenys Vlasenko2010-09-161-0/+1
* CCpp: skip bt generation earlierDenys Vlasenko2010-09-141-18/+18
* move sha1 to lib/utils; remove small bit of related C++isms in CCpp.cppDenys Vlasenko2010-09-144-294/+18
* s/NoSSLVerify/SSLVerify/gNikola Pajkovsky2010-09-141-1/+1
* CCpp: make gdb timeout configurable; raise it to 120 sec in default config fileDenys Vlasenko2010-09-133-10/+19
* SQLite3.cpp: get rid of CABRTExceptionNikola Pajkovsky2010-09-101-22/+31
* fix sigsegvNikola Pajkovsky2010-09-101-3/+11
* SQLite3.cpp: replace std::vector by GListNikola Pajkovsky2010-09-083-56/+80
* DebugDump.* -> dump_dir.*Nikola Pajkovsky2010-09-0712-12/+0
* DebugDump.cpp: lowercase and rename functionsNikola Pajkovsky2010-09-025-30/+30
* KerneloopsReporer: throw when missing btNikola Pajkovsky2010-09-021-13/+13
* added missing dd_close()Jiri Moskovcak2010-09-011-1/+1
* RHTSupport.cpp: plug a memory leakKamil Dudka2010-08-311-0/+2
* KerneloopsSysLog.cpp: make version extraction code less uglyKamil Dudka2010-08-311-16/+7
* KerneloopsReporter.cpp: move misplaced block of codeKamil Dudka2010-08-311-7/+7
* FileTransfer.cpp: add forgotten open error testKamil Dudka2010-08-311-0/+4
* remove one redundant checkKamil Dudka2010-08-311-32/+28
* get rid of CDebugDump classNikola Pajkovsky2010-08-306-105/+132
* abrtlib.h: include <assert.h> and "strbuf.h"Denys Vlasenko2010-08-306-11/+0
* made the description in RHTSupport translatableJiri Moskovcak2010-08-271-1/+1
* include config.h in abrtlib.hJiri Moskovcak2010-08-272-6/+0
* CCpp.cpp: add -Wall -Werror, fix two discovered bugsDenys Vlasenko2010-08-272-6/+6
* concat_path_file: make it a C function, not C++Denys Vlasenko2010-08-245-41/+65
* get rid of std::string& as parameterNikola Pajkovsky2010-08-231-48/+79
* Python.cpp: fix indentationNikola Pajkovsky2010-08-191-50/+52
* fix indentation and bracket position inNikola Pajkovsky2010-08-196-501/+538
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtMichal Toman2010-08-182-4/+4
|\
| * assignment segfaults if right hand is a NULL pointerNikola Pajkovsky2010-08-182-4/+4
* | get rid of exceptions in CDebugDump classMichal Toman2010-08-186-38/+101
|/
* RHTSupport: add a status message to reduce user confusionDenys Vlasenko2010-08-171-0/+3
* *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-172-6/+6
* forgot rename variable in GetSettings()Nikola Pajkovsky2010-08-171-4/+4
* get rid of std::string from rhtsupportNikola Pajkovsky2010-08-172-35/+52
* get rid of std::string from loggerNikola Pajkovsky2010-08-172-27/+21
* get rid of std::string from mailxNikola Pajkovsky2010-08-172-85/+44
* fix double freeNikola Pajkovsky2010-08-171-1/+1
* get rid of std::string from bugzillaNikola Pajkovsky2010-08-173-124/+142