manual: Fix a whitespace issue.
[adu.git] / select.c
2015-01-03 Andre NollMake fd.c and select.c include their own header file.
2014-09-13 Andre NollReplace systemlinux.org URL and email address.
2013-06-09 Andre NollFix user summary accounting if pattern is given.
2013-06-09 Andre NollAvoid gcc warning.
2012-06-25 Andre Nollsplit_args(): Do not insist on checking the return...
2009-06-08 Andre NollIncrease width of uid column to 6.
2009-04-24 Andre NollMerge commit 'athcx/bloom'
2009-02-11 Andre NollImplement --trailer select option.
2009-02-10 Andre NollMerge commit 'fml/master'
2008-12-25 Andre NollMerge branch 'master' into bloom
2008-12-25 Andre NollMake user.c independent of command line options.
2008-12-17 Andre NollFix a design bug concerning struct user_info.
2008-11-22 Andre NollMerge commit 'fml/master'
2008-11-12 Andre NollAdd documentation of parse_select_options().
2008-11-12 Andre NollFix a compiler warning.
2008-11-11 Andre NollAdd some more souce code documentation.
2008-11-10 Andre NollMerge commit 'fml/master'
2008-11-10 Andre NollAdd source code documentation for run_select_query...
2008-11-10 Andre NollMerge commit 'meins/master'
2008-11-10 Andre NollAdd \brief command to file header to make doxygen happy.
2008-11-09 Andre NollImplement pattern matching for select mode.
2008-11-09 Andre NollMake the header line configurable.
2008-11-09 Andre NollMake --limit work also for the user summary.
2008-11-09 Andre Nollcompute_user_summary does not need any private data.
2008-11-09 Andre NollFix sorting of the uid hash table.
2008-11-09 Andre NollMake the summary comparators non-static.
2008-11-09 Andre NollDo not close tables on each query.
2008-11-08 Andre NollFix a couple of gengetopt-related memory leaks.
2008-11-08 Andre Nollselect.c: Fix two return values.
2008-11-08 Andre NollOutput improvements.
2008-11-07 Andre NollMerge commit 'meins/master'
2008-11-06 Andre NollAdd new select option to specify users by name.
2008-11-06 Andre NollMove user and user ID related functions to separate...
2008-11-06 Andre NollMove code for setting up the format string to an own...
2008-11-05 Andre NollFix return codes for loop functions.
2008-11-01 Andre Nollparse_select_options(): Check directly for NULL strings.
2008-11-01 Andre Nollprint_statistics(): Fix return value.
2008-11-01 Andre Nollparse_select_options(): Add missing break statements.
2008-11-01 Andre NollAdd format string doku, simplify format string handling.
2008-11-01 Andre NollMake the array of summary comparators local.
2008-11-01 Andre NollConvert the user-lists to pretty-formating.
2008-11-01 Andre NollFix the user summary.
2008-11-01 Andre NollFix the global summary.
2008-11-01 Andre NollIntroduce select-mode and use pretty formating for...
2008-10-26 Andre NollIntroduce --global-summary-format.
2008-10-26 Andre NollUse the new formating code to print the user summary.
2008-10-12 Andre NollMerge commit 'fml/master'
2008-07-02 Andre NollHandle select help options properly.
2008-07-01 Andre NollMerge commit 'fml/master'
2008-06-30 Andre NollImplement --output.
2008-06-23 Andre NollIntroduce run_select_query().
2008-06-23 Andre NollMake struct admissible uids local.
2008-06-23 Andre NollUse only one copy of struct select_conf.
2008-06-23 Andre Nollcom_select(): Minor cleanup.
2008-06-20 Andre NollMove remaining select options from adu.ggo to select...
2008-06-20 Andre NollMove --no-user-summary to select.ggo.
2008-06-20 Andre NollMove --user-summary-sort to select.ggo.
2008-06-20 Andre NollMove --size-unit and --count-unit from adu.ggo to selec...
2008-06-20 Andre NollRemove the --limit option from adu.ggo.
2008-06-20 Andre NollMake --uid take a comma-separated list of uids and...
2008-06-05 Andre NollMerge commit 'fml/master'
2008-06-05 Andre NollFix and simplify get_dir_name_by_number() and friends.
2008-06-04 Andre NollMerge commit 'fml/master'
2008-06-03 Andre NollAdd the --print-base-dir option.
2008-06-01 Andre NollAdd options for selecting what to print.
2008-06-01 Andre NollMake user summary sortable by user defined column.
2008-06-01 Andre NollGet rid of global variables num_dirs, num_files, and...
2008-06-01 Andre NollHide the implementation of the uid hash table.
2008-06-01 Andre NollMove the code for the create command to its own file.
2008-06-01 Andre NollMove the code for the select command to its own file.