Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearlinux/bsdiff
Binary delta tools and library
https://github.com/clearlinux/bsdiff
binary-diffing delta-encoding software-update suffix-array
Last synced: about 2 months ago
JSON representation
Binary delta tools and library
- Host: GitHub
- URL: https://github.com/clearlinux/bsdiff
- Owner: clearlinux
- License: other
- Created: 2016-02-16T20:10:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T17:56:33.000Z (over 2 years ago)
- Last Synced: 2024-03-26T05:49:05.493Z (9 months ago)
- Topics: binary-diffing, delta-encoding, software-update, suffix-array
- Language: C
- Size: 1.89 MB
- Stars: 32
- Watchers: 16
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This project is a forked version of BSDiff, as taken from the Chromium project
at SVN Revision 122769. See README.chromium for background on its origins.Significant changes after the fork include:
- Changing the BSDiff file format to support file owner, group, and permission
information.
- Adding more robust error handling.
- Adding a new program, bsdump, that outputs BSDiff header information.
- Converting the core functionality into a library, libbsdiff, with public API
functions make_bsdiff_delta() and apply_bsdiff_delta().