t-w
t-w
Currently, the file read operation (adfFileRead) stops reading the file in case of an incorrect block checksum. And there is no indication for the client code about the error -...
API
There is a lot of discussions already about it, I'd expect more, so maybe we can make a place for it (to list, brainstorm and set directions). Some ideas to...
"dircache updates possible bug(s)? " It was mentioned in README.md, but no more info. (to check/investigate)
Reviewing some pieces of bitmap allocation code (for #63) revealed a couple of potential issues: 1. (in)validity flag (of the bitmap) is not checked while mounting a volume - it...
The `adf_salv` module, with the very useful _undel_ functions, needs improvements in terms of: - memory management (ie. memory leaks) - error checking (eg. undeleting things not checking if the...
New rules regarding branching scheme: The project will adapt the following model: https://nvie.com/posts/a-successful-git-branching-model/ For now, this concerns branches: `master` and `devel`, the rest of existing branches are "feature" branches. Briefly...
There is some initial version for "continuous" integration (or, at least, builds and some tests) that was added with #34. For now, it is set up only to start builds...
Main changes: 1. allow to build only tools that do not require `opencbm` (`nibconv`, `nibrepair`, `nibscan`) - these tools can be used by more people than the tools for transferring...