summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/download-manager/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* gsoc2023: download-manager: Truncate the output fileIan Jackson2024-01-311-0/+1
| | | | | | | | | | Without this we might end up with a mixture of new file and previous wreckage. If this were released code I would think about treating this as a security issue. Prompted by clippy.
* Update download-manager example to match download locationgil2023-10-201-2/+2
| | | | | | It seems download-manager example has fallen out of sinc with files under https://dist.torproject.org/torbrowser/. This updates the example to match online files so download can succeed.
* Move examples to examples/gsoc2023Nick Mathewson2023-09-051-0/+367