Age | Commit message (Expand) | Author |
---|---|---|
2024-06-19 | Fix: kvmxfile cleanupHEADmaster | Silvio Rhatto |
2020-12-13 | Fix: updates kvmxfile | Silvio Rhatto |
2019-06-05 | Updates TODO | Silvio Rhatto |
2019-05-22 | Initialize the PRNG | Silvio Rhatto |
2019-05-22 | Record argument and duration | Silvio Rhatto |
2019-05-22 | Filter exceptions with a single statement | Silvio Rhatto |
2019-05-22 | Minor fix | Silvio Rhatto |
2019-05-22 | Cleanup | Silvio Rhatto |
2019-05-22 | Support for custom wget invocations | Silvio Rhatto |
2019-05-17 | More coding style | Silvio Rhatto |
2019-05-17 | Move examples into help option | Silvio Rhatto |
2019-05-17 | Usage examples | Silvio Rhatto |
2019-05-17 | Coding style | Silvio Rhatto |
2019-05-16 | Track program time | Silvio Rhatto |
2019-05-16 | Coding style | Silvio Rhatto |
2019-05-16 | Configure provision_command | Silvio Rhatto |
2019-05-16 | Calculate hash using a subprocess to avoid memory consumption | Silvio Rhatto |
2019-05-16 | Do not compute file hash as it might consume too much memory | Silvio Rhatto |
2019-05-16 | Cleanup exception handling | Silvio Rhatto |
2019-05-16 | Close each progress bar after use | Silvio Rhatto |
2019-05-16 | Coding style | Silvio Rhatto |
2019-05-16 | Cleanup | Silvio Rhatto |
2019-05-16 | README: dependencies | Silvio Rhatto |
2019-05-16 | Adds missing import | Silvio Rhatto |
2019-05-16 | Check if file exists before attempt to get sha256sum | Silvio Rhatto |
2019-05-16 | Adds --randomize | Silvio Rhatto |
2019-05-16 | Minor fix | Silvio Rhatto |
2019-05-16 | Compute sha256sum of downloaded file | Silvio Rhatto |
2019-05-16 | Put all package contents in a single async loop | Silvio Rhatto |
2019-05-16 | Handle keyboard interrupt | Silvio Rhatto |
2019-05-16 | Record download date | Silvio Rhatto |
2019-05-16 | Progress bar should be local to avoid concurrency | Silvio Rhatto |
2019-05-16 | Dump global stats to a file | Silvio Rhatto |
2019-05-16 | Dump stats for each batch | Silvio Rhatto |
2019-05-16 | Cleanup | Silvio Rhatto |
2019-05-16 | Initial exit status tracking | Silvio Rhatto |
2019-05-16 | Basic exception handling | Silvio Rhatto |
2019-05-16 | Adds --wget option | Silvio Rhatto |
2019-05-16 | Enhanced output with tqdm | Silvio Rhatto |
2019-05-15 | Fix typo (2) | Silvio Rhatto |
2019-05-15 | Fix typo | Silvio Rhatto |
2019-05-15 | Remove dependency on subprocess module | Silvio Rhatto |
2019-05-15 | Adds kvmxfile | Silvio Rhatto |
2019-05-15 | Initial progress bar implementation | Silvio Rhatto |
2019-05-15 | Cleanup | Silvio Rhatto |
2019-05-15 | Initial asyncio version | Silvio Rhatto |
2019-05-15 | Docstrings | Silvio Rhatto |
2019-05-14 | Coding style | Silvio Rhatto |
2019-05-13 | Coding style | Silvio Rhatto |
2019-05-13 | Close the file at loadJSON | Silvio Rhatto |