Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-11-29 | 980 Bytes | |
v0.12.0 source code.tar.gz | 2021-11-29 | 119.4 kB | |
v0.12.0 source code.zip | 2021-11-29 | 142.5 kB | |
Totals: 3 Items | 262.9 kB | 0 |
- Major internal rewrite - onedriver now talks directly to the kernel instead of using go-fuse/fs as an intermediary. This makes metadata operations a bit faster.
- onedriver better handles completion of multipart uploads and does not repeatedly upload files on success. This significantly improves upload speed.
- Fixes a crash when writes begin at an offset beyond maximum file length. This fixes a bug where running ld inside the filesystem would cause it to crash.
- Switch to using zerolog instead of logrus for logging. Though zerolog is supposedly faster, the real reason to switch is that it's much easier for me (and hopefully you) to read! Also, pretty colors!
- onedriver now gives you the option to choose to authenticate via the terminal when authenticating via the new --no-browser option (this is the functionality from the old "headless" build).
- Add a workaround for the TLS cert authentication issue from https://bugzilla.redhat.com/show_bug.cgi?id=2024296