summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btparser integration: merge it into ABRT's directory hierarchyKarel Klic2010-10-1452-1476/+41
* btparser integration: sync with recent UUID changeKarel Klic2010-10-141-2/+2
* btparser initial integrationKarel Klic2010-10-1467-3165/+10475
* 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-146-169/+294
* l10n: Updates to Finnish (fi) translationvpv2010-10-131-238/+244
* whitespace fixDenys Vlasenko2010-10-141-1/+1
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-10-131-116/+104
* better name for abrt-FOO coredumpsDenys Vlasenko2010-10-131-2/+3
* l10n: Updates to Ukrainian (uk) translationyurchor2010-10-131-115/+103
* l10n: Updates to Polish (pl) translationraven2010-10-131-117/+54
* 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-132-5/+4
* Add a warning comment that options and their enums should be in syncDenys Vlasenko2010-10-124-18/+11
* parse_options was not handling long options properly. fix it.Denys Vlasenko2010-10-121-14/+29
* 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-126-53/+58
* l10n: Updates to Finnish (fi) translationvpv2010-10-121-27/+21
* move bugzilla reporting to a separate program (abrt-action-bugzilla)Denys Vlasenko2010-10-116-1128/+222
* move load_crash_data_from_debug_dump from MiddleWare to CrashTypesDenys Vlasenko2010-10-113-123/+125
* preparatory patch with trivial changes onlyDenys Vlasenko2010-10-113-7/+7
* 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-1110-28/+35
* abrt-action-generate-backtrace.c: fix -i optionNikola Pajkovsky2010-10-081-1/+1
* l10n: Updates to Norwegian Bokmål (nb) translationkmaraas2010-10-081-212/+236
* trivial: remove unused option_index'sDenys Vlasenko2010-10-082-4/+2
* Remove arrays in usage text, use a single string insteadDenys Vlasenko2010-10-086-25/+9
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-10-081-43/+43
* add --help option in parse_opts(), not at every call site.Denys Vlasenko2010-10-087-56/+52
* use OPT_GROUP macro for help optionNikola Pajkovsky2010-10-084-0/+4
* use OPT__VERBOSE macro for help optionNikola Pajkovsky2010-10-084-4/+4
* use OPT__HELP macro for help optionNikola Pajkovsky2010-10-084-4/+4
* Merge branch 'unify-parser'Nikola Pajkovsky2010-10-084-121/+84
|\
| * abrt-server uses new parserNikola Pajkovsky2010-10-071-30/+23
| * abrt-action-save-package-data uses new parserNikola Pajkovsky2010-10-071-33/+26
| * use a new INTEGER optionNikola Pajkovsky2010-10-071-11/+1
| * abrt-action-generate-backtrace uses new parserNikola Pajkovsky2010-10-071-47/+34
* | l10n: Updates to Polish (pl) translationraven2010-10-081-8/+8
* | l10n: Updates to Ukrainian (uk) translationyurchor2010-10-081-9/+9
* | 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 a bit more logging in places. fix typosDenys Vlasenko2010-10-074-4/+15
|/
* l10n: Updates to Ukrainian (uk) translationyurchor2010-10-061-113/+132
* l10n: Updates to Portuguese (Brazilian) (pt_BR) translationtaylon2010-10-061-60/+78
* l10n: Updates to Polish (pl) translationraven2010-10-061-113/+128
* Settings.cpp: avoid double free corruptionNikola Pajkovsky2010-10-061-0/+5
* Merge branch 'vector_string_t'Nikola Pajkovsky2010-10-069-45/+75
|\
| * report.cpp: split() uses GListNikola Pajkovsky2010-10-062-11/+18