Commit graph

23 commits

Author SHA1 Message Date
268c532745 fix sigsev at program close by adding destructor at program close 2024-01-11 16:01:53 -05:00
d7da698fca add documentation 2024-01-11 15:07:42 -05:00
d62fcf7669 migrate to artifact instead of task, make interface more flexible 2024-01-11 15:06:05 -05:00
3b645a953f move db interface to external library 2024-01-10 18:49:52 -05:00
feb36c2eb6 threading works, using full interface as threading control now 2024-01-10 17:07:38 -05:00
5e7c0b6ebb implement downloader and monitor 2024-01-10 15:45:49 -05:00
0c8eb1c21d add (but not implement) get task status 2024-01-10 15:44:10 -05:00
f7e4722615 reengineer task to use limited access public variables 2024-01-10 15:43:23 -05:00
0344d030bf implemented uploader 2024-01-09 21:30:02 -05:00
3713c50c47 add function to stop threads and make queue empty publicly accessible 2024-01-09 21:29:22 -05:00
a5a989b359 fixed task completeness was not checked before upload 2024-01-09 21:27:39 -05:00
8855664d65 change db lib to take credential reference instead 2024-01-09 20:39:53 -05:00
4d6a723d0b clean up db lib 2024-01-09 17:15:22 -05:00
8ef69140d0 implement threading interface and worker loop 2024-01-09 17:12:31 -05:00
0a473c5237 remove reference to uninplemented destructor 2024-01-09 14:39:03 -05:00
eb832213a0 make uuid_t hashable 2024-01-09 14:38:32 -05:00
7dc1ba4a6d actually commit the files for the workers as well 2024-01-08 17:12:26 -05:00
4a7993cf35 implement worker threads and download thread skelleton 2024-01-08 17:11:58 -05:00
ad6a7e2e3a change import to signify library use 2024-01-08 14:14:24 -05:00
5cb799a703 add shared library for main functionality 2024-01-08 14:12:34 -05:00
b73f25e835 implement basic command line parsing 2024-01-08 13:23:23 -05:00
1f4c020df9 add override tracking for db credentials 2024-01-08 13:22:28 -05:00
92cf285b72 add DB library code 2024-01-05 12:11:58 -05:00