aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14Make some more changesHEADmainRaymond Hogenson3-59/+122
Maybe I'll develop on my laptop for a bit
2018-11-13Add a bunch of featuresRaymond Hogenson1-18/+66
We're about to destroy everything
2018-11-12Improve logging and change all kinds of thingsRaymond Hogenson2-36/+91
In this stage of rapid development it doesn't make sense to write accurate and detailed commit messages. I'm lying: I'm just lazy.
2018-11-11Write blockCopy's first versionRaymond Hogenson9-0/+1096
Wow it's like being a proud parent. This software is written for exactly one purpose: to mount an encrypted volume on Google Drive with reasonably good performance. It's based around the idea that the fastest thing for Google Drive is reading and writing whole files, so we break a file up into blocks and transfer only whole blocks. It works, but it's still really slow.