Skip to content

Releases: fredli74/hashbox

0.7.7

10 Oct 20:02
Compare
Choose a tag to compare
  • 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

07 Jan 11:01
Compare
Choose a tag to compare
  • 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

08 Dec 17:03
Compare
Choose a tag to compare
  • 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 the check-storage command.
  • [Hashback] Folder permissions are now restored after being populated to avoid access errors during restore.

0.7.3

15 Jun 21:58
Compare
Choose a tag to compare

[Hashback] Fixed a bug on Windows where backups could never be resumed if TEMP folder and HOME folder were on different drives.

0.7.2

10 Jun 17:02
Compare
Choose a tag to compare

[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

0.7.1

09 Jun 17:48
Compare
Choose a tag to compare

[Hashback] Store command now automatically resumes if last session was interrupted

0.7

19 May 20:24
Compare
Choose a tag to compare
0.7

Moved project from bitbucket.org to github.com