Releases: fredli74/hashbox
Releases · fredli74/hashbox
0.7.7
- Fixed a bug in hashback where it would not create the local storage folder for preferences and cache
- Added a system time check between client and server where it will refuse to connect if the difference is more than 10 minutes. Wildly unsynchronized clocks would result in hashback schedule not working as intended as it is based on the server timestamps.
Binaries built with Go version 1.9
0.7.6
- Server bug fixes and repair improvements
- Server command check-storage is now replaced by recover and verify
- recover will scan selected data files for recoverable data and repair index and meta entries
- verify will verify block trees and also data content if
-content
flag is used - verify will invalidate broken block trees, unless
-readonly
option is used
Update: server is version 0.7.6-1-gdf54283, with just a minor cosmetic logging fix
0.7.5
- Lots of internal changes and fixes in the storage engine.
- check-storage now has a
-rebuild
flag to rebuild index and meta data files from scratch. It will also check the full block chain trees of datasets and mark them as invalid if any referenced data is missing. - gc now has a
-threshold
flag to set at which dead space threshold files should be compacted. Also added a-force
flag to force a mark and sweep even if datasets with broken chains exists. Please note that data referenced by broken datasets are subject for deletion. - This version contains compatibility breaking changes. You will need to delete all
.db
files from the account folder and rebuild them using thecheck-storage
command. - [Hashback] Folder permissions are now restored after being populated to avoid access errors during restore.
0.7.3
0.7.2
[Hashback] Added error handling in compression threads to avoid the "send on closed channel" panic
[Hashback] Changed how hashback is closed down when Interrupt or Kill signals are received
[Hashback] Fixed a design mistake where recovery cache was not saved on panics
[Hashback] Debug web server now only listens to 127.0.0.1 to avoid firewall pop-ups on Windows