print_complete_help_and_die() does not return.
[adu.git] / adu.c
2008-11-22 Andre Nollprint_complete_help_and_die() does not return.
2008-11-22 Andre NollMerge commit 'fml/master'
2008-11-12 Andre NollSome more source code documentation.
2008-11-11 Andre NollAdd documentation of DEFINE_ERRLIST.
2008-11-11 Andre NollStart writing the mainpage for the API reference.
2008-11-11 Andre NollAdd some more souce code documentation.
2008-11-11 Andre NollMake close_all_tables() static.
2008-11-10 Andre NollMerge commit 'meins/master'
2008-11-10 Andre NollAdd \brief command to file header to make doxygen happy.
2008-11-10 Andre NollAdd copyright header and COPYING file.
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 NollUser handling improvments.
2008-11-08 Andre NollSimplify user table closing.
2008-11-07 Andre NollMerge commit 'meins/master'
2008-11-06 Andre NollMove user and user ID related functions to separate...
2008-11-02 Andre NollAdd more source code documentation.
2008-11-02 Andre NollAdd man page, README, INSTALL, generate index.html.
2008-11-01 Andre NollMake it easier to print the help for select options.
2008-11-01 Andre NollAdd format string doku, simplify format string handling.
2008-10-28 Andre Nolladu.c: Add a comment describing the user table.
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-23 Andre NollUse only one copy of struct select_conf.
2008-06-20 Andre NollMake --uid take a comma-separated list of uids and...
2008-06-20 Andre NollMove the uid-range parser to string.c.
2008-06-20 Andre NollAdd rudimentary interactive support.
2008-06-18 Andre NollMerge commit 'fml/master'
2008-06-18 Andre NollReplace value of PRIME1.
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 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 NollImplement username resolution.
2008-06-01 Andre NollImplement --one-file-system (-x).
2008-06-01 Andre NollReplace para_ prefix by adu_.
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 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-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 Andre NollInitial git checkin.