summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-1054-5773/+1
* Decouple settings handling from old-style pluginsDenys Vlasenko2010-11-1011-20/+42
* remove CLogger class, abrt-event.conf + abrt-action-print superseded itDenys Vlasenko2010-11-084-188/+1
* remove RunApp plugin, abrt-event.conf superseded itDenys Vlasenko2010-11-086-164/+0
* make #includes simplerDenys Vlasenko2010-11-051-1/+0
* suppress open error message in one case when it isn't unexpectedDenys Vlasenko2010-11-042-9/+18
* fix a simple bug in run_event() - was truncating command at first wordDenys Vlasenko2010-11-041-2/+5
* supply CD_EVENTS element in crash dump structures passed to GUIDenys Vlasenko2010-11-041-8/+12
* fix a simple bug in run_event() - was truncating command at first wordDenys Vlasenko2010-11-041-2/+5
* list_possible_events(): do not forget to unlock the dir!Denys Vlasenko2010-11-031-6/+5
* extend list_possible_events() to be able to return list _for a specified dir_Denys Vlasenko2010-11-031-33/+65
* abrtd: convert reporting step to run_action, part 1 (main)Denys Vlasenko2010-11-036-284/+0
* 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