Implement the interactive "run" command to run the select query.
[adu.git] / select.c
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 NollFix and simplify get_dir_name_by_number() and friends.
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.