summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-156-46/+45
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-152-29/+24
* Before this patch, dd_opendir(".") was creatingDenys Vlasenko2010-10-151-13/+40
* mve md5 hash from Python plugin to abrtlibDenys Vlasenko2010-10-157-4/+3
* btparser initial integrationKarel Klic2010-10-146-1688/+0
* various small fixes to dd usageDenys Vlasenko2010-10-142-50/+27
* dump_dir.c: reorder functions within the file without changing them.Denys Vlasenko2010-10-141-64/+61
* 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
* parse_options was not handling long options properly. fix it.Denys Vlasenko2010-10-121-14/+29
* Return a bitmask of found options from parse_opts()Denys Vlasenko2010-10-122-3/+9
* move bugzilla reporting to a separate program (abrt-action-bugzilla)Denys Vlasenko2010-10-113-938/+91
* move load_crash_data_from_debug_dump from MiddleWare to CrashTypesDenys Vlasenko2010-10-111-0/+123
* preparatory patch with trivial changes onlyDenys Vlasenko2010-10-112-2/+2
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-115-10/+10
* trivial: remove unused option_index'sDenys Vlasenko2010-10-081-2/+1
* Remove arrays in usage text, use a single string insteadDenys Vlasenko2010-10-082-9/+5
* add --help option in parse_opts(), not at every call site.Denys Vlasenko2010-10-083-18/+26
* add more logging about settings, and make it possible to load them from stdinDenys Vlasenko2010-10-071-4/+29
* add a new helper function, full_write_str(fd,str)Denys Vlasenko2010-10-072-0/+7
* Kerneloops*.cpp and dumpoops.cpp uses GListNikola Pajkovsky2010-10-064-19/+26
* add OPT_GROUP optionNikola Pajkovsky2010-10-052-1/+14
* add OPT__HELP macroNikola Pajkovsky2010-10-051-0/+1
* add OPT__VERBOSE macroNikola Pajkovsky2010-10-051-0/+2
* fix INTEGER optionNikola Pajkovsky2010-10-051-2/+1
* remove < > around argument helpNikola Pajkovsky2010-10-051-1/+1
* add INTEGER optionNikola Pajkovsky2010-10-052-0/+7
* parse_options.c: add argument helpNikola Pajkovsky2010-10-052-2/+13
* new args parserNikola Pajkovsky2010-10-043-1/+169
* xfunc.c: add new funtion xcallocNikola Pajkovsky2010-10-041-0/+8
* rename abrt-debuginfo-install to abrt-action-install-debuginfoDenys Vlasenko2010-09-231-5/+5
* add two flags to dd_opendir()Nikola Pajkovsky2010-09-226-59/+19
* 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-207-27/+27
* 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
* dump_dir: added TODO comment. no code changesDenys Vlasenko2010-09-151-0/+20
* fixing two instances of dd->gid which I forgot to convertDenys Vlasenko2010-09-141-2/+2
* dump_dir: use dd_ prefix on uid/gid fieldsDenys Vlasenko2010-09-141-8/+8
* I noticed that ->locked and ->opened members are always the sameDenys Vlasenko2010-09-141-80/+18
* 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-145-49/+27
* msg_prefix now doesn't need ": " suffixDenys Vlasenko2010-09-141-2/+5
* 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
* dump_dir: dd_close was freeing unallocated pointer! fix thatDenys Vlasenko2010-09-131-1/+1
* SQLite3.cpp: get rid of CABRTExceptionNikola Pajkovsky2010-09-101-22/+31
* fix sigsegvNikola Pajkovsky2010-09-102-3/+32
* plug a memory leak in trim_debug_dumps()Denys Vlasenko2010-09-101-0/+3
* SQLite3.cpp: replace std::vector by GListNikola Pajkovsky2010-09-085-57/+134