adu.git
2008-11-09 Andre NollMake user_summary the default select mode.
2008-11-09 Andre NollDo not close tables on each query.
2008-11-09 Andre NollIncrease default loglevel to 4 (WARN).
2008-11-08 Andre NollFix segfault in select mode if --uid was given.
2008-11-08 Andre NollFix a couple of gengetopt-related memory leaks.
2008-11-08 Andre NollUser handling improvments.
2008-11-08 Andre NollSimplify user table closing.
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-07 Andre NollRename error message for E_OUTPUT.
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-02 Andre Nolladu-0.0.4. v0.0.4
2008-11-02 Andre NollAdd the latex and html directories to .gitignore.
2008-11-02 Andre NollAdd more source code documentation.
2008-11-02 Andre NollAdd more derived files to .gitignore.
2008-11-02 Andre Nollmake clean: Remove more derived files.
2008-11-02 Andre NollAdd targets %.ppm and %.png.
2008-11-02 Andre NollAdd man page, README, INSTALL, generate index.html.
2008-11-02 Andre NollFix quoting of \n and \t in detailed select help.
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.
next