Implement pattern matching for select mode.
[adu.git] / select.c
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.