]> infiniteadaptability.org Git - seeder/commitdiff
updated using git-ex
authoralex <[email protected]>
Mon, 6 Sep 2021 23:37:24 +0000 (16:37 -0700)
committeralex <[email protected]>
Mon, 6 Sep 2021 23:37:24 +0000 (16:37 -0700)
todo

diff --git a/todo b/todo
index 139224a7f125c2479cd7de58629f8be38890236d..69a2da7d71069e392d130b2b1c848f380ebf0442 100644 (file)
--- a/todo
+++ b/todo
@@ -16,17 +16,14 @@ Resources:
        -https://doc.libsodium.org/
 
 To Do:
+*hashing/cryptography
 -bencoding/decoding
-       -might not need decoding?
 -file system
        -open/close
        -creating torrents
        -traverse directories
 -networking
        -tcp/udp support
--hashing/cryptography
-       -find out which algorithms used in protocol
-       -lightweight library
 -architecture
        -epoll
        -daemonize
@@ -35,8 +32,8 @@ To Do:
        -threads
                -adding torrents
                -generating pieces/doing hashing
-               -network tread(s)
-               -logging 
+               -network thread(s)
+               *logging 
 -considerations
        -byte order issues?
        -multiple protocols same socket?
@@ -56,19 +53,22 @@ To Do:
 
 Stage 0:
 *basic structure
--update logging
-       -timing
-       -threadid
-       -fix va_args problem
-               -pass va_list as parameter to log_message?
-               -would have to modify declaration of log_message
+*update logging
 -global variables
        -torrents
-       -options
+       *options
        -peers
+       -add queue
+               -no, run each directory in torrents through nftw
 -setup watches
        *add option to watch directories
        *add option for worker_threads [default=ncores]
+       -add default watch directories
+       -foreach watch directory
+               -walk each tree
+               -add each file to add queue
+                       -check for duplicates
+               -add pointer to struct file to torrent
        -figure out files organization
                -store in files object
                -store inside respective struct torrent