Fix parse_uid_arg().
[adu.git] / select.c
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.