aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14Make some more changesHEADmainRaymond Hogenson1-59/+86
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 Hogenson1-35/+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 Hogenson1-0/+280
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.