https://github.com/jmacd/xdelta
open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
https://github.com/jmacd/xdelta
Last synced: about 1 year ago
JSON representation
open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
- Host: GitHub
- URL: https://github.com/jmacd/xdelta
- Owner: jmacd
- Created: 2015-03-24T04:13:24.000Z (about 11 years ago)
- Default Branch: release3_1_apl
- Last Pushed: 2020-04-29T19:42:31.000Z (about 6 years ago)
- Last Synced: 2025-04-19T02:16:08.516Z (about 1 year ago)
- Language: C++
- Homepage: http://xdelta.org
- Size: 11.7 MB
- Stars: 1,176
- Watchers: 59
- Forks: 195
- Open Issues: 131
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- revens - XDELTA Patch Maker - *Patch creator for Inno Setup installers.* (🔧 Packages / ⚡ Patching)
README
# Xdelta
Xdelta version 3 is a C library and command-line tool for delta
compression using VCDIFF/RFC 3284 streams.
# License
This repository contains branches of Xdelta 3.x that were
re-licensed by the original author under the [Apache Public
License version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
namely:
- __release3_0_apl__ Change to APL based on 3.0.11 sources
- __release3_1_apl__ Merges release3_0_apl with 3.1.0 sources
The original GPL licensed Xdelta lives at http://github.com/jmacd/xdelta-gpl.
# Documentation
See the [command-line usage](https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md). See [wiki directory](https://github.com/jmacd/xdelta/tree/wiki).