bsdiff icon indicating copy to clipboard operation
bsdiff copied to clipboard

Binary delta tools and library

Results 7 bsdiff issues
Sort by recently updated
recently updated
newest added

There is a disabled functional test (number 14) that suffers from performance issues. The issue needs to be root caused and then we can re-enable that test.

bug
performance

https://github.com/clearlinux/bsdiff/pull/6 doesn't fully fix the issue. Consider following files: [ccc.zip](https://github.com/clearlinux/bsdiff/files/3851446/ccc.zip)

performance

Hello. Your versions of bsdiff is great with improvements to an original algorithm, and i want to use it on windows too. It'd be great if some linux specific headers...

cross-platform

After the `bspatch` program applies a delta to *FILE1* to produce *FILE2*, it runs `chmod(2)` and `chown(2)` to set permissions and ownership for *FILE2* according to the metadata in the...

enhancement

It would be convenient to be able to run the test suite by calling `run.sh` directly without needing to call `make check` at toplevel. See #13.

enhancement

In addition to the current compression algorithms, we should add zstd support.

enhancement

It seems both https://github.com/thoughtpolice/minibsdiff and this project try to do similar things. Is there a chance that the api could be expanded a bit to allow custom compression algos?

enhancement