summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt-action-save-package-data.cpp
Commit message (Expand)AuthorAgeFilesLines
* make #includes simplerDenys Vlasenko2010-11-051-1/+0
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-011-1/+1
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-251-0/+2
* restore correct handling of argv[1] of scriptsDenys Vlasenko2010-10-221-24/+21
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-6/+6
* restore abrt-action-save-package-data's description in --helpDenys Vlasenko2010-10-131-4/+9
* Add a warning comment that options and their enums should be in syncDenys Vlasenko2010-10-121-5/+3
* Return a bitmask of found options from parse_opts()Denys Vlasenko2010-10-121-15/+12
* Remove arrays in usage text, use a single string insteadDenys Vlasenko2010-10-081-4/+1
* add --help option in parse_opts(), not at every call site.Denys Vlasenko2010-10-081-8/+7
* use OPT_GROUP macro for help optionNikola Pajkovsky2010-10-081-0/+1
* use OPT__VERBOSE macro for help optionNikola Pajkovsky2010-10-081-1/+1
* use OPT__HELP macro for help optionNikola Pajkovsky2010-10-081-1/+1
* abrt-action-save-package-data uses new parserNikola Pajkovsky2010-10-071-33/+26
* g_settings_setBlackListedPaths uses GListNikola Pajkovsky2010-09-241-4/+2
* g_settings_setBlackListedPkgs uses GListNikola Pajkovsky2010-09-241-3/+7
* g_settings_setOpenGPGPublicKeys uses GListNikola Pajkovsky2010-09-241-4/+3
* This patch splits off abrtd's package/component/descriptionDenys Vlasenko2010-09-221-0/+332