aboutsummaryrefslogtreecommitdiffstats
path: root/internal
AgeCommit message (Collapse)AuthorFilesLines
2025-04-17No more Elm ArchitectureRose Hogenson2-13/+79
2025-04-17Decrease max concurrencyRose Hogenson1-1/+1
2025-04-15Perf improvementsRose Hogenson1-19/+26
2025-04-15Don't wait for size calculationRose Hogenson1-3/+0
This can sometimes cause the progress bar not to render, but it also prevents a mysterious lag on exit if the size calculation ends up taking longer than the copy itself
2025-04-13GitHubRose Hogenson3-4/+4
2025-04-12Avoid error spam for recursive copiesRose Hogenson1-2/+2
If we fail to create a parent directory, there's no need to try and copy the contents.
2025-04-11Fix a few path.Join to filepath.Join for local pathsRose Hogenson1-3/+2
Not that this would work on Windows anyway
2025-04-11Add documentationRose Hogenson4-49/+160
2025-04-11Fix error messages and special case empty pathRose Hogenson1-10/+45
2025-04-11Fix concurrencyRose Hogenson1-94/+124
2025-04-10Add support for SFTP remote file copiesRose Hogenson4-86/+529
2025-04-08Copy recursiveRose Hogenson1-0/+172