adu.git
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 NollAdd large file support.
2008-06-18 Andre NollReplace value of PRIME1.
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-03 Andre NollAdd the --print-base-dir option.
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'
2008-05-30 Andre NollOnly store the number of the parent dir, not the dir...
2008-05-30 Andre NollCheck the return value of print_statistics().
2008-05-30 Andre NollGet rid of the rbtree for the name column.
2008-05-30 Andre NollBe more verbose if the uid file could not be mapped.
2008-05-30 Andre NollInplement the --uid option.
2008-05-30 Andre NollFix funny typo in docu to double_hash().
2008-05-30 Andre NollFix uid counting.
2008-05-29 Andre NollRemove osl.h and osl_core.h.
2008-05-26 Andre NollAdd missing functions to fd.c.
2008-05-26 Andre NollImplement human-readable output and honor the unit...
2008-05-26 Andre NollHonor the --limit option.
2008-05-26 Andre NollHonor the --database_dir option.
2008-05-26 Andre NollMerge commit 'meins/master'
2008-05-26 Andre NollGet rid of the osl code.
2008-05-26 Andre NollAdd documentation for double_hash().
2008-05-25 Andre NollMake --loglevel and --S work.
2008-05-25 Andre NollAdd gengetopt support.
2008-05-25 Andre NollImplement the select command.
2008-05-25 Andre NollWrite the list of all uids to a file.
2008-05-25 Andre NollAdd #define for database dir.
2008-05-25 Andre NollReplace id table by hash table.
2008-05-20 Sebastian Starkremove memory leak in scan_dir()
2008-05-20 Andre NollMerge commit 'stark/master'
2008-05-19 Andre NollInsert missing tab in stat output.
2008-05-19 Andre NollReplace dir hash by dir num.
2008-05-19 Sebastian Starkput tab between number of files and number of bytes...
2008-05-19 Sebastian Starklink against libcrypto instead of libssl
2008-05-19 Andre NollInitial git checkin.