adu.git
2008-11-02 Andre NollAllow comments in interactive input.
2008-11-02 Andre NollFix interactive reset command.
2008-11-01 Andre NollMake sure we never use a stale format info pointer...
2008-11-01 Andre Nollparse_format_string(): Explicitly set the result pointe...
2008-11-01 Andre Nollformat_items(): Check for NULL pointers.
2008-11-01 Andre NollFix a memory lead in interactive mode.
2008-11-01 Andre NollInit the format info struct in interactive mode.
2008-11-01 Andre NollImprove interactive feeling, kill dump command.
2008-11-01 Andre Nollparse_select_options(): Check directly for NULL strings.
2008-11-01 Andre NollMake free_format_info() cope with NULL pointers.
2008-11-01 Andre Nollprint_statistics(): Fix return value.
2008-11-01 Andre Nollparse_select_options(): Add missing break statements.
2008-11-01 Andre NollFix a bug in exec_interactive_command().
2008-11-01 Andre NollMinor documentation improvments.
2008-11-01 Andre NollMake it easier to print the help for select options.
2008-11-01 Andre NollFix parse_uid_arg().
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-28 Andre Nolladu.c: Add a comment describing the user table.
2008-10-26 Andre NollMakefile: Remove also the gengetop source files on...
2008-10-26 Andre NollRemove unused --format select option.
2008-10-26 Andre NollIntroduce --global-summary-format.
2008-10-26 Andre NollUse the new formating code to print the user summary.
2008-10-26 Andre NollAdd create_argv() to string.c.
2008-10-18 Andre NollMake parse_format_string() return int.
2008-10-18 Andre NollMerge commit 'fml/master'
2008-10-18 Andre NollAdd pretty-printing formating functions.
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 Nolladu-0.0.3. v0.0.3
2008-06-23 Andre NollImplement the interactive "run" command to run the...
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-20 Andre NollRe-activate -Wuninitialized.
2008-06-20 Andre NollFix prototype of com_create().
2008-06-20 Andre NollKill two unused variables.
2008-06-20 Andre NollMove the uid-range parser to string.c.
2008-06-20 Andre NollAdd rudimentary interactive support.
2008-06-19 Andre NollFix typo in Makefile.
2008-06-18 Andre NollFix typo in Makefile.
2008-06-18 Andre NollMerge commit 'fml/master'
2008-06-18 Andre NollAdd large file support.
2008-06-18 Andre NollReplace value of PRIME1.
2008-06-05 Andre NollMerge commit 'fml/master'
2008-06-05 Andre NollFix and simplify get_dir_name_by_number() and friends.
2008-06-05 Andre Nollscan_dir(): Print error reason if lstat() failed.
2008-06-04 Andre NollMerge commit 'fml/master'
2008-06-03 Andre NollAdd the --print-base-dir option.
2008-06-02 Andre NollAdd the funny adu logo.
2008-06-02 Andre Nolladu-0.0.2 v0.0.2
2008-06-01 Andre NollAdd options for selecting what to print.
2008-06-01 Andre NollRename size_unit to size-unit and count_unit to count...
2008-06-01 Andre NollHeader cleanup.
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 NollMove ui_used() and ui_admissible() from adu.h to adu.c.
2008-06-01 Andre NollAdd .gitignore.
2008-06-01 Andre NollAdd create.c.
2008-06-01 Andre NollHide the implementation of the uid hash table.
2008-06-01 Andre NollImplement --hash-table-bits.
2008-06-01 Andre NollAlso catch SIGPIPE.
2008-06-01 Andre NollLet gengetopt check the given args.
2008-06-01 Andre Noll--base-dir must not be a required option.
2008-06-01 Andre NollCheck args before initializing signal handlers.
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.
2008-06-01 Andre NollFix a typo in documentation.
2008-06-01 Andre NollImplement username resolution.
2008-06-01 Andre NollImplement --one-file-system (-x).
2008-06-01 Andre NollCosmetics.
2008-06-01 Andre NollReplace para_ prefix by adu_.
2008-06-01 Andre NollKill a bunch of unused cruft.
2008-06-01 Andre NollAdd error code for SIGNAL_SIG_ERR.
2008-06-01 Andre NollImplement signal handling.
2008-05-31 Andre NollFix two memory leaks.
2008-05-31 Andre NollMuch nicer output.
2008-05-31 Andre NollDo not use "B" suffix for quantities that are not bytes.
2008-05-31 Andre NollDo not print non-admissible uids in user summary.
2008-05-31 Andre NollFix the uid parser.
2008-05-31 Andre NollSwitch to the new osl_rbtree_loop() semantics.
2008-05-31 Andre NollRemove debugging message in error.h.
2008-05-31 Andre NollRemove trailing slashes from base-dir arg.
2008-05-31 Andre NollIntroduce the osl() wrapper and rename error_txt()...
2008-05-30 Andre NollRemove and unused variable.
2008-05-30 Andre Nolladd_directory(): Fix log message.
2008-05-30 Andre NollMerge commit 'fml/master'
next