bloom.c: Remove some unneccessary includes.
[adu.git] / create.c
2008-12-24 Andre NollRename bloom_test_and_insert() to bloom_insert().
2008-12-24 Andre NollRename bloom_init() to bloom_new().
2008-12-24 Andre Nollbloom: Add some source documentation.
2008-12-24 Andre NollMerge branch 'master' into bloom
2008-12-23 Andre NollMerge branch 'master' into bloom
2008-12-21 Andre NollFirst draft of hard link detection via bloom filters.
2008-12-17 Andre NollFix a design bug concerning struct user_info.
2008-11-11 Andre NollAdd yet more source code documentation.
2008-11-10 Andre NollMerge commit 'meins/master'
2008-11-10 Andre NollAdd \brief command to file header to make doxygen happy.
2008-11-09 Andre NollDo not close tables on each query.
2008-11-08 Andre NollUser handling improvments.
2008-11-07 Andre NollMerge commit 'meins/master'
2008-11-06 Andre NollMove user and user ID related functions to separate...
2008-10-26 Andre NollUse the new formating code to print the user summary.
2008-07-01 Andre NollMerge commit 'fml/master'
2008-06-20 Andre NollMake --uid take a comma-separated list of uids and...
2008-06-20 Andre NollFix prototype of com_create().
2008-06-20 Andre NollKill two unused variables.
2008-06-18 Andre NollMerge commit 'fml/master'
2008-06-18 Andre NollAdd large file support.
2008-06-05 Andre NollMerge commit 'fml/master'
2008-06-05 Andre Nollscan_dir(): Print error reason if lstat() failed.
2008-06-01 Andre NollGet rid of global variables num_dirs, num_files, and...
2008-06-01 Andre NollAdd create.c.