├── Makefile ├── Makefile.ios ├── README.md ├── bxdiff.c ├── bxpatch.c ├── lzmaio.c └── lzmaio.h /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.ios: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/Makefile.ios -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/README.md -------------------------------------------------------------------------------- /bxdiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/bxdiff.c -------------------------------------------------------------------------------- /bxpatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/bxpatch.c -------------------------------------------------------------------------------- /lzmaio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/lzmaio.c -------------------------------------------------------------------------------- /lzmaio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npupyshev/bxdiff/HEAD/lzmaio.h --------------------------------------------------------------------------------