summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt-server.c
Commit message (Expand)AuthorAgeFilesLines
* move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-041-10/+5
* delete ugly parse_conf(), use load_abrt_conf() insteadDenys Vlasenko2011-04-201-5/+9
* abrt-hook-ccpp: add saving of environ, disable saving of smaps. closes #91Denys Vlasenko2011-04-181-2/+2
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-261-2/+1
* make $ABRT_PROG_PREFIX control whether log messages are prefixedDenys Vlasenko2011-03-251-0/+4
* extend dump_dir to allow creating world-readable directoryJiri Moskovcak2011-03-241-1/+1
* show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-281-2/+2
* abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-011-0/+1
* remove plugin.h, move its only macro into into only userDenys Vlasenko2011-01-201-1/+0
* add OPT_LIST mechanism to handle multiply occurring optionsDenys Vlasenko2011-01-201-1/+0
* make option handling more regular across all toolsDenys Vlasenko2011-01-201-17/+19
* *: rename *crash_dump.* -> *crash_data.*Denys Vlasenko2010-12-221-1/+1
* preparatory patch for future factoring out of headers for reportlibDenys Vlasenko2010-11-261-1/+1
* remove sqlite DBDenys Vlasenko2010-11-231-1/+1
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-4/+2
* Add a warning comment that options and their enums should be in syncDenys Vlasenko2010-10-121-3/+2
* Return a bitmask of found options from parse_opts()Denys Vlasenko2010-10-121-5/+8
* 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-12/+6
* 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-server uses new parserNikola Pajkovsky2010-10-071-30/+23
* unhide dump_dir structure from typedefNikola Pajkovsky2010-09-201-1/+1
* Pure file rename without changesDenys Vlasenko2010-09-141-0/+382