summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* abrt-handle-crashdump: new semi-debug utility to run abrt actions for a speci...Denys Vlasenko2010-11-014-148/+111
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-017-35/+273
* preparatory cleanup patchesDenys Vlasenko2010-11-011-2/+4
* abrtd: prepearatory patch: is_debug_dump_saved shouldn't need uidDenys Vlasenko2010-11-011-62/+22
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-254-2/+4
* Splitting web-related functions into libABRT_web_utils.soDenys Vlasenko2010-10-252-17/+10
* moving files around, no code changesDenys Vlasenko2010-10-252-0/+574
* new action tool: abrt-action-kerneloopsDenys Vlasenko2010-10-252-0/+216
* introduce and use xmalloc_fgets/fgetlineDenys Vlasenko2010-10-222-21/+23
* restore correct handling of argv[1] of scriptsDenys Vlasenko2010-10-221-24/+21
* dump_dir: make open fail if there is no "analyzer" file.Denys Vlasenko2010-10-211-18/+12
* GUI: make the "install debuginfo" hint selectable rhbz#644343Jiri Moskovcak2010-10-211-0/+1
* s/dst++/*dst++/ in previous commitDenys Vlasenko2010-10-211-1/+1
* abrt-action-rhtsupport: fix error handlingDenys Vlasenko2010-10-211-2/+29
* move logger reporting to a separate program (abrt-action-print)Denys Vlasenko2010-10-202-1/+105
* move rhtsupport reporting to a separate program (abrt-action-rhtsupport)Denys Vlasenko2010-10-202-1/+335
* GUI: minor fix to dbus backend to prevent exceptions when kerneloops happen w...Jiri Moskovcak2010-10-191-2/+1
* move uuid/duphash generation for Kerneloops to abrt-action-analyze-oopsDenys Vlasenko2010-10-192-0/+195
* move uuid/duphash generation for python to abrt-action-analyze-pythonDenys Vlasenko2010-10-192-0/+138
* bugzilla: trivial cleanupDenys Vlasenko2010-10-191-1/+0
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-155-27/+27
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-152-6/+4
* abrtd: fix "unset PATH" problem when started from dbus daemonDenys Vlasenko2010-10-151-0/+7
* abrt-action-analyze-c: update --help descriptionDenys Vlasenko2010-10-151-1/+1
* btparser integration: use ABRT's strbuf instead of internal oneKarel Klic2010-10-148-340/+65
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt into retraceKarel Klic2010-10-141-1/+1
|\
| * fix my embarrassing error (check for equality is strncmp == 0!)Denys Vlasenko2010-10-141-1/+1
* | btparser integration: merge it into ABRT's directory hierarchyKarel Klic2010-10-1425-5/+4549
* | btparser integration: sync with recent UUID changeKarel Klic2010-10-141-2/+2
* | btparser initial integrationKarel Klic2010-10-146-493/+67
|/
* move uuid generation for CCpp to a separate program (abrt-action-analyze-c)Denys Vlasenko2010-10-143-2/+259
* whitespace fixDenys Vlasenko2010-10-141-1/+1
* better name for abrt-FOO coredumpsDenys Vlasenko2010-10-131-2/+3
* don't catch crashes of any program which starts with "abrt", not only abrtdDenys Vlasenko2010-10-131-3/+3
* restore abrt-action-save-package-data's description in --helpDenys Vlasenko2010-10-131-4/+9
* trivial cleanupsDenys Vlasenko2010-10-131-4/+4
* Add a warning comment that options and their enums should be in syncDenys Vlasenko2010-10-124-18/+11
* GUI: added search box to backtrace view rhbz#612017Jiri Moskovcak2010-10-121-1/+143
* Return a bitmask of found options from parse_opts()Denys Vlasenko2010-10-124-50/+49
* move bugzilla reporting to a separate program (abrt-action-bugzilla)Denys Vlasenko2010-10-112-190/+130
* move load_crash_data_from_debug_dump from MiddleWare to CrashTypesDenys Vlasenko2010-10-111-123/+0
* preparatory patch with trivial changes onlyDenys Vlasenko2010-10-111-5/+5
* adding abrt-action-bugzilla.cpp as an exact copy of Bugzilla.cppDenys Vlasenko2010-10-111-0/+989
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-114-16/+20
* abrt-action-generate-backtrace.c: fix -i optionNikola Pajkovsky2010-10-081-1/+1
* trivial: remove unused option_index'sDenys Vlasenko2010-10-081-2/+1
* Remove arrays in usage text, use a single string insteadDenys Vlasenko2010-10-084-16/+4
* add --help option in parse_opts(), not at every call site.Denys Vlasenko2010-10-084-38/+26
* use OPT_GROUP macro for help optionNikola Pajkovsky2010-10-084-0/+4
* use OPT__VERBOSE macro for help optionNikola Pajkovsky2010-10-084-4/+4