*added support for file filters
*shutdown architecture
*setup tests
--add option to redirect stdout, stderr to files
+*add option to redirect stdout, stderr to files
-setup watches
*add option to watch directories
*add option for worker_threads [default=ncores]
-walk each tree
-add each file to add queue
-add queue = hashmap to allow for duplicate checking
+ -add static pointer to current torrent
+ -add file to current torrent
-add pointer to struct file to torrent->files hashmap + file_tree
-2 ways to access, file_tree must be sorted, hashmap allows for o(1) reads
+ -modify adding to queue function to check for duplicates before expanding hashmap
-find all files in all directories
-functions for traversing directory
-man scandir