summaryrefslogtreecommitdiffstats
path: root/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Decouple settings handling from old-style pluginsDenys Vlasenko2010-11-103-15/+23
* remove RunApp plugin, abrt-event.conf superseded itDenys Vlasenko2010-11-081-2/+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
* rename abrt_action.conf -> abrt_event.confDenys Vlasenko2010-11-021-5/+5
* 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
* 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
* firgot to "git add stdio_helpers.c"Denys Vlasenko2010-10-252-0/+70
* introduce and use xmalloc_fgets/fgetlineDenys Vlasenko2010-10-222-26/+30
* 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
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-28/+27
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-26/+21
* Before this patch, dd_opendir(".") was creatingDenys Vlasenko2010-10-151-13/+40
* mve md5 hash from Python plugin to abrtlibDenys Vlasenko2010-10-155-1/+475
* btparser initial integrationKarel Klic2010-10-144-1686/+0
* various small fixes to dd usageDenys Vlasenko2010-10-141-49/+26
* dump_dir.c: reorder functions within the file without changing them.Denys Vlasenko2010-10-141-64/+61
* 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 load_crash_data_from_debug_dump from MiddleWare to CrashTypesDenys Vlasenko2010-10-111-0/+123
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-112-5/+5
* 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
* 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
* add two flags to dd_opendir()Nikola Pajkovsky2010-09-221-16/+10
* unhide dump_dir structure from typedefNikola Pajkovsky2010-09-201-17/+17
* 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