| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-03 | Reduce repeated code in log configuration | Cody Logan | |
| 2023-10-03 | Add parallel download option in batch mode | Cody Logan | |
| Number of download threads can be set with new -j option. Unfortunately, it's not that much faster than downloading in serial, since the API calls made before the downloads actually start are not (and ideally should not be) parallelized. Still, for large batches, it saves a bit of time. Known issue: due to the download threads writing to the log asynchronously, the messages get jumbled up. This will be fixed eventually. | |||
| 2023-10-03 | Refactor for better code organization | Cody Logan | |
| 2023-10-03 | Add short user and pass options | Cody Logan | |
| Swapped path short option from -p to -P and added -u for username and -p for password | |||
| 2023-10-03 | Update README and do some code cleanup | Cody Logan | |
| 2023-09-26 | Style and format fixes | Cody Logan | |
| 2023-09-26 | Merge branch 'logging' into dev | Cody Logan | |
| 2023-09-26 | Reorganize file tree | Cody Logan | |
| 2023-09-26 | Reorganize code into src layout | Cody Logan | |
