clearlinux / bsdiff

Binary delta tools and library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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().

About

Binary delta tools and library

License:Other


Languages

Language:C 80.0%Language:Shell 9.9%Language:Makefile 4.8%Language:M4 3.3%Language:Perl 2.0%