summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* switch "analyze" step processing to abrt_event.conf-driven wayDenys Vlasenko2010-11-034-297/+0
* rename abrt_action.conf -> abrt_event.confDenys Vlasenko2010-11-021-5/+5
* remove AutoReportUIDs supportDenys Vlasenko2010-11-021-6/+0
* abrt-handle-crashdump: add -l[pfx] option to list possible eventsDenys Vlasenko2010-11-023-7/+84
* abrt-handle-crashdump: new semi-debug utility to run abrt actions for a speci...Denys Vlasenko2010-11-012-1/+170
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-016-58/+0
* abrtd: prepearatory patch: is_debug_dump_saved shouldn't need uidDenys Vlasenko2010-11-012-0/+22
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-252-3/+1
* Splitting web-related functions into libABRT_web_utils.soDenys Vlasenko2010-10-251-9/+27
* moving files around, no code changesDenys Vlasenko2010-10-253-574/+48
* new action tool: abrt-action-kerneloopsDenys Vlasenko2010-10-254-104/+95
* firgot to "git add stdio_helpers.c"Denys Vlasenko2010-10-252-0/+70
* introduce and use xmalloc_fgets/fgetlineDenys Vlasenko2010-10-228-60/+59
* slightly more efficient strbuf codeDenys Vlasenko2010-10-221-27/+31
* dump_dir: make open fail if there is no "analyzer" file.Denys Vlasenko2010-10-211-3/+20
* Kerneloops should use abrt-action-analyze-oops, not -python!Denys Vlasenko2010-10-211-2/+2
* move logger reporting to a separate program (abrt-action-print)Denys Vlasenko2010-10-202-29/+73
* move rhtsupport reporting to a separate program (abrt-action-rhtsupport)Denys Vlasenko2010-10-203-277/+85
* move uuid/duphash generation for Kerneloops to abrt-action-analyze-oopsDenys Vlasenko2010-10-191-104/+41
* move uuid/duphash generation for python to abrt-action-analyze-pythonDenys Vlasenko2010-10-191-48/+43
* bugzilla: trivial cleanupDenys Vlasenko2010-10-191-3/+5
* 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