Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | pathiv: fix test failure on Go 1.6 | Jakob Unterwurzacher | |
Travis failed on Go 1.6.3 with this error: internal/pathiv/pathiv_test.go:20: no args in Error call This change should solve the problem and provides a better error message on (real) test failure. | |||
2017-05-30 | pathiv: move block IV algorithm into this package | Jakob Unterwurzacher | |
This was implemented in fusefrontend_reverse, but we need it in fusefrontend as well. Move the algorithm into pathiv.BlockIV(). | |||
2017-05-30 | pathiv: move derivedIVContainer into the package | Jakob Unterwurzacher | |
...under the new name "FileIVs". This will also be used by forward mode. | |||
2017-05-30 | fusefrontend_reverse: move pathiv to its own package | Jakob Unterwurzacher | |
We will also need it in forward mode. |